/*charset "utf-8";
 CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	background-image: url(images/admin_backgrd.jpg);
	background-repeat: repeat-y;
	background-color: #000066;
	width: 804px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	/*background-image: url(images/header_main.jpg);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	height: 102px;*/
}
#nav {
	margin: 30px 20px 10px 95px;
	height: 18px;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
#nav ul {

	list-style-type: none;
	color:#FFFFFF;
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#nav li {
 	float:left;
	text-transform: capitalize;
}
#nav li a:link, #nav li a:visited  {
	color:#FFFFFF;
	display: inline;
	text-decoration: none;
	margin-left: 6px;
	margin-right: 6px;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
#nav li a:hover  {
	color: #4A87FF;

}
#content{
	background-image:url(images/keelclear_back_large_admin2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 804px;
	padding-bottom: 80px;
}
#bodycontent {
	margin: 20px 40px 10px 105px;
	color:#FFFFFF;
	font-size: 80%;
}
#bodycontent a:link, #bodycontent a:visited {
	padding: 6px;
	color: #FFFFFF;
	text-decoration: underline;
}
#bodycontent a:hover {
	color: #4A87FF;
}
#leftbox{
 float:left;
 width: 320px;
 margin: 0;
 padding: 0;
}
#rightbox{
 margin: 0px 0px 0px 338px;
 padding: 0;
}
h1 {
	font-size: 150%;
	color: #4A87FF;
	}
h2 {
	font-size: 130%;
	}
.grey_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.main_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #4A87FF;
	text-decoration: none;
}
.print_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: oblique;
}

.print_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.print_header_blue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #173B6B;
	text-decoration: none;
	font-style: oblique;
}
.admintable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.adminbackgrd {
	background-image: url(images/keelclear_back_large_admin.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.adminbackgrd2 {
	background-image: url(images/admin_backgrd.jpg);
	background-repeat: repeat-y;
}
#footer{
	background-color:#FFFFFF;
	font-size: 65%;
	padding: 10px 10px 10px 71px;
	color:#666666;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
}
#footer li {
	display: inline;
	font-weight:bold;
	text-transform:capitalize;
	
}
#footer li a:link, #footer li a:visited {
	padding: 6px;
	color: #999999;
	text-decoration: none;
}
#footer li a:hover {
	color: #666666;
}
.img {
float:left;
padding-right: 10px;
padding-bottom: 10px;
}