html {
	background-color: #36418f;
}
body {
	color: #555;
	font-family:'trebuchet ms','Lucida Sans Unicode','Lucida Grande',Tahoma,sans-serif;
	line-height:150%;
}
h3 {
	color: #1c2971;
	font-size: 1.6em;
	font-weight: bold;
	margin: 10px 0 20px;
}
p {
	font-size: 1em;
	line-height:132%;
}
object, #bannerFlash {
	height: 209px;
}
/*landing page */
#landing-container {
	background-color: #fafafa;
	margin:0 auto;
	width:968px;
}

.accessibility-hide, h1 span, h2 span {
	position:absolute;
	left:0;
	top:-999px;
	width:1px;
	height:1px;
	overflow:hidden;
}

h1 {
	float: left;
	background: url(../img/landing-head.jpg) no-repeat top left;
	display: block;
	height:122px;
	width:968px;
}

br {
	clear: both;
}
h2 {
	height:92px;
	width:100%;
}
#land-left, #land-center, #land-right {
	margin: 22px 0 20px 20px;
	float: left;
	width:295px;
}
#land-left img {
	margin:10px;
	float: left;
}
#land-right img {
	margin:10px;
	float: right;
}
#land-left h2 a, #land-center h2 a, #land-right h2 a {
	display: block;
	height:92px;
	width:100%;
}
#land-left h2 a {
	background: url(../img/landing-button-cl.jpg) no-repeat top center;
}
#land-center h2 a {
	background: url(../img/landing-button-fl.jpg) no-repeat top center;
}
#land-right h2 a {
	background: url(../img/landing-button-fs.jpg) no-repeat top center;
}
#page-body {
	padding:2px;
}
#body-left, #body-center, #body-right {
	float: left;
	margin-top: 4px;
	padding: 30px 32px 56px;
	height:342px;
	width:auto;
}
#body-left {
	background: transparent url(../img/landing-bg.gif) repeat-x top left;
}
#body-center {
	background: transparent url(../img/landing-bg.gif) repeat-x top left;
}
#body-right {
	background: transparent url(../img/landing-bg.gif) repeat-x top left;
}

#body-left a.button, #body-center a.button, #body-right a.button {
	color: #eee;
	font-weight: bold;
	padding:6px 8px;
	margin-top: 24px;
	text-decoration: none;
}
#body-left a.button {
	background-color: #1a69ae;
}
#body-left a:hover.button {
	color: #fff;
	background-color: #065094;
}
#body-center a.button {
	background-color: #529c31;
}
#body-center a:hover.button {
	color: #fff;
	background-color: #417c21;
}
#body-right a.button {
	background-color: #1C85CE;
}
#body-right a:hover.button {
	color: #fff;
	background-color: #105085;
}
#footer {
	background-color: #e6e6e6;
	color: #3b3d93;
	font-weight: bold;
	margin:0 auto 20px;
	height:38px;
	padding:16px 26px 15px;
	text-align:right;
	width:916px;
}
#footer a {
	color: #3b3d93;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}