@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family: "Comic Sans MS";
	font-size:11pt;
	color:#FFFFFF;
	font-weight: bolder;
}
#fullPage-{background:url(../images/page-bg-bottom.jpg) repeat-x center bottom;}
#pageArea{width:997px;}
#pageBg{}
#pageTop{}
#pageBottom{padding:20px 35px 25px 30px; text-align:left; }

#pageHeader{height:228px; padding:4px 10px 0 10px; text-align:left;}

#pageFooter{
	height:76px;
	padding:4px 0 0 0;
	color: #003366;
	font-size: 10px;
}
#pageFooter a:hove{text-decoration:underline;}
#pageFooter a:link, #pageFooter a:visited{
	color:#000000;
	text-decoration:none;
	font-family: "Comic Sans MS";
	font-weight: bolder;
}

#menuArea{
	margin:0;
	padding:255 0 0;
	float: left;
	display: inline-table;
	top: 255px;
	clear: both;
	position: static;
	left: 0px;
}

#contentArea{
	width:650px;
	padding:0px 45px 10px 0px;
	vertical-align: top;
	float: right;
}

a.NAV:link {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #2399C8;
	text-decoration: none;
}
a.NAV:visited {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #2399C8;
	text-decoration: none;
}
a.NAV:active {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #2399C8;
	text-decoration: none;
}
a.NAV:hover {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #EC008C;
	text-decoration: underline blink;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #4F1F6B;
}

