body {
	background: url(../images/ert_bg.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: "Arial, Helvetica, sans-serif";
}
b {
	font-size: 110%;
}
#title {
	font-size: 19pt;
	color: gray;
}
.links {
    font: 13px Helvetica;
    font-weight: bold;
    align: center;
    text-decoration: underline;
    line-height: 1.0em;
}
em {
	color: red;
}
.text1 {
	color: #696969;
	text-align: left;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.bold {
    font-weight: bold;
}
.note {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 10px;
    font-family: "Arial";
    font-style: normal;
    font-weight: bold;
}
#shadow {
	background: url(../images/main_shadow_right.gif) top right no-repeat;
	background-size: 100%;
	width: 940px;
	margin: 0 auto;
}
#maincontainer {
	background: #ffffff;
	width: 890px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
#topsection {
	background: url(../images/home_logo.jpg) top left no-repeat;
	height: 100px; /*Height of top section*/
}
#topsection h1 {
	margin: 0;
	padding-top: 15px;
}
#headermenu {
	background: #AFC364;
	height: 25px; /* height of main menu bar */
}
#myslidemenu {
	z-index: 800;
	font: 10-18pt. Helvetica;
	font-weight: 500;
}
#contentwrapper {
	float: left;
	width: 100%;
}
#leftcolumn {
	float: left;
	width: 214px; /*Width of left column in pixel*/
	height: 590px;
	margin-left: -882px; /*Set left margin to -(MainContainerWidth)*/
	font: 11px Helvetica;
	font-weight: 500;
}
#leftcolumn h1 {
	margin-top: 8px;
	margin-left: 6px;
	margin-bottom: -6px;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	color: #44561C;
}
#leftcolumn ul {
	margin-left: 20px;
	margin-bottom: 14px;
	margin-top: 8px;
}
#leftcolumn p {
	margin-left: 6px;
	text-align: left;
}
#leftcolumn li {
	margin-left: -35px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contentcolumn {
	width: 414px;
	margin-left: 220px;
	/*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}
#contentcolumn h1 {
	margin-top: 4px;
	margin-left: 6px;
	margin-bottom: -2px;
	font: 24px Jansen;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	color: #A9BB6F;
}
#contentcolumn table {
	font: 13px Helvetica;
	text-align: justify;
	vertical-align: top;
	color: white;
}
#rightcolumn {
	float: left;
	width: 235px; /*Width of right column in pixels*/
	margin-left: -245px;
	/*Set right margin to -(MainContainerWidth - LeftColumnWidth)*/
	font: 11px Helvetica;
	font-weight: 500;
}
#rightcolumn h1 {
	float: left;
	height: 40px;
}
#rightcolumn a img {
	margin-right: 2px;
}
#rightcolumn p {
	margin-top: 5px;
	margin-left: 4px;
	margin-right: 2px;
	margin-bottom: 10px;
	text-align: left;
	color: #717171;
}
#footer {
	clear: left;
	margin-top: 2px;
	margin-left: 8px;
	margin-bottom: 4px;
	width: 100%;
	font: 11px Helvetica;
	text-align: left;
	color: gray;
	padding: 4px 0;
}
#footer a {
	color: gray;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.innertube {
	margin: 2px;
	/*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

