@charset "utf-8";

/*global styles*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #e7e7e1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
a, a:link, a:active, a:visited {
	color : #005696;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	color : #005696;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

/*global layout*/
.parentTable {
	background-color: #ffffff;
	background-image: url(/images/site_background.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 980px;
}
.topGraphic {
	background-color: #ffffff;
	background-image: url(/images/site_top.gif);
	height: 23px;
	width: 980px;
	vertical-align: top;
}
.bottomGraphic {
	background-color: #ffffff;
	height: 24px;
	width: 980px;
	background-image: url(/images/site_bottom.gif);
	vertical-align: top;
}
.leftSpace {
	width: 23px;
}
.rightSpace {
}

/*header styles*/
.header {
	background-color: #ffffff;
	height: 72px;
	vertical-align: top;
	width: 940px;
}
.headerLeft {
	background-color: #ffffff;
	height: 66px;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	width: 166px;
	cursor: pointer;
}
.headerCenter {
	background-color: #ffffff;
	height: 66px;
	background-repeat: no-repeat;
	vertical-align: top;
	width: 512px;
}
.headerRight {
	background-color: #ffffff;
	height: 66px;
	background-repeat: no-repeat;
	vertical-align: top;
	width: 262px;
	margin-right: 30px;
}
.topLinks {
	background-color: #ffffff;
	vertical-align: bottom;
	height: 24px;
	width: 216px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #527dca;
	text-align: right;
}
a.topLink, a.topLink:link, a.topLink:active, a.topLink:visited {
	color : #527dca;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.topLink:hover {
	color : #527dca;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
.searchCell {
	vertical-align: middle;
	text-align: right;
	height: 48px;
}
input.searchField {
	font-size: 10px;
	height: 18px;
	width: 170px;
	color: #666666;
	margin-top: 0px;
	padding-top: 0px;
}

/*top nav styles*/
.navCell {
	height: 26px;
	vertical-align: middle;
	background-image: url(/images/topnav_background.gif);
	width: 940px;
	background-repeat: no-repeat;
}
.topNav {
	height: 26px;
	vertical-align: middle;
	width: 766px;
	padding-left: 10px;
}
.loginText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5c8f1f;
	height: 26px;
	width: 174px;
}
a.loginLink, a.loginLink:link, a.loginLink:active, a.loginLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5c8f1f;
	text-decoration: none;
}
a.loginLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5c8f1f;
	text-decoration: underline;
}

/*content styles*/
.contentCell {
	width: 940px;
}
.topSpace {
	height: 6px;
}
.bottomSpace {
	height: 6px;
}
.spaceRight {
}
.spaceLeft {
}

/*footer styles*/
.footer {
	background-color: #e7e7e1;
	height: 50px;
	vertical-align: top;
}
.footerLeft {
	background-color: #e7e7e1;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	width: 330px;
}
.footerRight {
	background-color: #e7e7e1;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	width: 320px;
}
.footerCenter {
	background-color: #e7e7e1;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	width: 330px;
}
a.footerlink, a.footerlink:link, a.footerlink:active, a.footerlink:visited {
	color : #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.footerlink:hover {
	color : #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
