@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	background-image: url(../images/main.png);
	background-repeat: repeat;
} 
img {
	border: 0;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Book Antiqua";
	font-size: 20px;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
}

#wrapper {
	width: 950px;
	border: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper div {
	display: block;
	position: relative;
}
#header {
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-repeat: no-repeat;
	font-family: lucida sans unicode, lucida grande, sans-serif;
	color: #333;
	font-size: 10px;
	word-spacing: 3px;
}
#footer {
	height: 45;
	width: 950px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	font-size: 10px;
	word-spacing: 3px;
}
#maincontent {
	height: 518px;
	width: 950;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: lucida sans unicode, lucida grande, sans-serif;
	font-size: 12px;
	word-spacing: 2px;
	line-height: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
}
#announcement {
	position: absolute !important;
	width: 794px;
	height: 98px;
	margin: 0;
	padding: 0;
	left: 86px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	z-index: 6;
	top: 54px;
}
#announcement p{
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
.Red {
	color: #F00;
	font-size: 14px;
}
.Redsmall {
	color: #F00;
	font-size: 11px;
}
.small {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
}
.footermenu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #a1a1a1;
	line-height: 16px;
}
.footermenuheading {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #999;
	letter-spacing: 2pt;
}
#footer2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: oblique;
	color: #CCC;
}
#wrapper #doc #footer table tr td .footermenu .footermenu {
	color: #666;
}

