body,div,dl,dt,dd, ul, li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	padding: 0 0 10px 0;
	color: #003f99;
	text-decoration: none;
}

h1{
	font-size: 20px;
}

h1 .subTitle{
	font-size: 11px;
	padding: 1px 0 0 1px;
	font-style: italic;
	color: #999;
}

h2{
	font-size: 14px;
	
}

h1 small, h2 small, h3 small{
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

abbr,acronym { 
	border:0;
}

body {
	background: #aaa;
	color: #000; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em;
}

.floatLeft{
	float: left;
	margin: 0 10px 5px 0;
}

.floatRight{
	float: right;
	margin: 0 0 5px 10px;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.whiteBox{
	position: relative;
	background: #fff;
}

.whiteBox .lt, .whiteBox .rt, .whiteBox .rb, .whiteBox .lb{
	position: relative;
}
	
.whiteBox .lt{background: url(images/lt-corner-white.png) no-repeat 0 0;}	
.whiteBox .rt{background: url(images/rt-corner-white.png) no-repeat 100% 0;}
.whiteBox .rb{background: url(images/rb-corner-white.png) no-repeat 100% 100%;}
.whiteBox .lb{
	background: url(images/lb-corner-white.png) no-repeat 0 100%;
	padding: 15px 15px 8px 15px;
	overflow: hidden;
}

.clear{
	clear: both;
}

.last{
	margin: 0 !important;
}

ul.main{
padding: 2px 0 8px 15px;

}

ol.main{
padding: 2px 0 8px 20px;

}


ol{
	padding: 2px 0 8px 15px;
}


ul.arrows{
	position: relative;
	list-style-type: none;
	padding: 5px 15px 5px 10px;
}

ul.arrows li{
	background: url(images/list-arrow.png) no-repeat 0 0;
	padding: 2px 0 8px 15px;
}

ul.logos{
	position: relative;
	list-style-type: none;
	padding: 5px 15px 5px 10px;	
}

ul.logos li{
	background: url(images/list-logo.png) no-repeat 0 0;
	padding: 0 0 10px 34px;
}

ul.logos li h2{
	font-size: 12px;
	padding: 0;
}

ul.logos li a{
	font-weight: bold;
}

strong{
	font-weight: bold;
}

p{
	padding: 0 0 1em 0;
	line-height: 1.5em;
}

a{
	color: #003f99;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#wrapper{
	width: 880px;
	position: relative;
	margin: 0 auto;
	padding-top: 120px;
	background: #003f99;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	height: 104px;
	width: 880px;
	background: #fff;
}

#logo{
	width: 313px;
	height: 78px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(images/logo.png) no-repeat;
}

#find{
	display: block;
	background: url(images/find.jpg) no-repeat;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 535px;
	height: 92px;
}

#content{
	background: #e7e7e7;
	padding: 10px;
	overflow: hidden;
}

#menuColumn{
	float: left;
	overflow: hidden;
	width: 179px;
	margin-right: 10px;
	background: #fff url(images/menu-bottom.png) no-repeat 0 bottom;
}

#menuColumn h2{
	color: #fff;
	padding: 0;
	height: 30px;
	font-weight: normal;
	width: 109px;
	line-height: 30px;
	font-size: 14px;
	padding-left: 70px;
	background: url(images/menu-header.png) no-repeat;
}

#menuColumn ul{
	list-style-type: none;
	padding: 0 0 8px 0;
}

#menuColumn ul li{
	padding: 1px 0 2px 0;
	background: url(images/menu-dots.png) no-repeat center bottom;
}

#menuColumn ul li a{
	color: #333;
	display: block;
	padding: 4px 5px 5px 32px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #fff url(images/menu-bullet.png) no-repeat 15px 7px;
}

#menuColumn ul li a:hover{
	background-color: #ccd9eb;
	text-decoration: none;
}

#rightColumn{
	float: left;
	width: 671px;
	font-size: 12px;
}

#rightColumn .rightSection{
	margin-bottom: 1em;
	overflow: hidden;
	height: 1%;
}

* > #rightColumn .rightSection{
	height: auto;
}

#footer{
	color: #fff;
	font-size: 10px;
	padding: 10px;
}

#footerRight{
	float: right;
	text-align: right;
	font-size: 12px;
}




#footer a{
	color: #ffffff;
	text-decoration: none;
}

.style1 {color: #FF0000}

.styledisc {font-size: 10px}

