@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
}

#topgraphic {
	position:absolute;
	left:6px;
	top:4px;
	width:493px;
	height:auto;
	z-index:1;
}
#headingbottom {
	position:absolute;
	left:7px;
	top:159px;
	width:135px;
	height:100px;
	z-index:2;
}
#mainbody {
	position:absolute;
	left:160px;
	top:163px;
	width:596px;
	/*bottom: 0;
	overflow: auto;*/
	height: auto;
	z-index:3;
}
#footer {
	position:relative;
	left:0px;
	width:auto;
	bottom:0px;
	height:120px;
	z-index:4;
}
#leftsidemenu {
	position:absolute;
	margin-left:0px;
	padding-left:10px;
	left:8px;
	top:181px;
	width:134px;
	bottom: 0;
	z-index:4;
	border-right: thin solid; color:#60a960;
}

.linkgray a:link {color:#666666; text-decoration:none;}
.linkgray a:visited {color:#666666; text-decoration:none;}
.linkgray a:active {color:#666666; text-decoration:none;}
.linkgray a:hover{color:black; text-decoration:none;}

.linkwhite a:link {color:#FFFFFF; text-decoration:none;}
.linkwhite a:visited {color:#FFFFFF; text-decoration:none;}
.linkwhite a:active {color:#FFFFFF; text-decoration:none;}
.linkwhite a:hover{color:black; text-decoration:underline;}

.linkgreen a:link {	color:#60A960; text-decoration:none;}
.linkgreen a:visited {color:#009900; text-decoration:none;}
.linkgreen a:active {color:#009900; text-decoration:none;}
.linkgreen a:hover{color:black; text-decoration:none;}
.body-title {
	font-size: 1.5em;
	font-weight: 600;
	
}
.body-secondary-title {
	font-size: 1em;
	font-style: italic;
	font-weight: 700;
}
.body-text {
	font-weight: 500;
	font-size: 14px;
}
