html, body 	{
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:0.8em;
	font-weight:normal;
	line-height:18px;
	color:#404040;
	background-color:#FFFFFF;
}
td	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:8pt;
	font-weight:normal;
	line-height:18px;
	color:#404040;
}
#body {
	width:80%;
	margin:0px auto;
	min-width:900px;
}
#banner {
	width:100%;
	height:140px;
	background-image:url(img/Banner.gif);
	background-repeat:repeat-x;
}
#header {
	min-height:57px;
	background-image:url(img/topHeader.gif);
	background-position : center;
	background-repeat : repeat-y;
	background-color : #646464;
}
#nav {
	background-color:#717171;
}

#nav ul {
	list-style-type : none;
	list-style-image : none;
	padding:20px 20px 3px 20px;
	margin:0px 3px 0px 3px;
	border-bottom:5px solid #f3f3f3;
}
#nav  li {
	display:inline;
	padding:0px 0px;
}
#nav li a {
	padding:3px 25px 3px 15px;
	color:#717171;
	background-color : #f3f3f3;
	font-size:1.5em;
	text-decoration: none;
	background-image : url(img/navbg.gif);
	background-position : right top;
	background-repeat : no-repeat;
}
#nav li:hover a {
	background-color : #f3f3f3;
	color:orange;
}
#nav #active a {
	background-color:#646464;
	background-image : url(img/navbg_active.gif);
	color:#f3f3f3;
	font-weight:bold;
}
#main {
	clear:both;
	min-height:500px;
	background-color:#F3F3F3;
	border-left:3px solid #646464;
	border-right:3px solid #646464;
}

#subnav {
	background-color:#F3F3F3;
	width:20em;
	float:left;
}
#subnav_header {
	background-image : url(img/subheader.gif);
	background-position : top right;
	background-repeat : no-repeat;
	background-color : #646464;
	color:white;
	padding:5px 10px;
	font-size:1.2em;
}

#subnav a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:8pt;
	font-weight:normal;
	line-height:18px;
	color:#404040;
	text-decoration:none;
}
#subnav a:hover  {
	font-weight:bold;
	color:orange;
}
#content {
    margin-left:20em;
    min-height:500px;
	background-color:white;
	padding:20px;
}
#content a	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:8pt;
	font-weight:normal;
	line-height:18px;
	color:#404040;
	text-decoration:underline;
}
#content a:Hover	{
	text-decoration:none;
}

#bottom {
	color:#F3F3F3;
	width:100%;
	background-color : #646464;
	background-image:url(img/bottom.gif);
	background-position : right bottom;
	background-repeat : no-repeat;
	margin-bottom:30px;
}
#bottom #footer {
	width:50%;
	margin:0px auto;
	background-color:#717171;
	text-align: center;
}
#bottom a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:8pt;
	font-weight:normal;
	line-height:18px;
	color:#F3F3F3;
	text-decoration:none;
}
#bottom a:hover {
	color:orange;
}
