@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #00012F;
}
#container {
}
#sidebar  {
	float: left;
	width: 369px;
	padding-top: 153px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 85%;
	margin-left: 8px;
	position: absolute;
}
.sidebarbtn {
	height: 125px;
	width: 166px;
	float: left;
	text-align: center;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
}
/* CSS Document */

#header {
	height: 180px;
	width: 860px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
#main {
	padding-left: 5px;
	padding-right: 5px;
	clear: none;
	position: absolute;
	left: 380px;
	margin-bottom: 15px;
}
#middle {
	width: 860px;
	background-image: url(../images/bg_white.png);
	color: #000000;
	margin: 0px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF6600;
	border-left-color: #FF6600;
}
#content {
	padding: 20px;
	color: #000033;
	text-align: justify;
}
#base {
	margin-bottom: 25px;
}
#footer {
	clear: both;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 392px;
	font-size: x-small;
}
#sitemap {
	font-size: x-small;
	padding-top: 30px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: normal;
	text-transform: lowercase;
	clear: left;
	color: #FF6600;
}
#sitemap  ul {
	margin: 0px;
	padding: 0px;
}
#sitemap  li {
	list-style-type: none;
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
}
#sitemap  a {
	color: #FFFFFF;
	text-decoration: none;
}
#sitemap  a:hover {
	color: #FF6600;
	text-decoration: none;
}
#copyright {
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
}
#copyright a {
	color: #323265;
}
#copyright a:hover {
	color: #FF6600;
}
#text {
	float: left;
}
td {
	color: #000033;
}

