@charset "utf-8";
body {

	background: #d6e5ea url(../img/bg-repeater.jpg) repeat left top;
	margin:0;
	font-family:Arial, Tahoma, sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#666;
}

h2 { font:bold 1.5em/1.3em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif; color:#D20000;}

.font_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #453932;
}
.font_header {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	padding-top: 10px;
	
}
.text_field {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight: normal;
	color:#1b449c;
	border-style:solid;
	border-width:0px;
	border-color:#d6e5ea;
	padding: 10px 0 0 55px;
}
.text_field h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:21px;
	font-weight: normal;
	color:#1b449c;
}
a:link {color: #474747; text-decoration:none;}
a:visited {color: #474747; text-decoration:none;}
a:hover {color: #404040; text-decoration:none;}
a:active {color: #474747; text-decoration:none;
}

#fullContent{

width: 960px;
height: auto;
margin-left: auto;
margin-right: auto;
border-left: 10px solid #1447a0;
border-right: 10px solid #1447a0;
background-color: #fff;
-moz-box-shadow: 0 0 5px #9eceeb;
-webkit-box-shadow: 0 0 5px#9eceeb;
box-shadow: 0 0 5px #9eceeb;
}

.contained {
background:url(../img/bg-content.gif) repeat-y left top;
width:100%;
}

#left{
float: left;
width: 240px;
text-align: left;
padding: 0;
}

#right{
float: left;
width: 720px;
padding: 0;
margin: 0;
}

#footer{
width: 100%;
}

#banner{
width: 100%;
padding: 0;
}

#content{
width: 690px;
padding: 15px;
}

#header{
width: 100%;
background: #fff url(../img/container_wrap.jpg) no-repeat right top;
border-bottom: 5px solid #1447a0;
}

#logo{
width: 190px;
float: left;
padding: 15px 0 0 10px;
padding-bottom: 19px;
}

#headtext{
width: 720px;
float: left;
}
.error-message
{
	font-weight: bold;
	color: red;
}

IMG {border:0px;}

.clear2 { clear:both; height:3px; border-bottom: 1px solid #cccccc;}
.clear { clear:both; height:3px; }

a.blue { color:#003573;}
a.red { color:red;}
a.about-menu { color:#3f3f3f; font-size:11px;}
a.about-current, .about-current { font-weight:bold; color:#003470; font-size:11px;}

img.shadow {
	background: #fff;
	margin: 10px;
	padding: 5px;
	border:1px solid #ccc;
	-moz-box-shadow: 0 0 5px #eee;
	-webkit-box-shadow: 0 0 5px #eee;
	box-shadow: 0 0 5px #eee;
}
.clear { float: none; clear: both; height: 0px; *height: 1px; *font-size: 0px; *color: transparent;}

.newsEvents {
margin-top: 25px;
}
.newsEvents h2{
background-color: #1447a0;
color: #FFFFFF;
padding: 2px 10px;}

.newsEvents ul{
margin-left: 0;
list-style:none;
padding:0 10px 0;
}
.newsEvents li{
border-bottom: 1px dotted #acc0c7;
padding: 6px 0;}

.newsEvents li span{
color:#acc0c7;
}

.newsEvents li a{
color:#1B449C;
}

.newsEvents li a:hover {
color:#D20000;
}
.newsEvents .btn-more{
text-align:right;
}
.newsEvents li:last-child{
border-bottom:0;
}

/* gradient table */
#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px;
	width: 85%;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background: #b9c9fe url('table-images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('table-images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url('table-images/gradhover.png') repeat-x;
	color: #339;
}

#footer {
	background: #f5f5f5;
	padding: 15px 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size:11px;
}	
#footer .box {
	color:#999;
}
#footer .box p {
margin: 5px 0 0;
padding: 0;
}
#footer a {
	color:#999;
}
#footer a:hover {
	color:#2d4c9c;
}
#footer ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	overflow: hidden;
	}
#footer li {
	background: url('images/img-line.gif') no-repeat left 1px;
	display: inline;
	margin: 0 2px 0 -2px;
	padding: 0 2px 0 5px;
	font-size:12px;
	}
#footer li a {
	padding: 0 10px;
	}

#footer li:first-child {
	background: none;
	margin-left: -12px;
	}

