html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, p, blockquote, th, td, img, a {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

body {
	background: #ffffff;
	color: #231f20;
	font: normal 12px Tahoma;
	margin-top: 25px;
	
}

a {
	color: #231f20;
	text-decoration: underline;
	outline: none;
}

h1 {
	color: #2f80cc;
	font-size: 40px;
	font-weight: normal;
	font-family: Arial;
}

h1#logo {
	margin: 40px 0 0 20px;
	width: 297px;
	height: 116px;
}

h1#logo a {
	background: url('img/bg_logo.png') top left;
    width: 297px;
	height: 116px;
	display: block;
	position: absolute;
	text-indent: -9000px;
}

h3 {
	color: #005bab;
	font-weight: normal;
}
/*  Layout  */


#wrap {
	clear: both;
    position: relative;
	
	margin: 0px auto;
	width: 700px;
	height: 643px;
	background: url('img/home.jpg') top center no-repeat;
	overflow: hidden;
}

#col_left {
	float: left;
	width: 335px;
}

#col_right {
	float: right;
	width: 615px;
}

#flash_wrap {
	height: 235px;
}

#main_menu {
	list-style: none;
	margin-top: 470px;
	margin-left: 80px;
	
	display: block;
		
	
}

#main_menu li {
	float: left;	
	padding: 0px 0 0 15px;
	text-decoration: none;
	
}

#main_menu li a {
	font-weight: bold;
	color: #00000;
}

#main_menu li.active {
	color: #FFF;
    
}

#main_menu li a:hover {
    text-decoration: none;
}

#content {
	padding: 10px 60px 0 35px;
}

#content h1 {
	margin-bottom: 15px;
}

#content p {
	padding: 5px 0;
	line-height: 18px;
}

#body_3 #content table td {
	padding: 7px 0;
}

#body_3 #content b {
	color: #005baa;
}

#body_4 #content p b {
	display: block;
	color: #005baa;
}





