body {
	background-image:url(images/top_grid.jpg);
	background-repeat:repeat-x;
	background-color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #006600;
}
#main {
	background-image: url(images/main_back_long.jpg);
	background-color:#fff;
	background-repeat:repeat-x;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:100%;
	top:5px;
	padding-bottom:250px;
	border:#FFF solid 2px;
	
}
.html>body #main
{
	width: auto;
	height: auto;
	min-width:750px;
	min-height:650px;
} 

#header {
	position:absolute;
	width:750px;
	height:194px;
	z-index: auto;
	left: 0px;
	top: 0px;
	background-image: url(images/head.jpg);
	background-repeat:no-repeat;
	
}
#logo {
	position:absolute;
	width:174px;
	height:34px;
	z-index:1;
	left: 40px;
	top: 35px;
}

#title {
	font-size:1.4em;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
	position:absolute;
	width:500px;
	height:42px;
	z-index:1;
	left: 80px;
	top: 250px;
}
#content {
	position: relative;
	width:515px;
	height:auto;
	z-index: auto;
	left: 45px;
	top: 290px;
	padding-bottom:50px;
}

#nav_area {
	position:absolute;
	width:90%;
	height:25px;
	z-index: auto;
	left:0px;
	top:195px;
	
	
}
#nav_area ul{
	width:645px;
	list-style-type:none;
	padding:0;
	margin:0;
}

#nav_area li{
	
	float:left;
	margin:0;
	padding:0;
	display:inline;
	border-right:solid #666666 1px;
	
}

#nav_area a{
	background:url(images/nav_buttons.gif);
	background-repeat:repeat-x;
	font:bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #006600;
	text-decoration:none;	
	display: block;
	padding:6px 10px 0 6px;
	height:19px;
	width:74px;
	border-bottom:4px solid #fff;
	border-top:solid #fff 2px;
}

#nav_area  a:hover{
	background:url(images/nav_buttons.gif) 0 -25px;
	border-bottom:4px solid #009900;
	border-top:solid #009900 2px;
	text-decoration:underline;
	color: #fff;
	
}
#nav_area a:active{
	background: url(images/nav_buttons.gif) 25px -50px;
	background-color: #006600;
	border-top:solid #009900 2px;
	border-bottom:4px solid #006600;
	color:#006600;
}
#nav_area a.cur{
	color: #006600;
	text-decoration:underline;	

}
.right_pic{
	float:right;
	border:none;
	margin-left:30px;
	margin-bottom:10px;
}
.left_pic {
	float:left;
	border:none;
	margin-right:30px;
	margin-left:0px;
	
}
.pic {
	float:inherit;
	}

.images {
	border:none;	
}

#footer {
	color: #999999;
	padding-right:20px;
	padding-top:5px;
	font-size:0.8em;
	position:relative;
	width: 100%;
	height: auto;
	z-index:auto;
	bottom:0px;
	left:-40px;
	}

#footer a{
	color: #666;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	}
.text {
	font-size:1em;

}

a:link {
	text-decoration: none;
	color:#006600;
}
a:visited {
	text-decoration: none;
	color:#006600;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.p-sys{
	padding:20px;
	}
	
#dropmenudiv{
	width:150px;
	text-indent:6px;
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	
}

#dropmenudiv a{
	width: 150px;
	display: block;
	border-bottom: 1px solid black;
	text-decoration: none;
	font-weight: bold;
	color:#006600;
	
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #cddfc9;
	color: #006600;
	text-decoration:underline;
	
}
#rightpane {

	border-left:#006600 dotted 1px;
	text-align:center;
	font-size:medium;
	font-weight:bold;
	position:absolute;
	width:170px;
	height:400px;
	z-index:auto;
	right: 0px;
	top: 250px;

}
.link {
	font-weight:bold;
	}
.hr {
	border:dashed #009900 1px;
	padding:5px;
	}