html,body {
    margin:0 auto 0;
    padding:0;
    background: url(../images/background_gray.jpg) top repeat-x;
    font: normal 12px Helvetica, Verdana, Arial, sans-serif;
    color: black;
    line-height: 1.5em;
}
b {
	font-size: 110%;
}
em {
	color: black;
}
h1, h2, h3 {
	   font-weight: bold;
	   font-style: italic;
}
h1 {
    font-size: 22px;
    text-decoration: underline;
}
h2 {
    font-size: 18px;
    text-align: right;
}
h3 {
    font-size: 16px;
    font-weight: 800;
    text-align: left;
}
p {
    margin-bottom: 2.0em;
    text-align: justify;
}
.right {
	text-align: right;
}
.note {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 10px;
    font-family: "Arial";
    font-style: normal;
    font-weight: bold;
}
.links, .pdflinks, .weblinks, .emaillinks {
    font-style: normal;
    font-weight: bold;
    color: #1e5832;
    align: center;
    text-decoration: underline;
}
.notused_weblinks {
    background: url(../images/browser.gif) left no-repeat;
    padding-left: 25px;
}
.notused_pdflinks {
    background: url(../images/pdf.gif) left no-repeat;
    padding-left: 25px;
}
.notused_emaillinks {
	background: url(../images/email.gif) left no-repeat;
	margin-left: 3px;
	padding-left: 25px;
}
.links:hover, .pdflinks:hover, .weblinks:hover, .emaillinks:hover {
    color: #212121;
}
#contentcolumn .innertube ul {
    list-style-image: url(../images/cmsbullet.gif);
}
.leftside {
	display: inline-block;
    vertical-align: top;
	align: left;
	width: 47%;
}
.rightside {
	display: inline-block;
	vertical-align: top;
	align: right;
	width: 47%;
}
.adobeicon {
	display: inline-block;
	align: right;
	margin: 5px;
}
#contentcolumn .innertube ul li {
	line-height: 1.75em;
}
#maincontainer {
	width: 940px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
#topsection {
	margin-top: 8px;
	background: url(../images/cms_logo.jpg) center no-repeat;
	border: 1px solid #94aa74;
	height: 115px; /*Height of top section*/
	width: 940px;
}
#topsection h1 {
	margin: 0;
	padding-top: 15px;
}
#contentwrapper {
	float: left;
	width: 100%;
	border: 1px solid #94aa74;
}
#contentcolumn {
	height: 100%;
	margin-left: 184px; /*Set left margin to LeftColumnWidth*/
    background: #ffffff;
}
#leftcolumn {
	background: url(../images/spacer_menu.gif);
	border-right: 1px solid #94aa74;
	float: left;
	width: 180px; /*Width of left column*/
	margin-left: -940px; /*Set left margin to -(MainContainerWidth)*/
}
#footer {
	clear: right;
	width: 100%;
	background: #FFF;
	color: #717171;
	text-align: right;
	margin-top: 8px;
	margin-right: 25px;
	margin-bottom: 8px;
}
#footer a {
	color: #616161;
}
.innertube {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -1px;
	/*Margins for inner DIV inside each column (to provide padding)*/
}
#contentcolumn .innertube {
    margin-top: -15px;
}