@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fffaef;
	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;
}
#container {
	width: 974px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/page-bgrnd.gif);
	background-repeat: repeat-y;
	padding: 0;
}
#header {
	padding: 0 7px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	height: 115px;
	background-image: url(../images/head-logo.jpg);
	background-repeat: no-repeat;
	background-position: 7px 0;
}

#footer {
	padding: 0 10px;
	font-size: 0.65em;
	color: #666666;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#contentWrapper {
	margin: 0px;
	padding: 20px 33px;
}
#leftCol {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 728px;
}
#rightCol {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 160px;
}
#topAd {
	margin-bottom: 20px;
}
#menuWrapper {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	float: left;
	width: 156px;
	border: 1px solid #004489;
	z-index: 1000;
	font-size: 0.68em;
}
#content {
	padding: 26px 26px 6px 80px;
	float: right;
	margin-left: -56px;
	border: 1px solid #004489;
	width: 510px;
	z-index: 400;
	margin-bottom: 20px;
}
.loginForm {
	font-size: 0.7em;
	margin: 0;
	display: inline;
	padding: 0;
}
.loginForm td {
	padding-bottom: 1px;
	margin: 0;
}
.loginForm p {
	padding: 0;
	margin: 2px 0 0 0;
}
.loginForm a:link, .loginForm a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 6px;
}
.loginForm a:hover {
	color: #FABA00;
}
.loginForm input {
	width: 110px;
	background-color: #FFFAEF;
	border: 1px solid #9e0023;
	height: 14px;
	font-size: 0.9em;
	padding: 0;
	margin: 0 6px 0 0;
}
.loginForm label {
	color: #FFFFFF;
	margin: 0;
	padding-right: 2px;
}
.loginButton {
	width: 27px !important;
	height: 27px !important;
	border: none !important;
	margin-left: 6px;
}

#loginWrapper {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 280px;
	padding-top: 30px;
}
#logoutWrapper {
	margin-top: 0px;
	font-size: 0.72em;
	color: #FFFFFF;
	margin-left: 345px;
}
#logoutWrapper a:hover img {
	filter: alpha(opacity=100) !important;
	opacity: 1.0 !important;
}
#logoutWrapper p {
	margin: 0;
}
.logoutSpaceRight {
	padding: 10px 80px 0 0;
}

