* {
	margin:0;
	padding:0;
	font-family:Verdana,Helvetica,sans-serif,Arial;
}
a img {
	border:none;
}
body {
	/*background-color:#003d7d;*/
	text-align:center;
}
h2, h3{
	font-size:10px;	
}
h2 {
	margin-top:15px;
	/*border-bottom:1px solid orange;*/
	margin-bottom:10px;
	padding-bottom:4px;	
	background:url(../img/heading_bg.gif) no-repeat bottom left;
}
h3 {
	color:black;
	margin-bottom:10px;
}

#wrap {
	margin:25px auto 0 auto;
	width:970px;
	text-align:left;
}
#head {
	height:115px;
	background:url(../img/head2.gif) no-repeat top left;
}
#head a img {
	float:left;
	border:1px solid #fff;
	margin:30px 0 0 45px;
}
/*
=== BODY ===
*/
#body {
	min-height:477px;
	background:url(../img/body_bg2.gif) repeat-y;
	color:#666;
	font-size:11px;
	padding:15px 35px 15px 45px;
}
* html #body {
	height:477px;	
}
#body .col {
	float:left;
	/*border:1px solid red;*/
	margin:15px 25px 0 0;
}
.col ul {
	margin:10px 0 10px 0;
}
.col ul li {
	margin:4px 0 0 20px;
}

.col .left_halfbox {
	float:left;	
	width:170px;
}
.col .left_halfbox img {
	margin:0 auto 15px auto;	
}
.col .left_halfbox a {
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	color:#000;	
}
.col ul li {
	list-style:none;
	text-indent:10px;
	background: url(../img/bullet.gif) no-repeat top left;
	margin:13px ; 	
}
/*
=== /BODY ===
*/

#footer {
	height:54px;
	background:url(../img/footer2.gif) no-repeat top left;
	color:#666;
	clear: both;
}
#footer p {
	line-height:30px;
	text-indent:100px;
	font-size:10px;
}
#short_news, .bordered {
	border:1px solid #d6d6d6;
	font-size:10px;
	margin:0;
}
#short_news li {
	list-style:none;
	color:black;
	margin:10px 5px;
	line-height:12px;
	border-top:1px dotted #d6d6d6;
}
#short_news li a{
	color:black;
	text-decoration:none;
}
#short_news li a:hover {
	border-bottom:1px dotted #d6d6d6;
}

.shadow {
	height:9px;
	background:url(../img/shadow.gif) no-repeat top right;
}
.left {
	float:left;
}
.clr {
	clear:both;
}
label {
	display:block;
	margin-top:10px;
}
input {
background:#EEEEEE none repeat scroll 0%;
border:1px solid #CCCCCC;
font-family:Verdana,Helvetica,sans-serif,Arial;
font-size:11px;
height:16px;
}
textarea {
background:#EEEEEE none repeat scroll 0%;
border:1px solid #CCCCCC;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
.enter {
background-color:#EEEEEE;
background-position:center;
border:1px solid #CCCCCC;
font-family:Verdana,Helvetica,sans-serif,Arial;
font-size:11px;
font-style:normal;
font-weight:bold;
width:70px;
}

.col_half td {
	color:#666;
	font-size:11px;
}

.err {
	color:red;
}
.okay {
	color:green;
}