@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	font-size:12px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	background: #d9e3ff;
}

.content_bg {
	margin: 0 auto;
	background: url(images/content_bg.png) repeat-y;
	width: 918px;
}

.content {
	margin: 0 auto;
	width: 900px;
	}

.header {
	height: 111px;
	background:url(images/header.jpg) no-repeat;
}

.header_right {
	float: right;
	width: 634px;
	padding: 14px 30px 0px 0px;
	text-align: right;
	font-size:14px;
}

.header_left {
	width: 207px;
}

.header_spacer {
	height: 14px;
	background:url(images/header_spacer.gif) no-repeat;
}

.banner {
	height: 274px;
	}

.banner_spacer {
	height: 14px;
	background: url(images/banner_spacer.gif) no-repeat;
	}

.sidebar {
	float: right;
	width: 228px;
	background: url(images/siderbar_bg.gif) left top repeat-y;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	}
	
.main {
	width: 600px;
	padding: 10px 20px 20px 20px;
}

.footer {
	clear:both;
	height: 74px;
	background:url(images/footer_bg.gif) repeat-x;
	font-size:10px;
	color: white;
	text-transform:uppercase;
	}

.footer_right {
	float: right;
	width: 200px;
	padding: 10px;
	text-align: right;
}

.footer_left {
	width: 600px;
	padding: 10px
}

/* text styles */

h1,h2,h3,h4,h5 {
	color: #0b2d83;
	font-weight: normal;
	}

strong{
	color: #d10123;
	}

a img{
	border:0;
}

a{
	text-decoration:underline;
	color:#333;
}
a:hover{
	color: #d10123;
	text-decoration:none;
}

.footer a {
	text-decoration:none;
	color:#fff;
}
.footer a:hover{
	color: #fff;
	text-decoration:underline;
}
	
/* END text syles */

/* Menu */
.header_right ul{
	padding:0;
	margin:0;
}
.header_right li{
	float:left;
	text-align:center;
	list-style-type:none;
	line-height:56px;
}
.header_right li a{
	text-decoration:none;
	color: #9f9f9f;
	padding:0 14px;
	display:block;
}
.header_right li a:hover, .header_right li a.current{
	color: #d80124;
	display:block;
}
/* Menu End */	

/* SEO */

.header2 {
    font-size:13pt;
    font-weight:bold;
}

.header2Italic {
    font-size:11pt;
    font-style:italic;
}
	
.underFooter {
	background-color:#FFFFFF;
	font-family:arial;
	color:#000000;
	
}
.underFooter a {
	font-size:8pt;
	color:#000000
}

.underFooter h2 {
	text-align:center;
	padding: 10px;
	
	font-size:11pt;
	
}
.underFooter h3 {
	text-align:center;
	
	
	font-size:11pt;
	
}

.underFooter h4 {
	text-align:center;
	
	font-size:10pt;
	
}

.footerMenu {
	text-align:center;
}

.loc2 {

	font-size:11pt;
	color: #000000;
	font-style: italic;
}

.loc3 {

	text-align:center;
	font-size:8pt;
	margin:0px 10px 0px 10px;
}

#AutoNumber1 {
	text-align:center;
	border-collapse: collapse;
	font-size:9pt;
}
#AutoNumber1 td {
	text-align:left;
}
#AutoNumber1 a {
	color:#000000;
	font-size:8pt;
	text-decoration:none;
}

#copyright  {
	font-size:8pt;
	color:#000000;
	}

