
body {
	font-family: Arial, Helvetica, sans-serif;
	background:url(background.jpg) repeat-x;
	background-repeat: repeat-x;
	font-size:100%;
}
#main-wrapper{
	width:970px;
	 margin: 0 auto -12px;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

header {
    background: rgba(0, 0, 0, 0) url("bg-header.jpg") repeat-x scroll 0 0;
    border-radius: 20px 20px 0 0;
    height: 111px;
}
.header-logo{
	float:left;
}
.header-logo > img {
    margin: 3px 0 0 8px;
    width: 247px;
}
.header-right nav {
    padding: 7px 11px 0 0;
    text-align: right;

}
.header-right nav a {

    display: inline-block;
    vertical-align: top;
}
.header-right span {
    color: #006cb7;
    display: block;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin: 2px 16px 0 0;
}
.header-right .header-search {
    /*margin-top: -34px;*/
}
#main-wrapper main{
	display:block;
	background: #ffffff;
	padding-bottom:77px;
}
#main-wrapper  #maincontent {
width: 732px;
background: #ffffff;
float:right;
}
#main-wrapper  .leftmenu {
	background-color:#FFFFFF ;
	width:210px;
	padding-left: 5px;
	float:left;
}

#main-wrapper  .leftmenu ul { 
    width:210px;
	}
	
#main-wrapper  .leftmenu li {
   background:url(leftmenu3.jpg) no-repeat;
   height: 47px;
   list-style-type: none;
   width: 200px;
   }
   
#main-wrapper .leftmenu a:link, #main-wrapper .leftmenu a.visited {
font-family: "Arial Narrow", Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
font-size: 12px;
color: #0066cc;
text-align: right;
display: block;
width: 123px;
text-transform: uppercase;
padding-top: 10px;

}

#main-wrapper .leftmenu a {
font-family: "Arial Narrow", Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
font-size: 12px;
color: #0066cc;
text-align: right;
display: block;
width: 123px;
text-transform: uppercase;
padding-top: 10px;
}

#main-wrapper footer {
    background-color: #193670;
    background-image: url("footer.jpg");
    background-repeat: no-repeat;
    height: 98px;
    width: 970px;
}

#main-wrapper  .style1 {color: #FFFFFF}


#main-wrapper footer p {
    color: #ffffff;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 66px;
    line-height: normal;
    padding-top: 11px;
    text-align: center;
    width: 960px;
}
#main-wrapper footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
}

#main-wrapper footer a:link, #main-wrapper footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
}
 
.header-logo{
    margin-left: 37px;
	}
