@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
}

#topgraphic {
	position:absolute;
	left:16px;
	top:11px;
	width:750px;
	height:69px;
	z-index:1;
	background-color: #FFCC33;
}
#headingbottom {
	position:absolute;
	left:7px;
	top:159px;
	width:135px;
	height:100px;
	z-index:2;
}
#mainbody {
	position:absolute;
	left:162px;
	top:101px;
	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:17px;
	top:98px;
	width:134px;
	bottom: 0;
	z-index:4;
	height: 175px;
}

.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:balck; 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;
}
