@charset "utf-8";
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border-color: #34689A;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	background: #34689A url(../assets/bg.png);
}
#top {
	height: 100%;
	padding-top: 15px;
	border-bottom: 2px solid #FFF;
}
#header_logo {
	height: 100%;
	width: 800px;
	margin: 0 auto;
	background-color: #F8F8F8;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
}

#header_middle2 {
	height: 29px;
	background-color: #F8F8F8;
	border-bottom: 2px solid #34689A;
	margin-bottom: 50px;
	width: 800px;
}
#header_middle_middle2 {
	height: 100%;
	width: 800px;
	margin: 0 auto;
	background: #F8F8F8;
}
#main_info {
	height: 100%;
	width: 600px;
	background-color: #F8F8F8;
	margin: 0 auto;
	list-style: disc url(../assets/bullet.png) inside;
}
#middle {
	height: 100%;
	width: 100%;
	margin: 0 AUTO;
	overflow: auto;
	background-color: #34689A;
}
#middle_middle1 {
	height: 100%;
	width: 800px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 50px;
	background: #F8F8F8;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-top: 2px solid #34689A;
}

#middle2 {
	height: 100%;
	width: 100%;
	overflow: auto;
}
#header_links {
	float: left;
	width: 275px;
	height: 32px;
}
#footer {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0px;
	border-top: 2px solid #FFF;
	background: #34689A url(../assets/bg.png);
}

#footer_center {
	height: 100%;
	width: 800px;
	margin: 0 auto;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	text-align: center;
	padding: 0;
	background: #CCC;
	border-bottom: 2px solid #FFF;
}
