@charset "UTF-8";
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt, fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	text-align: left;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

body {
	background-color: #125687;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4d4e53;
	font-size: 13px;
	line-height: 16px;
}@charset "UTF-8";
/* CSS Document */

p {
	margin-bottom: 13px;
}
.wrapper {
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 58px;
}
.main {
	background-color: #FFFFFF;
	width: 912px;
	border: 12px solid #FFFFFF;
}
.nav {
	text-align: center;
	clear: both;
	height: 34px;
}
.content {
	background-image: url(images/main-bg.gif);
	height: 356px;
	width: 912px;
	background-repeat: no-repeat;
	background-position: center top;
}
.left {
	width: 377px;
	float: left;
}
.right {
	width: 335px;
	float: left;
	margin-left: 127px;
	margin-right: 58px;
	padding-right: 15px;
	margin-top: 20px;
	height: 300px;
	overflow: auto;
}
.footer {
	text-align: center;
	margin-bottom: 58px;
}
/*DROPDOWN*/
div.header { display:block; position:relative; height:100px; }
#menu-container {
	display:block;
	position:relative;
	width:912px;
	margin:0px auto 0px;
	font-size:11px;
}
#drop_down_menu {
	display:block;
	position:absolute;
	clear:both;
	margin:0px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	text-align:center;
	width:912px;
	float:none;
	left:0px;
	top:0px;
}
#drop_down_menu li {
	font-size:10px;
	font-weight:bold;
	float:left;
	color:#FFFFFF;
	cursor:pointer;
}
#drop_down_menu li ul {
	margin:0px;
	list-style-type:none;
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#drop_down_menu li ul li {
	display:block;
	float:none;
	clear:both;
	width: 182px;
	height: 18px;
	margin-left: 28px;
}
#drop_down_menu li ul li a { color:#FFFFFF; font-weight:normal; text-decoration:none; display:block; }
#drop_down_menu li ul li a:HOVER { text-decoration:underline; color:#CCCCCC; }
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.right p {
	margin-bottom: 15px;
	line-height:15px;
}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
}.right a {
	color: #125687;
	text-decoration: none;
}
.right a:hover {
	color: #000000;
	text-decoration: none;
}
