* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	width:100%;
	min-height:100%;
	text-align:center;
	background:#fff url(images/bkgBody.jpg) repeat-x top left;
	margin:0 0;
	padding:20px 0;
}
body a img {
	border:none;
}
#mainTainer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#contentBox {
	width:100%;
	text-align:left;
	float:left;
}
#header {
	width:100%;
	height:122px;
	background:#fff;
}
#header img {
	margin:32px 0 0 28px;
}
#nav {
	position:relative;
	display:block;
	height:29px;
	font-size:11px;
	background:url(images/bgOFF.gif) repeat-x top left;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	border-bottom:1px solid #d9d9d9;
	padding-left:30px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#nav ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#nav ul li a {
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:7px 12px 0 12px;
	height:22px;
}
#nav ul li a:hover, #nav ul li a.current {
	color:#FFFFFF;
	background:url(images/bgON.gif) repeat-x top left;
}
#content	{
	margin-top:0px;
	width:100%;
	background:#fff;
	float:left;
	padding-bottom:20px;
}
h1, h2, h3, h4	{
	color:#003366;
}
h1	{
	font-size:14px;
	margin-top:0;
}
h2	{
	font-size:12px;
}
h3	{
	font-size:13px;
	text-align:center;
}
h4	{
	font-size:13px;
	text-align:center;
}
p, #leftCol li	{
	color:#000;
	font-size:11px;
	margin-top:0px;
	line-height:17px;
	margin-bottom:18px;
}
b	{
	color:#003366;
	font-weight:bold;
}
#leftCol	{
	margin:25px 0 0 30px;
	width:495px;
	float:left;
}
#rightCol	{
	margin-top:25px;
	margin-right:40px;
	float:right;
}
#rightCol img{
	margin-bottom:25px;
}
#fullCol	{
	margin-left:30px;
	width:730px;
	float:left;
}
.module	{
	width:220px;
	height:200px;
	margin-right:35px;
	margin-bottom:20px;
	background:url(images/bkgModule.jpg) bottom left no-repeat;
	float:left;
}
.noRight	{
	margin-right:0px;
}
.module h1	{
	height:30px;
	line-height:30px;
	background:url(images/hdrModule.jpg) no-repeat top left;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	font-size:14px;
}
.module p	{
	color:#0e3c7a;
	font-size:11px;
	padding:0 10px;
	line-height:13px;
}
.module a	{
	font-family:Arial, Helvetica, sans-serif;
	display:block;	
}	
#footer	{
	background:url(images/bkgFooter.jpg) top left no-repeat;
	padding:12px 30px;
	float:left;
	width:100%;
}
#footer p	{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff !important;
	font-size:10px;
	line-height:15px;
}
#credit p	{
	font-family:Arial, Helvetica, sans-serif;
	color:#0e3c7a !important;
	text-align:center;
	font-size:10px;
	line-height:0px;
}
#leftCol ul	{
	padding-left:0px;
}
#leftCol li	{
	background:url(images/iconList.gif) 0 3px no-repeat;
	list-style-type:none;
	padding-left:20px;
}
a {
	text-decoration: none ;
	color: #0e3c7a;
}
a:visited {
	text-decoration: none ;
	color: #0e3c7a;
}
a:active {
	text-decoration: none ;
	color: #0e3c7a;
}
a:hover {
	text-decoration: underline ;
	color: #0e3c7a;
}
.module a:hover	{
	text-decoration: none;
}
.module h1 a	{
	color:#fff;
}
