/* CSS Document */
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc)
}

h1, h2, h3, h4, h5, h6, strong {
	color: #2e4a85;
	margin-bottom: 20px;
}

p {
margin-bottom: 20px;
}


h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:13px;
	font-weight:bold;
}

a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

.center { text-align: center; padding: 0 0 50px 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 18px;	 
	background:#162b77;
}


#wrapper {
width: 846px;
margin: 0 auto;
}

#header{
width:846px;
height:361px;
background: url(../images/header.jpg) top center no-repeat;
margin:0 auto;
padding:0;

}

#menu
{
padding:300px 0 0 73px;
overflow:hidden;

}

#menu ul
{
padding:0;
margin:0;
}
#menu ul li
{
display:inline;

}

#menu ul li a
{
display:block;
float:left;
}


#menu ul li a span
{
display:none;
}

#menu ul li a.menu_1
{
background:url(../images/menu_1.jpg);
width:187px;
height:60px;
}

#menu ul li a:hover.menu_1,#menu ul li a.menu_1_active
{
background:url(../images/menu_1_hover.jpg);
width:187px;
height:60px;
}


#menu ul li a.menu_2
{
background:url(../images/menu_2.jpg);
width:292px;
height:60px;

}

#menu ul li a:hover.menu_2,#menu ul li a.menu_2_active
{
background:url(../images/menu_2_hover.jpg);
width:292px;
height:60px;

}



#menu ul li a.menu_3
{
background:url(../images/menu_3.jpg);
width:221px;
height:60px;

}

#menu ul li a:hover.menu_3,#menu ul li a.menu_3_active
{
background:url(../images/menu_3_hover.jpg);
width:221px;
height:60px;
}


	
#content {
width: 660px;
padding:0 20px; 
background:#ffffff;
height:auto !important;
margin:0 auto;
overflow:hidden;
}


#footer { 
clear: both;
width: 700px;
height:63px;
text-align: center;
font-size: 10px;
margin:0 auto;
background:url(../images/footer.jpg) top center no-repeat;
color:#2e4a85; 

}

