@charset "utf-8";
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #000000;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
}

#navbar {
	text-decoration: none;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #000000;
}
#mainbox {
	background-color: #7AD7F6;
	width: 902px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#rightbox {
	padding: 10px;
	width: 204px;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
#contentarea {
	font-family: "Trebuchet MS";
	font-size: .9em;
	font-weight: normal;
	color: #000000;
	width: 600px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#footer {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #FFFFFF;
	padding: 4px;
}


a.nav:link, a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 24px;
	padding: 2px 10px 0px;
}

a.nav:hover, a.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #0FBDF0;
	text-decoration: none;
	padding: 2px 10px 0px;
	height: 24px;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}

