@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #FFF;
}
#topbar {
	height: 15px;
}
#contentbg {
	clear: both;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #a3d7fa;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #a3d7fa;
	background-color: #051f49;
	background-image: url(../image/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	clear: both;
	width: 923px;
	margin-right: auto;
	margin-left: auto;
}
#leftcolumn {
	padding-left: 30px;
	float: left;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#rightcolumn {
	float: left;
	text-align: justify;
	width: 400px;
	padding-left: 20px;
}
#singlecolumn {
	clear: both;
	color: #FFF;
	padding-right: 55px;
	padding-left: 60px;
	text-align: justify;
}
#clear {
	clear: both;
	height: 5px;
}
#contentscroll {
	overflow: scroll;
}
#footer {
	text-align: center;
	height: 180px;
	clear: both;
	padding-top: 15px;
	color: #051F49;
}
#footer a:link {
	color: #05489F;
}
#footer a:visited {
	color: #05489F;
}
#footer a:hover {
	color: #41BDE3;
}
#footer a:active {
	color: #05489F;
}

/* CSS Menu */
#menu {
	width: 923px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-left: 290px;
}

.h_mnu_01{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_01 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;

	background: ;

	border-top-color: ;
	border-right-color: ;
	border-bottom-color: ;
	border-left-color: 
;
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	float: left;
	color: #FFF;
	text-decoration: none;



	border-right-color: ;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	height: 25px;
}

.h_mnu_01 ul li a:visited{
	color: #FFF;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #FFF !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../image/arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.whitefont {
	color: #FFF;
}
.forminputs {
	color: #666;
	padding: 8px;
	background-color: #E9E9E9;
}
.formbutton {
	font-weight: bold;
	color: #051F49;
	background-color: #A3D7FA;
	padding: 5px;
}
