@charset "utf-8";
#container {
	background-color: #FFFFFF;
	height: auto;
	width: 955px;
	margin: 0px auto;
}
#logo_h {
	background-image: url(../images/header_1_sml.png);
	background-repeat: repeat-x;
	height: 150px;
	width: 955px;
}
#nav {
	padding-left: 5px;
	height: 31px;
	width: 955px;
	padding-right: 5px;
	font-size: 13px;
	color: #000033;
	font-style: normal;
	font-weight: bold;
	background-color: #bdd6e8;
}
#main_h {
	height: 269px;
	width: 955px;
	background-image: url(../images/main_header.png);
}
#container2 {
	width: 955px;
}
#dummy {
	height: 10px;
	width: 955px;
	float: left;
	background-color: #FFFFFF;
}

#footer {
	background-image: url(../images/main_footer.png);
	height: 23px;
	width: 955px;
	background-repeat: repeat-x;
	float: left;
	padding-top: 35px;
}
#footer_1 {
	height: 49px;
	width: 955px;
	float: left;
	background-image: url(../images/footer_2_1.png);
}
#left1 {
	float: left;
	width: 302px;
	background-repeat: repeat-y;
	background-image: url('../left_color_1.png');
	text-decoration: none;
	height: 700px
}
#right1 {
	float: left;
	width: 215px;
	background-image: url(../images/right_color.png);
	background-repeat: repeat-y;
	height: 700px;
}
#right11 {
	float: left;
	width: 215px;
	background-image: url(../images/right_color.png);
	background-repeat: repeat-y;
}
#middle1 {
	width: 438px;
	float: left;
	background-color: #FFFFFF;
	height: 700px;
}

.btn_1 {
	width: 135px;
	float: left;
	text-align: center;
	height: 24px;
	padding-top: 7px;
	text-decoration: none;
}
#lnk a {
	text-decoration: none;
	color: #000033;
}


body {
	font-family: Arial, Helvetica, sans-serif;
}
.btn_1:hover {
	background-color: #f5d77b;

}
#lnk a:hover {
	text-decoration: none;
	color: #FF9900;
}
