@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 12px;
	color: #737676;
}

img {
	border:0px;
}


#main_cont {
	width:1007px;
	height:auto;
	margin: 0 auto;
  }
#page {
	width:100%;
	float: left;    
  }
   
#banner {
	float:left;
	width:975px;
	height:247px;
	padding: 0px 0px 35px 10px;
    margin-left: 20px;
}

#main {
	float:left;
	width:100%;
    
    
}

#maintable {
	background-image: url(../images/main_table_bg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
    
}
a {
	color: #d8c37d;
}

#nav_outer {
	float:left;
	padding-left:34px;
	background-image:url(../images/nav_bg.gif);
	background-repeat:no-repeat;
	width:960px;
	height:74px;
}

.nav {
	padding-left: 9px;
	float: left;
}

.small_table {
	background-color: #ECECEC;
	padding-left: 10px;
	height: 355px;
}

.small_table a{
	color:#737676;
}

.topmargin {
	padding-top: 10px;
	margin-top: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}



#logo {
	float:left;
	width: 286px;
	height: 105px;
}



#header {
	float:left;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	width: 708px;
	height: 105px;
}


#search{
    float: left;
    
}
#main_contant{
    float: left;
    width: 730px; 
    padding: 0 8px 0 0px;
    /*border: 1px solid red;*/
}
#footer_outer{
	float:left;
	width:100%;
	height:220px;
    background-color:#7d8080;
}

#footer{
	margin-left:auto;
	margin-right:auto;
	width:965px;
	color: #FFFFFF;
	padding:20px;
}

#footer a{ 
	color: #FFFFFF;
	text-decoration:underline;	
}
.right_table {
	padding-left: 15px;
}

.color1 {
	color:#AED019;
}

.color2 {
	color:#054B98;
}

.color3 {
	color:#848484;
}

form {
margin:0px;

}

h1{
	font-weight:bold;
	font-size:20px;
	color:#F2DB8D;
	margin:0px;
	padding:0px;
}

h2 {
	font-weight:500;
	font-size:16px;
	color:#1B5081;
	margin:0px 0px 15px 0px;
}
