* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color:#022445;
	text-align:left;
}

#wrap {
	width: 800px;
	background:#003466;
	text-align: left;
}

#header {
	width:810px;
	height:74px;
	background:url(../images/background/shadow.gif) right repeat-y;
}

#logo-head {
	width:800px;
	height:50px;
	background-color:#FFFFFF;
	text-align:right;
	border-bottom:4px solid #aac9e5;
}

#menu-head {
	width:800px;
	height:20px;
	clear: both;	
	margin: 0; padding: 0;
	font-size:1.2em;
}

#menu-head ul {
	list-style: none;
	margin:0; padding: 0;
}

#menu-head ul li {
	display: inline;
}

#menu-head ul li a {
	text-decoration:none;
	color:#aac9e5;
	font-weight:bold;
	float:left;
	text-align:center;
	padding:3px 20px 2px 20px;
}

#menu-head li {
	list-style:none;
	color:aac9e5;
}

#menu-head ul a:visited {
	text-decoration:none;
	color:aac9e5;
}

#menu-head ul a:hover {
	background-color:#aac9e5;
	color:#003466;
}

#top-menu {
}

#content-wrap {
	clear: both;
	width: 810px;
	padding: 0; 
	background:url(../images/background/shadow.gif) right repeat-y;
}


#splash-screen {
	width:800px;
	height:192px;
	padding:0;
}

.float-menu1, .float-menu2, .float-menu3 {
	width:160px;
	height:20px;
	background-color:#003466;
	text-align:center;
}

.float-menu1 a, .float-menu2 a, .float-menu3 a {
	margin-top: 2px;
	font-size:1.2em;
	color:#aac9e5;
	font-weight:bold;
	text-decoration:none;
	height:18px;
	display:block;
}

.float-menu1 a:hover, .float-menu2 a:hover, .float-menu3 a:hover {
	margin-top:0px;
	padding-top:2px;
	background-color:#aac9e5;
	color:#003466;	
}
.float-menu1 {
	position:absolute;
	left: 640px;
	top: 230px;
}

.float-menu2 {
	position:absolute;
	left: 640px;
	top: 260px;
}

.float-menu3 {
	position:absolute;
	left: 640px;
	top: 290px;
}

#body-content {
	width:810px;
	height:100%;
}

#sub-content {
	width:430px;
	height:100%;
	float:left;
}

#sub-content p {
	font-size:1.2em;
	color:#aac9e5;
	margin-left:10px;
	margin-right:10px;
}

#sub-content img {
	margin-left:10px;
}

#sub-content object {
	margin-left:10px;
}

#sub-content a {
	color:#aac9e5;
	float:right;
	margin-right:10px;
}

#side-bar-left {
	width:150px;
	height:420px;
	background:url(../images/background/sidepic.jpg);
	padding:0;
	float:left;
}

#side-bar-right {
	width:200px;
	height:420px;
	float:right;
	background:url(../images/background/shadow.gif) right repeat-y;
}

#side-bar-right h2 {
	font-size:1.4em;
	color:#aac9e5;
	padding-left:20px;
	padding-top:20px;
}

.side-box {
	width:180px;
	height:180px;
	padding-right:10px;
	padding-top:20px;
	float:right;
}

#side-bar-right ul {
	list-style: none;
	text-align:right;
	font-size:1.1em;
	color:#aac9e5;
	text-decoration:none;
	padding-right:20px;
}

#side-bar-right li {
	padding-bottom:6px;
}

#side-bar-right ul li a {
	text-decoration:none;
	color:#aac9e5;
	font-weight:bold;
	height:18px;
}

#side-bar-right a:hover {
	text-decoration:underline;
}

#footer {
	width:810px;
	height:30px;
	background:url(../images/background/shadow.gif) right repeat-y;
	text-align:center;
	color:#aac9e5;
	padding-top:10px;
}

#footer a {
	color:#aac9e5;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
