* {
	margin:0;
	padding:0;
}
html {
	width:100%;
	height:100%;
	min-height:100%
}
body {
	width: 100%;
	min-height:100%;
	height:100%;
	background:#1C2066
}
/*------------Full-Width Backgrounds-----------*/
#background {
	min-height:100%;
	height:100%;
	margin-bottom:-120px;
	width:100%;

}
#background .bg-top {
	background:url(../images/bg_top.png) repeat-x;
	height:54px;
}
#background .bg-header {
	background:url(../images/bg_header.png) repeat-x;
	height:208px;
}
/*--------------------Layout--------------------*/

#wrapper {
	
	position:relative;
	margin-bottom:-60px;
	height:100%;
	min-height:100%;
}
#container {
	
	width:940px;
	position:relative;
	margin-left:50%;
	right:470px;
	margin-top:-261px;

}
#top {
	height:54px;
}
#header {
	height:208px;
}
#main {
	width:100%;
	height:100%;
	position:relative;
	width:940px;
	background:#1C2066;
	padding-bottom:60px;

}
#footer {
	width: 100%;
	background:url(../images/bg_footer.png);
	height: 50px;
}

.push{
	height: 60px;
	clear: both;
}

.footer-info {
	padding-top:15px;
	text-align:center;
	font-size:12px;
	color:#fff;
}
/*-------------------Menu-------------------*/

.topmenu {
	float:left;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	letter-spacing:.20em;
	font-weight:bold;
	padding-top: 20px;
	padding-left: 40px;
}
.topmenu ul {
	margin: 0;
	padding: 0;
	float: left;
}
.topmenu ul li {
	display: inline;
}
.topmenu ul li a {
	float: left;
	text-decoration: none;
	color: #fff;
	padding : 0px 15px;
	background: url(../images/bullet.png) left center no-repeat;
}
.topmenu ul li a:visited {
	color: white;
}
.topmenu ul li a:hover, .topmenu ul li .current {
	color: #FC0;
}
.divider {
	float:left;
	background:url(../images/nav_divider.png) no-repeat;
	height: 37px;
	width: 5px;
	margin-top: -10px
}
/*------------Top Right Info-------------------*/

#top-right {
	float:left;
	padding-left:160px;
	height: 54px;
	width:300px;
	font-family:"Times New Roman", Times, serif;
	color: #FFF;
	font-weight:bold;
	text-align:right;
}
#top-right h1 {
	font-size:24px
}
#top-right h2 {
	font-size:20px
}
#top-right h3, h4, h5, h6 {
	font-size:14px
}
/*------------Header Content---------------*/

#header .header-title {
	float:left;
	position:relative;
	top: 5px;
	left: 30px;
	width: 288px;
	height: 200px;
	background:url(../images/header_title.png) no-repeat;
}
#header .header-center {
	float:left;
	position:relative;
	top: 27px;
	left: 40px;
	width: 211px;
	height: 167px;
	background:url(../images/header_02.png) no-repeat;
}
#header .header-right {
	float:right;
	position:relative;
	width: 393px;
	height: 205px;
	background:url(../images/header_right.jpg) no-repeat;
}
/*-------------------Content-------------------*/

#main .content-right {
	float:right;
	position:relative;
	width: 393px;
	height: 0px;

}
main .content-all {
	float: left;
	width: 940px;
	position: relative;
}

#main .content-left {
	float:left;
	position:relative;
	width: 547px;

}
main .content-left2 {
	float: left;
	position: relative;
	width: 470px;
}

#main .content {
	padding: 8px 40px 0 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.75em;
	font-weight:normal;
	color: #FFF;
}
#main .content h2 {
	color:#D5A900;
	font-size:20px;
	font-family: "Times New Roman", Times, serif;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#main .content-right h3 {
	color: #D5A900;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF00;
}
