@charset "utf-8";

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

body {
	background-image: url(images/body_back.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#DBEAA2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a{
	color:#336600;
}

a:hover{
	text-decoration:none;
}

#banner{
	text-align:center;
}

#nav{
	width:937px;
	height:30px;
	text-align:left;
	background-image:url(images/nav_top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
	z-index:1000;
	margin-bottom:2px;
}

#footer{
	border-top: 1px solid #5F8C2B;
	width:935px;
}

#footer td{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5F8C2B;
}

#footer a{
	color: #5F8C2B;
}

#footer a:hover{
	text-decoration:none;
}

#content{
	border-top: 1px solid #5F8C2B;
	padding-top:10px;
	width:98%;
	text-align:left;
	line-height:18px;
	text-align:justify;
	margin:0px;
}

#content2{
	width:95%;
	text-align:left;
	line-height:18px;
	margin:0px;
	color:#669933;
	font-size:11px;
}

#GRcontent{
	width:660px;
	padding-top:10px;
	text-align:left;
	line-height:18px;
	text-align:justify;
}

li{
	list-style-image:url(images/bullet.jpg);
	line-height:20px;
	margin-left:0px;
}


ul.grnav{
	margin-left:20px;
}

.boldgreen{
	font-weight:bold;
	color:#006600;
}

#leftnav{
	background-image:url(images/nav_back.jpg);
	width:263px;
	height:165px;
	background-repeat:no-repeat;
	padding-top:30px;
	text-align:left;
}

#leftnav li{
	list-style-image:url(images/bullet.jpg);
	line-height:20px;
	font-weight:bold;
	margin-left:10PX;
}

#maintable{
	width:950px;
	height:400px;
	padding:4px;
	text-align:justify;
	z-index:1;
}

#callout{
	height:214px;
	width:263px;
	font-weight:bold;
	background-image:url(images/callout.jpg);
	background-repeat:no-repeat;
}

#calloutcontent{
	color:#FFFFFF;
	font-size:12px;
	margin:10px;
		
}

#calloutheading{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	width:90%;
	border-bottom:1px solid #FFFFFF;
	margin:8px;
	margin-top:12px;
	height:20px;
}

/*drop down*/
.menu{
	position:absolute;
	left:269px;
	width:269px;
	top:22px;
	z-index:1000;
	background-image:url(images/menu_back.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

.hidden{
	display:none;
}

.menulink{
	width:258px;
	height:15px;
	padding:3px;
	padding-left:10px;
}

li.navbullet{
	list-style-image:none;
	line-height:20px;
	color:#FFFFFF;
	margin-left:20px;
}

#navcorner{
	background-image:url(images/menu_corner.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:12px;
}

.pressrm{
	border:solid 1px #cccccc;
	border-top:solid 5px #ffcc00;
	padding:2px;
	line-height: 16px;
	width:80%;
	left: 5px;
	position: relative;
}

