@charset "utf-8";
/* CSS Document */


body {
	background:#78A4C1 url(images/bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	padding-top:1px;
	font-family: Arial, Helvetica, sans-serif;
}	


#wrapper {
	width:930px;
	margin:0 auto;
	position:relative;
	background:#FFF;
}

#nav {
	width:930px;
	margin:0;
	padding:0;
	height:50px;
	background:url(images/bg_nav.jpg);
	background-repeat:repeat-x;
}

#divider {
	width:930px;
	margin:0;
	padding:0;
	height:5px;
	background:#72A3AF;
}

#content_main {
	width:900px;
	margin:0 auto;
	position:relative;
	color:#373232;
	padding-top:20px;
	padding-bottom:20px;
	min-height:450px;
}		

#content_main A, content_main A:VISITED{
	font-weight:bold;
	color:#000;
	border-bottom:dotted 2px #1D438B;
	text-decoration:none;
}

#content_main A:HOVER{
	border-bottom:dotted 2px #000;
}

#content_main li {
	list-style:circle url(images/bullet.gif);
	font-size:.9em;
	margin-bottom:.5em;	
}	

#content_main a img {display: block;}

#content_main IMG {
	padding:10px;
	background:#FFF;
	border:1px solid #999;
}	

H1 {
	padding:0; margin:0;
	font-size:1.4em;
	color:#1D438B;
	border-bottom:solid 1px #BDC3BC;
}

H2 {
	padding:0; margin:0;
	font-size:1.2em;
	color:#1D438B;
	margin-top:7px;
}

H3 {
	padding:0; margin:0;
	font-size:1.1em;
	color:#000;
}

P {
	font-size:1em;
}		

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
}

.table_noborder_gridbt {
	font-size:.9em;
}	

.table_noborder_gridbt TD {
	border-bottom: 1px solid #E7F6F3;
}

.table_news {
	float:right;
	border:solid 2px #1D438B;
	background:#F5F5F5;
	font-size:.8em;
}

.newsHD {
	color:#1D438B;
	border-bottom:solid 1px #BDC3BC;
	font-weight:bold;
}	

input[type="text"], input[type="password"], input[type="textfield"], input[type="select"], input[type="button"], textarea, select {	
	font-weight:normal;
	background: #FFF;
	color:#003366;
	border:#7EAEC2 1px solid;
} 

input[type="submit"] {	
	font-weight:bold;
	background:#1D438B;
	color:#FFF;
	border:#000 2px solid;
	text-align:center;
	margin:10px;
}
input[type="submit"]:hover {	
	background:#8BAE4A;
}

#FT {
	float:left;
	width:100%;
	margin:0; 
	padding:0;
	font-size:.9em;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;	
}

.red {color: #FF0000;}
.blue {color:#1D438B;}

.fontLarger {font-size:1.1em; }
