@charset "utf-8";
/* CSS Document */

html, body{
	height: 100%;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color: #4191e3;
}
h2 {
	font-size: 16px;
}
#mainbody{
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	color: #000;
	background-color: #fff;
	margin-top:0px;
	min-height: 100%; 
    height: auto !important; 
    height: 100%; 
}
a.mainbody{
	color: #000;
}
a.mainbody:hover {
	text-decoration:underline;
	color: #4191e3;
}
#navigation{
	width: 750px;
	height: 20px;
	margin-top:5px;
	text-indent: 5px;
	vertical-align: bottom;	
	background-color:#4b4b4b;
	color:#FFFFFF;
	background-image:url(images/nav.png);
	}
#navigation.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #fff;
	}
a.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #fff;
	text-decoration:none;
	}
a.content:hover{
	text-decoration:underline;
	}
#navbottom{
	height:10px;
	width:750px;
	background-image:url(images/shd.gif);
}
#shadebottom{
	height:10px;
	width:750px;
	background-image:url(images/shadbot.png);
	display: block;
}
#navigationbottom{
	width: 750px;
	height: 20px;
	margin-top:5px;
	text-indent: 5px;
	vertical-align: bottom;	
	background-color:#4b4b4b;
	color:#FFFFFF;
	background-image:url(images/navigationbottom.png);
	background-position: bottom;
	}
#leftbody{
	width: 525px;
	margin:0px;
	padding: 5px;
	float:left;
}
#rightbody{
	padding: 5px;
	width: 194px;
	border-left: 1px dashed #cccccc;
	float:right;
}
h3.rcontent{
	width: 192px;
	color: #fff;
	font-size: 14px;
	height: 20px;
	margin-left: 0px;
	background-image:url(images/sidenav.png);
	margin-bottom: 0px;
}
.rcontentnavbottom{
	height:10px;
	width:192px;
	background-image:url(images/shd.gif);
	}
.rcontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
	/*margin-left: 10px;*/
	}
a.rcontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
	text-decoration:none;
	font-weight: bold;
	/*margin-left: 10px;*/
	}
a.rcontent:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #4191e3;
	list-style: url(images/listblue.png);
	font-weight:bold;
	/*margin-left: 10px;*/
	}
ul.rcontent{
	margin-top: 0px;
	margin-left:11px;
	padding-left:11px;
	margin-bottom: 5px;
}
li.rcontent{
	list-style: url(images/list.png);
	list-style-type:none;
	color: black;
	margin-bottom: 10px;

}
li.rcontent:hover{
	list-style: url(images/listblue.png);
	list-style-type:none;
}
.menu{
	border-left: 1px solid #4191e3;
	border-right: 1px solid #4191e3;
	border-bottom: 1px solid #4191e3;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(images/rightbottom.png);
}
#footer{
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a.footer:link {
	text-decoration:underline;
	color: #0066cc;
}
a.footer:visited {
	text-decoration:underline;
	color: #0066cc;
}
a.footer:hover {
	text-decoration:underline;
	color: #4191e3;
}
#maintables{
	border: 1px solid #4191e3;
}
