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

body {
	margin: 0px;
	background-color:#d7e1e9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a
{
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}

#container
{
	width: 800px;
	height:1059px;
	margin: 0px auto;
	background-color:#FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#menu
{
	width: 800px;
	height: 25px;
	padding-top:6px;
	background-color:#3b5e78;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;}

#space
{
	width: 800px;
	height: 4px;
	background-color:#FFFFFF;
}

#main
{
	width: 800px;
	height: 1024px;
	line-height:115%;
}

.style1 {
	font-size: 11px;
	color: #737373;
}
.style2 {
	font-size: 13px;
	color: #3b5e77;
}
.style3 {
	text-transform:uppercase;
}

.style4 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.style5 {
	font-size: 13px;
	color: #ce8000;
}

.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
}

.menu:hover {
	text-decoration:underline;
}