@charset "UTF-8";

body {
	background-image:url(images/VerticalGrade.jpg);
	background-repeat:repeat-x;
	background-color:#ededed;
}
.navtxt {
	background-color:#3c4d69;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:right;
	color:#FFF;
	height:20px;
	padding:5px;
	border-bottom-style:solid;
	border-bottom-color:#DDD;
	border-left-color:#ddd;
	border-left-style:solid;
	border-right-color:#DDD;
	border-right-style:solid;
	border-top-style:solid;
	border-top-color:#DDD;
	width:800px;
	left:250px;
}

.navtxt a:link {
	font-size:12px;
	color:#FFF;
	text-decoration: none;
}

.navtxt a:visited {
	font-size:12px;
	text-decoration: none;
	color:#FFF;
}
.navtxt a:hover {
	font-size:12px;
	text-decoration: none;
	color: #FEF58C;
}

.top {
	position:relative;
	background-color:#aaa;
	height:20px;
	width:816px;
	text-align:center;
	font-size:10px;
	font-stretch:ultra-expanded;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:5px;
}

.body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position:relative;
	width:617px;
	padding:10px;
	height:100%;
	left:180px;
}
.body a {
	color: #003366;
	font-weight: bold;
}
.body a:hover {
	color: #0066cc;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #036;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.footer {
	font-size: 10px;
	font-style:italic;
	background-color:#ededed;
	position:relative;
	width:650px;
}
.footer p {
	margin:0;
	padding:10px;
	text-align:right;
}
.footer a {
	text-decoration:none;
	color:#555;
}
.footer a:hover {
	text-decoration:underline;
}
.container {
	left:150px;
	min-height:100%;
	position:absolute;
}
.sidebar {
	float:left;
	width:180px;
	margin: 0px;
	background-color: #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position:absolute;
	padding:10px;
	height:100%;
}
.bodycont {
	position:relative;
	min-height:100%;
	width:100%;
}
.buttoncont {
	position:relative;
	background-color:#3c4d69;
	left:0px;
	width:817px;
}
