﻿body {
	font-family: Verdana, sans-serif;
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color:#EEEEEE;
	font-size: 11px;
	text-align:center;
}
a, a:link, a:visited {
	border:0;
	text-decoration:none;
	color:#7D5500;
}
a:hover {
	text-decoration:underline;
}
h1,h2,h3 {
	font-weight:bold;
	font-size:20px;
	color: #1550A4;
}
p {
	margin:4px 0;
}
h2 {
	font-size:16px;
	margin-bottom:6px;
}
h3 {
	font-size:12px;
	margin-bottom: 4px;
}
ul {
	margin-top:4px;
}
img {
	border:0;
}
#container {
	position:relative;
	width: 990px;
	margin: 0 auto;
	text-align:left;
	background-color:#FFF;
}
#header {
	height: 55px;
	overflow:hidden;
	position:relative;
}
#logo {
	position:absolute;
	left:10px;
}
#headerinfo {
	margin:5px;
	text-align:right;
	font-size:large;
}
#menubar {
	background:#000;
}
#menu {padding:0; margin:0; list-style:none; height:24px; position:relative; z-index:500;}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:24px; line-height:24px; background:#000; color:#444; text-decoration:none; font-size:11px; font-weight:bold; padding:0 30px 0 20px;}

#menu li a:hover {z-index:200; position:relative;color:#444; background:#000;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#fff; background:#444;}
#menu li:hover > a.sub {color:#fff; background:#444;}

#menu li.current a {color:#ddd; background:#444;}

#menu li a.sub {background: #000 url(../images/down-arrow.gif) no-repeat right center;}
#menu li.current a.sub {color:#ddd; background:#444 url(../images/down-arrow.gif) no-repeat right center;}

#menu :hover ul {left:0; top:24px; width:120px; background:#444;}

#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul {left:120px; top:-1px; background:#444; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #000;}
#menu :hover ul li a {width:222px; padding:0; text-indent:10px; background:#000; color:#ddd; height:24px; line-height:24px;}
#menu :hover ul li a.fly {background:#000 url(../images/right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {background:#444; color:#fff;}
#menu :hover ul :hover a.fly {background:#444; color:#fff;}

#menu :hover ul li.currentsub a {background:#000; color:#ddd;}
#menu :hover ul li.currentsub a.fly {background:#000 url(../images/right-arrow.gif) no-repeat right center; color:#ddd;}

#menu :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#000; color:#ddd;}
#menu :hover ul :hover ul :hover {background:#444; color:#fff;}

#menu :hover ul :hover ul li.currentfly a {background:#444; color:#ddd;}
#menu :hover ul :hover ul li.currentfly a:hover {background:#444; color:#fff;}
#menubar a, #menubar a:hover, #menubar a:visited, #menubar a:link {text-decoration:none; color:#ddd; font-weight:bold;}

#footer {
	clear: both;
	padding: 6px 10px;
	font-size: 10px;
	color: #FFC;
	background: #000;
}
#maincontent {
	position:relative;
	clear:both;
}
#left {
	padding:10px;
}
#right {
	width: 240px;
	float: right;
	margin: 10px;
	padding: 16px 0 10px 0;
	text-align: center;
	background: #BACBFF url('../images/bg_box_gradient-trans.png') repeat-x;
}
.applylt {
	width:98px;
	float:left;
	margin-left:20px;
}
.applyrt {
	width:98px;
	float:right;
	margin-right:20px;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 1px 0;
	margin: 12px 0;
	width: 100%;
	background-image: url('../images/bg_gradient_gold-trans.png');
	background-repeat: repeat-x;
	color: #1550A4;
}
h6 {
	color: #1550A4;
	margin: 6px 0 4px 0;
	font-weight: bold;
	font-size: 12px;	
}
.fsize {
	font-size:9px;
	color:#808080;
}
