@charset "iso-8859-1";
body {
	background-color:#003333;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-seriff;
	font-size:13px;
	margin:0;
}

h1 {
color:#FFFFFF;
text-shadow:#999999;
font-weight:bold;
text-decoration:none;
text-align:center;
font-size: 26px;
}

h2 {
color: #FFFF66;
text-shadow:#333333;
font-weight:bold;
text-align:left;
font-size:16px;
}

a:link {
text-decoration:underline;
font-weight:bold;
color:#FFFFFF
}

a:hover {
color:#CCCCCC;
font-weight:bold;
}

a:visited {
color:#FFFFFF;
font-weight:bold;
}

#top {
	text-align: center;
	width: 100%;
	height:120px;
	border-bottom-width: 1px;
	border-bottom-color: #003366;
	border-bottom-style: solid;
	border-left-width:0;
}

#content {
	width:75%;
	float:right;
	margin-right:10px;
	
}

#side {
	width: 158px;
	height: 600px;
	float:left;
	text-indent:6px;
	background-color: #003366;
}


#side a:link visited {
text-decoration:underline;
font-weight:bold;
color:#FFFFFF
}
#side a:hover {
color:#CCCCCC;
font-weight:bold;
}

#bottom {
text-align:center;
font-size:10px;
background-color:003333;
}
