/* CSS Document */
body {
	background-color: #00447D;
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
	margin:0px;
}
body, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	color: #000000;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	color: #000000;
}

form {
	padding: 0px;
	margin: 0px;
}
.txtform {
	border: 1px solid #B4BCC0;
	color: #333333;
	padding:2px;
}
.button {
	border: 1px solid #FFFFFF;
	padding:4px; 
	background:#021456;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	
}
a, a:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #0d2e58;
}
a:hover {
	text-decoration: underline;
}
p{
	margin:0px;
	padding:8px 0px;
}

.wrap {
	width:720px;
	margin: 0px auto;
}
.logo{
	width:720px;
	height:61px;
	background:url(img/logo.jpg) no-repeat left top;
	padding:44px 10px 0px 0px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#4C68AE;
}
.logo div{
	float:right;
	text-align:left;
	margin:0px auto;
}

.logo span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#2E2E2E;
}
.left_column, .main_column{
	height:550px;
	min-height:550px!important;


}
.left_column{
	background:url(img/engine_bg.jpg) no-repeat bottom center #F3F3D6;
}
.main_column{
	background:url(img/main_shadow.gif) repeat-y left top  #FFFFDD;
}



.distance4px{
	padding:4px 0px;
}
.text_style2{
	color:#021456;
}
.text_style_red{
	color:#FF0000;
}


.footer {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 6px;
	clear: both;
	padding: 8px 10px 0px 10px;
}
.footer a, .footer a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
}
.clear{
	clear:both;
	height: 1%;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
