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

BODY {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	margin:0px 0px 50px;
	padding:0px;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	background-image: url(images/background.png);
}


A:link{
	color:#CCCCCC;
}
A:hover{
	color:#000000;
	text-decoration:underline;
}
A:active{
	color:#FFFFFF;
	text-decoration:none;
}
A:active:hover{
	color:#000000;
	text-decoration:underline;
}
A:visited{
	color:#FFFFFF;
	text-decoration:underline;
}
A:visited:hover{
	color:#000000;
	text-decoration:underline;
}

#topmenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	margin-left: auto;
	padding-left: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 85%;
	float: none;
	margin-right: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: double;
	border-right-style: outset;
	border-bottom-style: double;
	border-left-style: outset;
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
	background-color: #3B9D45;
	font-weight: bold;
	color: #FFFFFF;
}
#wrap{
	width:800px;
	height: auto;
	float: none;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
	
#Content {
	width:900px;
	text-align:left;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	background-repeat: no-repeat;
	background-position: center center;
}


#header {
	width:100%;
	font-size:10px;
	line-height:normal;
	letter-spacing: 1px;
	text-align: center;
	height: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
    }
	

.DateText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 15px;
	font-weight: 300;
	color: #FFFFFF;
}

#footer{
	text-align:center;
	color:#FFFFFF;
	clear: both;
	border-top-width: 2px;
	border-top-style: outset;
	border-top-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 10px;
	background-color: #006633;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;

}
