/* CSS Document */
html, body {
   margin : 0;
   padding : 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 21px;
	background: #ffffff;
	width: 100%;
	color: #2C3883;
}

a:link {
	color:#2C3883;
	font-weight: bold;
	text-decoration: underline;
}

a:link:hover {
	color:#C1D0E2;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color:#2C3883;
	font-weight: bold;
	text-decoration: underline;
}

h2{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin:0px;
	padding:0px;
}

h3{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


h4 {
	margin: 0;
	text-align: center;
	font-size: 14px;
}

h5 {
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
}

h6 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.floatleft {
float: left;
margin: 0 10px 10px 0;
}


/**************** Header and Footer***********************/

#Hbackground {
	background: #86a8c8 url("images/headerbg.gif") repeat-x;
	margin: 0px;
	width: 100%;
	height: 154px;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	width: 750px;
	text-align: right;
}

#footer {
	text-align: center;
}
	

/******************** Columns *********************/

#leftcontent {
	z-index:10;
	position: absolute;
	left:0px;
	top:154px;
	width:195px;
	height: 100%;
	background:#010066;
}

#leftcontent a:link {
	color: #fff;
}

#leftcontent a:visited {
	color: #fff;	
}

#centercontent {
	margin-left: 184px;
	margin-right:270px;
	margin-top: 25px;
	margin-left: 201px;
	margin-right:270px;
	}
html>body #centercontent {
margin-left: 206px;
margin-right:270px;
	}

#searchcontent {
margin-left: 206px;
	}
	
#image {
	text-align:center;
}

#rightcontent {
	z-index: 10;
	position: absolute;
	right: 12px;
	top: 165px;
	width: 223px;
	height: 550px;
	padding: 8px;
	background-color:#527895;
	font-size: 12px;
	line-height: 21px;
	color: #2C3883;
}


#twocolumnlayout {
	margin-left: 164px;
	margin-top: 50px;
	margin-left: 201px;
	margin-right: 15px;
}

#popup {
	margin-left: 0px;
	margin-right:0px;
	margin-top: 0px;
	padding:25px;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding-top: 30px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #232c64;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #232c64;
	border-bottom: 1px solid #232c64;
	background-color: #010066;
	padding: 3px 0px 3px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #232c64;
	background-color: #527895;
	background-image: none;
	text-decoration: none;
}

/************* logos styles **************/

.logos{
	margin: 0px;
	height: 100%;
	padding: 60px 15px 15px 15px;
	
}

