@charset "utf-8";

body {
	background:url(../images/pageBackground.jpg);
	background-repeat:repeat-x;
	margin:15px;
	font-family:Trebuchet MS;
}

a:link { color:#002579; }
a:visited { color:#002579; }
a:hover { color:#566FA6; }
a:active { color:#002579; }

h1 {
	font-size:18px;
	color:#002579;
	border-bottom:1px solid #DEF3FC;
	padding-bottom:8px;
	margin-right:15px;
}

h2 {
	font-size:14px;
	color:#002579;
}

em {
	font-weight:bold;
	color:#FF0000;
}

#container {
	width:723px;
}

#menu {
	position:relative;
	top: -158px;
	width:723px;
	height:57px;
	background:url(../images/siteMenu.png);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-left:15px;
	z-index:2;
}

#menu .menulink {
	text-transform:uppercase;
}

#pageLogo {
	width:494px;
	height:120px;
	background:url(../images/siteLogo.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

#siteSearch {
	position:relative;
	left:366px;
	width:333px;
	height:106px;
	background:url(../images/searchBG.png);
	background-repeat:no-repeat;
	top:-85px;
	padding-top:72px;
	padding-left:3px;
}

#siteSearch input {
	vertical-align:middle;
	font-size:10px;
}

.searchBox {
	width:195px;
	border:none;
	padding-left:5px;
	padding-right:5px;
}

#disclaimer {
	text-align:center;
	font-size:10px;
	color:#979797;
	position:relative;
	top: -187px;
	padding-top:10px;
}

#content {
	position:relative;
	top: -177px;
	left: 20px;
	width:650px;
	background:url(../images/contentBG.png);
	background-repeat:repeat-y;
	font-size:12px;
	padding:15px;
	z-index:1;
}

#content li {
	margin-bottom:10px;
	margin-top:10px;
}

#contentFooter {
	position:relative;
	top: -180px;
	left: 20px;
	width:675px;
	height:21px;
	background:url(../images/contentFooter.png);
	background-repeat:no-repeat;
	font-size:12px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	z-index:2;
}

#footerNav {
	border-top:1px solid #DEF3FC;
	padding-top:10px;
	text-align:center;
	font-size:12px;
	color:#566FA6;
}

#contactInfo {
	margin-top:10px;
	text-align:center;
	font-size:11px;
	margin-bottom:0px;
	color:#666666;
}