@charset "UTF-8";
body {
	background-color: #3a577c;
	background-image: url(images/bgGradient.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 150%;
}
img {
	margin:0px;
}
a:link {
	color:#0066CC;
}
a:visited {
	color:#003366;
}
a:hover {
	color:#003366;
}
a:active {
	color:#0066CC;
}
#mainContainer {
	position:relative;
	padding: 0px;
	width: 904px;
	margin-top: 32px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(images/mainBackground.png);
	background-repeat: repeat-y;
}
#headerIMG {
	margin: 0px;
	position: relative;
	left: 10px;
	top: 0px;
}
#content {
	width:858px;
	text-align:left;
	margin:10px auto;
	background-image:url(images/contentTile.png);
	background-repeat: repeat-y;
}
#bodyContent p{
	margin-left:36px;
	margin-right:36px;
	margin-bottom:36px;
	margin-top:0px;
}
h1 {
	color:#0066CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin-left:0px;
	margin-right:18px;
	margin-bottom:18px;
	margin-top:36px;
}
h2 {
	color:#0066CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin-left:36px;
	margin-right:36px;
	margin-bottom:6px;
	margin-top:36px;
}
strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #0066CC;
	font-size: 15px;
	font-weight: bold;
}
#pageContent {
	border:#FFFFFF 1px solid;
	width:766px;
	position:relative;
	left:46px;
	margin-bottom: 27px;
}
#headerButtons {
	position:absolute;
	z-index:11;
	top:50px;
	right:28px;
	width: 200px;
	height:30px;
	overflow:hidden;
	text-align: right;
	white-space: nowrap;
}

#searchBox {
	position:absolute;
	z-index:12;
	top:50px;
	right:162px;
	vertical-align: top;
}
#searchBox .textField{
	position:relative;
	top:1px;
	margin-right:3px;
	float:left;
	height:25px;
	width:200px;
	border:1px solid #999999;
	vertical-align:bottom;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#colophon {
	font-size: small;
	color: #6699CC;
}
#colophon a:link {
	color: #6699CC;
	text-decoration: none;
}
#colophon a:visited {
	color: #6699cc;
	text-decoration: none;
}
#colophon a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#linkBlock {
	float: right;
	width: 350px;
	position: relative;
	margin-top: 36px;
	margin-bottom:36px;
	margin-left: 36px;
}
#linkBlock a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 36px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/accordianHeader_l.png);
	background-repeat: repeat-x;
	margin: 0px;
	float: left;
	height: 36px;
	width: 350px;
	position: relative;
	text-indent: 8pt;
	border: 1px solid #222222;
}
#linkBlock a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 36px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/accordianHeader_l.png);
	background-repeat: repeat-x;
	margin: 0px;
	float: left;
	height: 36px;
	width: 350px;
	position: relative;
	text-indent: 8pt;
	border: 1px solid #222222;
}
#linkBlock a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 36px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/accordianHeader_h.png);
	background-repeat: repeat-x;
	margin: 0px;
	float: left;
	height: 36px;
	width: 350px;
	position: relative;
	text-indent: 8pt;
	border: 1px solid #222222;
}
#linkList {
	position:relative;
	float:left;
	margin-bottom:18px;
}
#linkList a {
	position:relative;
	float:left;
	width: 33%;
}
.partnerLogo {
	position: relative;
	height: 100px;
	width: 24%;
	float: left;
	vertical-align: bottom;
	text-align: center;
}
#leftLinks {
	position:relative;
	float:left;
	margin-bottom:18px;
}
#leftLinks a {
	position:relative;
	float:left;
	clear:left;
}