@charset "windows-1252";
body {
	margin: 0;
background-attachment: fixed;
background-repeat: repeat-x;
background-image: url(../Images/back.jpg);
height: 100%;
text-align: center;
font-family: sans-serif;
color: #666666;
scrollbar-base-color: #74b5d6;
background-color: #98bbdb;
font-size: 10pt;
}

#wrapper {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}

#container {	
	width: 794px;
	min-height: 571px;
	top: 20px;
	left: 50%;
	margin-top: 0;
	margin-bottom: auto;
	margin-left: -410.5px;
	position: absolute;
	
}

#mainTable {
	width: 794px;
	min-height: 571px;
	position: relative;
	border-width: 13px;
	border-style: solid;
	border-color: white;
	background-color: white;
	clear: both;
}

#std_header {
	width: 794px;
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	background-color: #0066ce;
	margin: 0;
	padding: 0;
	border: 0;
}

#mainLogo {
	float:left; 
	position: relative;
	width: 346px;
	height: 74px;
	vertical-align: bottom;
}

#loginBox {
	float: right;
	padding: 5px 7px 3px 0;
	height: 74px;
	width: 400px;
	vertical-align: bottom;
	position: relative;
	}

#loginUser {
	float: right;
	padding: 5px 7px 0px 0;
	bottom: 0px;
	width: 400px;
	vertical-align: bottom;
	position: absolute;
	text-align: right;
	font-family: verdana, helvetica, sans-serif;
	font-size: 7pt;
	color: white;
}

#loginUser a {
	text-decoration: none;
	color: white;
}

#loginUser .user {
	color: #ffcc00;
}

.loginField {
	font-family: verdana, helvetica, sans-serif;
	font-size: 7pt;
	color: white;
	float: left;
	width: 80px;
}

#loginMisc {
	font-family: verdana, helvetica, sans-serif;
	font-size: 7pt;
	color: white;
	float: right;
	clear: both;
	vertical-align: bottom;
	margin: 0px;
	width: 245px;	
}
#loginMisc1 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 7pt;
	color: white;
	float: right;
	clear: both;
	vertical-align: bottom;
	margin: 0px;	
	width: 180px;
}

form {
	margin: 0;
}

div,img {
	margin: 0;
	border: 0;
	padding: 0;
	spacing: 0;
}

img {
	line-height: 1px;
	vertical-align: bottom;
}

a {
color: #74b5d6;
}

a.strong {
	color: #0066ce;
	text-decoration: none;
	font-weight: bold;
}

input,textarea,select,option {
	border-width: 1px;
}

input.small {
	font-family: verdana, helvetica, sans-serif;
	font-size: 6pt;
}

#grayDivider {
	width: 794px; 
	height: 5px; 
	clear: both;
}

#navBar {
	width: 794px;
	height: 21px;
	}

#searchBar {
 	float: right; 
	margin-top: 10px; 
	background-image: url(images/search_back.gif); 
	background-repeat: no-repeat; 
	width:200px; 
	height: 25px; 
	color: #0066ce; 
	font-size: 8pt; 
	clear: right;
}

#bodyContainer {
	float: left;
	position: relative; 
	width:793px;
}

#footer {
	font-family: sans-serif;
	margin: 10px;
	color: #333333;
	font-size: 8pt;
}

#footer a {
	color: #0066ce;
	
}

