@charset "utf-8";
body, html {padding:0px; margin:0px; background:#14275b; font:14px Tahoma, Geneva, sans-serif; line-height:1.4em;}
a {text-decoration:none; font-weight:bold;}
a:hover {text-decoration:underline;}
#container {width:760px; margin:0px auto; background:#fff; border:1px solid #000;}
#menu {
	width:760px;
	height:28px;
	color:#fff;
	background-color: #0c2364;
}
#menu ul  {list-style:none; list-style-image: none; padding:0px; margin:0px; float:right;}
#menu li {display:inline;}
#menu ul li a {color:#fff; display:block; float:left; padding:5px 0px 5px 5px; text-decoration:none;}
#menu ul li a:hover {color:#ebcf6f;}
#header {width:760px; height:334px; background:url(images/header.jpg);}
h1 {
	font-size:18px;
	padding:0px;
	margin:0px 0px 5px;
	color:#14275B;
	font-weight:normal;
}
#sidebar {width:200px; padding:18px; float:left;}
#sidebar a {color:#d83124;}
.box {padding:5px; border:1px solid #234299; margin-bottom:10px;}
.box2 {padding:5px; background:#234299; margin-bottom:10px; color:#FC3;}
#main {width:504px; padding:18px 20px 0px 0px; float:left; line-height:1.3em;}
input, textarea, select {color:#000; font-size:10px; margin-bottom:4px; width:198px; font-family:Tahoma, Geneva, sans-serif;  border:1px solid #234299;}
#footer {clear:both; width:760px; text-align:center; font-size:10px; padding:10px 0px;}

