* {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
html, body {
	min-height: 939px;
}
* html, * html body {
	height: 939px;
}
html {
	background: #003C80 url(../img/layout/bg_html.gif) repeat-y 132px top;
}
body {
	background: url(../img/layout/bg_body.jpg) no-repeat;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	text-decoration: underline;
}
ul {
	list-style: none;
}
a img{
	border: none;
}
#wrapper {
	width: 692px;
	margin: 0px 0px 0px 141px;
	min-height: 100%;
}
* html #wrapper {
	height: 100%;
}
h1 {
	height: 124px;
	position: relative;
	overflow: hidden;
}
h1 span {
	position: absolute;
	left: 2000px;
}
.clear {
	clear: both;
}
ul#nav {
	background: url(../img/layout/bg_nav.gif) no-repeat;
	float: left;
	height: 33px;
	padding: 2px 0px 0px 1px;
	width: 690px;
}
#nav li {
	float: left;
	text-align: center;
	width: 133px;
	padding-left: 4px
}
#nav li a {
	padding-left: 6px;
	display: block;
	width: 128px;
	text-decoration: none;
}
#nav li a span {
	color: #003C80;
	font-size: 12px;
	width: 100px;
	display: block;
	padding: 8px 6px 9px 0px;
	cursor: pointer;
}
* html #nav li {
	width: 100px;
	padding-left: 2px;
}
* html #nav li a {
	width: 100px;
}
#nav li a span {
	width: 100px;
}
#nav li.current a, #nav li a:hover {
	background: url(../img/layout/bg_navItemLeft.gif) no-repeat;
}
#nav li.current a span, #nav li a:hover span {
	background: url(../img/layout/bg_navItemRight.gif) no-repeat right top;
	color: #FFFFFF;
}
#content {
	color: #FFFFFF;
	padding: 26px 16px;
	line-height: 16px;
}
#content p {
	margin-bottom: 15px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	font-family: arial, sans-serif;
	line-height: 20px;
	margin-bottom: 22px;
}	
h3 {
	font-size: 11px;
	margin-bottom: 9px;
	line-height: 11px;
}
#leftColumn {
	float: left;
	width: 470px;
}
#leftColumn ul {
	/*border: 4px solid #2E5E8F;*/
	background: #3567A4;
	padding: 10px 15px;
	margin-bottom: 15px;
}
#leftColumn ul li {
	background: url(../img/layout/bg_footer.gif) no-repeat 0px 11px;
	padding: 3px 10px;
}
#leftColumn ul.large li {
	padding-bottom: 10px;
}
#footer {
	border-top: 1px solid #FFFFFF;
	padding: 5px 15px;
	background: url(../img/layout/bg_footer.gif) no-repeat 5px 13px;
	margin: 40px 0px;
}
#rightColumn {
	float: right;
	padding: 68px 15px 0px 0px;
	color: #FFFFFF;
	width: 205px;
	line-height: 16px;
}
#rightColumn .sidebarBox {
	border: 4px solid #2E5E8F;
	padding: 10px 8px;
}
#rightColumn h3 {
	padding-left: 20px;
}