@charset "utf-8";

html, body, form{
	margin: 0;
	padding: 0;
	border: 0;
	color:#FFFFFF;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	}


body{
	font-size:12px;
	background-color:#1e4870;
}


a{
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}

#page-wrap{
	padding: 10px;
}

#browserWarning a{
	color:#87c9f5;
	text-decoration:none;
	font-size: 14px;
}


#imgPreviewContainer{
    z-index: 500;
}

#background{position:absolute; z-index:1; width:100%; height:100%; top:0px;}
#fixed {position: relative; z-index:10; width:1000px; margin:0 auto;}

.content{
	position:absolute;
	margin:0 auto;
}

.txtcontent{
	background:url(images/content_bgd.png) repeat;
	width:1000px;
}

.txtArea{
	padding:10px 20px;
	text-align:justify;
}

.space5{
	height:5px;
}

.space10{
	height:10px;
}

.space15{
	height:15px;
}

.space20{
	height:20px;
}



.news{
	padding:10px;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}

 .news a{
 color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
 }

.news .date, .news .date a{
	color:#037bca;
	font-size:10px;
	text-decoration:none;
}

img{
	border:none;
}

.headerlinks, .headerlinks a{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

.headerlinks ul li{
	list-style:none;
	display:inline;
	margin-left:10px;
}

.menu{
	background:url(images/menu_bgd.png) no-repeat;
	height:30px;
	padding:0;
	margin:0px;
}


.menu ul{
	margin:0px;
	padding:0px;
	float:left;
}

.menu ul li{
	list-style:none;
	display:inline;
	margin-left:15px;
}


.textfield{
	border: 0px;
	background: transparent url(images/search_bgd.png) repeat;
	width:200px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


	.holder {
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
				float: left;
				margin: 10px;
				margin-left:15px;
			}

			.scroll-pane {
				width: 650px;
				overflow: auto;
				float: left;
				color:#ffffff;
			}
			
	
			#pane2 {
				height: 317px;
			}
			
			.maincontent,.maincontent2{
				width:550px;
			}
			
			
			a.jScrollArrowUp {
				background: url(basic_arrow_up.gif) no-repeat 0 0;
			}
			a.jScrollArrowUp:hover {
				background-position: 0 -15px;
			}
			a.jScrollArrowDown {
				background: url(basic_arrow_down.gif) no-repeat 0 0;
			}
			a.jScrollArrowDown:hover {
				background-position: 0 -15px;
			}
			a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
				background-position: 0 -30px;
			}
			.maincontent td{
				background:url(images/table_bgd.png) repeat;
			}
			
			.maincontent td.nobgd{
				background: none;
			}
			
			.maincontent .main td{
				background: none;
			}





	.maincontent .nobgd td{
		background:none;
	}



			.maincontent2 td{
				background:none;
			}
			.maincontent3 td{
			line-height:20px;
			}

.sitemap a{
	color:#87c9f5;
}

.sitemap a:hover{
	color:#2796e0;
}

.footerh{
	background:url(images/footerhead_bgd.png) repeat;
	height:20px;
	font-size:11px;
	color:#87c9f5;
}
.footerh a{
	color:#87c9f5;
	text-decoration:none;
}

.footerh ul{
	margin:0px;
	padding:0px;
	float:right;
	margin-right:10px;
}

.footerh ul li{
	margin:0px;
	padding:0px;
	display:inline;
	text-transform: uppercase;
	margin-left:20px;
}

.footer{
	background:url(images/footer_bgd.png) repeat;
	height:20px;
	font-size:12px;
	color:#2796e0;
	text-decoration:none;
	line-height:20px;

}

 .footer a{
 	margin:0 5px;
	color:#2796e0;
	font-size:11px;
	text-decoration:none;
 }