@charset "UTF-8";
	/* end hide */

	body {
	height: 600px;
	margin: 0;
	padding: 0;
	background-color: #797b3c;
	color:#FF99FF;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, serif;
	font-size:62.5%;
	text-align: center;
	}
html {
	height: 600px;
	
	}
a {
	color:#FF6666;
	font-size: 1.6em;
	text-decoration: none;
	border-style: none;
	text-shadow: 1px 1px 1px #000;
	}

a.inline {
	color: white;
	font-style: bold;
	font-size: 1.1em;
	text-decoration: underline;
	border-style: none;
	text-shadow: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
color: white;

}

#flashcontent {
	height: 620px;
	margin-bottom: 40px;
	}
#container  {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #666633;
	padding-bottom: 40px;
}
#header {
	background-color: #F7911C;
	margin: 0px;
	padding-bottom: 10px;
	width: 960px;
	height: 130px;
}
#header p {
	background-color: #F7911C;
	margin: 0px;
	width: 960px;
	font-size: 1.8em;
	font-weight: bold;
	color: #6600CC;
	text-align: center;
	padding: 0px;
}
#centeredmenu {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	background-color: #CC0066;
}
#centeredmenu ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:3px 10px;
	color:#FF99FF;
	text-decoration:none;
	line-height:2em;
	background-color: #CC0066;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #4D67AE;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #4D67AE;
}
#centeredmenu ul li a:hover {
	color:#666600;
	background-color: #FF6633;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
	color:#fff;
	font-weight:bold;
	background-color: #CC33FF;
}
#mainContent  {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 960px;
}
#blurbPic {
	padding: 45px 0 10px 70px;
	margin-bottom: 10px;
	float: left;
}
#blurbContent {
	text-align: left;
	width: 522px;
	font-size: 1.4em;
	padding-left: 25px;
	padding-top: 30px;
	float: left;
	color: #FFCCFF;
}
#footer {
	width: 960px;
	background-color: #CC0066;
	height: 35px;
}
#footer p {
	font-size: 1.4em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 55px;
	padding-bottom: 5px;
	padding-left: 55px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearfloat {
	clear: both;
}
#formContent {
	width: 800px;
	padding-left: 75px;
	padding-top: 35px;
	font-size: 1.2em;
	color: #FF6600;
	background-color: #FF3333;
}
#contactLink {
	font-size: 1.2em;
	color: #FF6633;
	padding-top: 20px;
	padding-left: 70px;
}

