body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #0b1d36
;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}
a {
	color: #FF5555;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.main {
	width: 840px;
	margin: 0px auto;
}
.page {
	background-color: #FFFFFF;
	width: 800px;
	float: left;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 6px;
}
.header {
	width: 800px;
	float: left;
	border-radius: 16px;
}
.header-img {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	width: 800px;
	height: 150px;
	float: left;
	border-radius: 6px;
}
.header-img h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: normal;
	line-height: 100%;
	color: #FFFFFF;
	margin-top: 45px;
	margin-right: 400px;
}
.header-img p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: -40px;
	margin-right: 50px;
}


.menuselected {
        color: #FFFFFF;
   }

.menu {
	background-color: #e53c3c;
	width: 800px;
	height: 40px;
	float: left;
	margin-top: -10px;
	border-radius: 6px;
}
.menu ul {
	list-style-type: none;
	text-align: center;
}
.menu ul li {
	float: left;
	width: 160px;
	text-align: center;
}
.menu ul li a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 31px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 6px;
}
.menu ul li a:hover {
	background: #FF5555;
	color: #4BC4EF;
}

.content {
	width: 800px;
	float: left;
	padding-top: 12px;
}
.left-panel {
	width: 480px;
	float: right;
	padding: 20px 50px 20px 20px;
}
.left-panel-in {
	text-align: left;
	clear: both;
	font-size: 14px;
	font-family: Geneva, serif;
}
.title {
	font-size: 18px;
	font-weight: normal;
	color: #035c7a;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.copyright {
	border: 0px;
	height: 1px;
	width: 1px;
}
.right-panel {
	width: 250px;
	float: left;
}
.right-panel-in {
	clear: both;
}
.right-panel-in h3 {
	font-size: 20px;
	font-weight: normal;
	color: #346397;
	margin-top: 25px;
	margin-bottom: 17px;
	margin-left: 3px;
}
.right-panel-in ul {
	list-style-type: none;
}
.right-panel-in ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.right-panel-in ul li a {
	color: #003366;
}
.right-panel-in ul li a:hover {
	text-decoration: underline;
}
.footer {
	background-color: #e53c3c;
	width: 800px;
	height: 40px;
	float: left;
	border-radius: 6px;
}
.footer p {
	color: #FFFFFF;
	margin-top: 13px;
	text-align:center;
}

.footer a {
	color: #FFFFFF;
}










ul {
    font-family: Arial, Verdana;
    font-size: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
	background-color: #e53c3c;
}
ul li {
    display: block;
    position: relative;
    float: left;
	
}
li ul {
    display: none;
}
ul li a {
    display: block;
    text-decoration: none;
	background-color: #e53c3c;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    background: #e53c3c;
	width: 140px;
	height: 30px;
}
ul li a:hover {
background: #FF5555;
border-radius: 6px;
}
li:hover ul {
    display: block;
    position: absolute;
	background-color: #e53c3c;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
li:hover li {
    float: none;
    font-size: 10px;
}
li:hover a { background: #e53c3c; }
li:hover li a:hover {
    background: #FF5555;
}