* {
	margin: 0;
	padding: 0;
	font-family: arial;
}

body {
	background: #fff;
	font-size: 10pt;
	color: #003651;

}


img {
	border: 0;
}

h3 {

	color: #003651;
	font-size: 20pt;
}

p {

	margin-top: 15px;
}

#top {
	height: 142px;
	width:1024px;
	background-image: url('images/bg_header.gif');
	background-repeat: repeat-x;
	
}


#menu {
	height: 97px;
	width:1024px;
	background-image: url('images/bg_menu.gif');
	background-repeat: repeat-x;
	color: #fff;
}


#content {
	min-height: 397px;
	width:1024px;
	
}


#footer {
	margin-top: 15px;
	height: 35px;
	width:1024px;
	background-image: url('images/bg_footer.gif');
	background-repeat: repeat-x;
	padding-top: 15px;
	
}

#footer span {
	
	margin-left: 115px;
	margin-top: 15px;
	color: #fff;
	
}

.logo {
        padding-top:40px;
        margin-left: 115px;
}
.logo a{
font-size:19px;
color:#FFF;
text-decoration:none;}
.search {
	color: #fff;
	margin-left: 570px;
	margin-top: 13px;
}

.fl_left {
	float: left;
}

.span_search {
	background-image: url('images/bg_search.gif');
	background-position:-1px 0px;
	background-repeat: no-repeat;
	width: 200px;
	height: 31px;	
}

#inp_srch {
	width:180px;
	border:0px #ccc solid;
	margin-left: 3px;
	margin-top: 10px;
	background-color: #fff;	
}

.search a {
	color: #fff;
}

#btn_srch {
	float:left;
	width: 25px;
	height: 23px;
}

.menu_item{
	float: left;
	height: 40px;
	width: 80px;
	background-color: #1a4e78;
	margin-right:23px;
	margin-top:14px;
	background-position:10px 50%;
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 20px;
}

.menu_item a{
        color: #fff;
text-decoration:none;

}

.menu_item:hover{
	background-color: #6689a5;
	cursor:pointer;
}

.selected{
	background-color: #6689a5;
	cursor:pointer;
}

.first{
	margin-left:115px;
}

.icon_1{
	background-image: url('images/icon_1.png');
}
.icon_2{
	background-image: url('images/icon_2.png');
}
.icon_3{
	background-image: url('images/icon_3.png');
}
.icon_4{
	background-image: url('images/icon_4.png');
}
.icon_5{
	background-image: url('images/icon_5.png');
}

.left{	
	float: left;
	width: 270px;
	min-height:300px;
	background-image: url('images/logo_new.png');
	background-repeat: no-repeat;
	margin-left: 115px;
	margin-top:30px;
}

.left_logo{	
float:left;
margin-left:120px;
margin-top:72px;
min-height:300px;
text-align:left;
width:270px;
}

.left_logo a{	
color: #003651;
}


.right{	
	float: left;
	width: 520px;
	min-height:300px;
	margin-left: 0px;
	margin-top:25px;
}

.clearAll {
	clear:both;
	float:none !important;
	height:0px !important;
	font-size:0px !important;
	border:none;
	margin:0 !important;
	padding:0 !important;
	background:transparent !important;
	visibility:hidden !important;
}

.page_item{	
        margin-bottom:10px;
}
