/* CSS Document */
/*Tags, general*/
body {
	margin-top: 0px;
}
body,td,th, p, .bodytext {
	font-family: Arial, Helvetica, sans, sans-serif;
	font-size: 12px;
}
.bodysmall
{
	font-size:10px;
}
a, a:visited, a:active
{
	text-decoration:underline;
	color:#FB530B;
	font-weight:bold;
}
a:hover
{
	color:#FF9900;
}
h1, h2, h3, h4, .head1, .head2, .head3, .head4
{
	font-size:20px;
	font-weight:bold;
	color:#623172;
}
h2,.head2 
{
	font-size:18px;
}
h3,.head3, h4, .head4 
{
	font-size:14px;
}
h4, .head4 
{
	color:#000000;
}
#contactInfo
{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	width:785px;
	height:0px;
	overflow:visible;
	position:relative;
	top:-30px;
	vertical-align:bottom;
	text-align:right;
	margin:0px auto;
}
#contactInfo a
{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
#contactInfo span
{
	margin-right:68px;
	margin-bottom:15px;
}
#banner
{
	
}
.blue
{
	color:#003399;
}
.purpback
{
	background-color:#623172;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding:3px 5px;
}
.hr
{
	height:1px;
	border-top:1px solid #623172;
}
.content
{
	padding:10px;
	padding-top:0px;
}
/* ---------- Navlist ---------- */

div.navlist {
	margin: 0px;
	padding: 0px;
}

div.navlist li {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}

div.navlist li {
	margin: 5px;
	padding: 0px;
	list-style-type: none;
}

div.navlist a, div.navlist a:visited {
	
	display: block;
	text-decoration: none;
	padding: 5px 15px;
	/*background-color: #623172;
	border: 0px solid #B66CF7;*/
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px; 
	color: #ffffff;
	text-align: center;
}

div.navlist a:hover {
	background-color: #B66CF7;
	border: 0px solid #B66CF7;
	color: #ffffff;
	text-align: center;
}

div.navlistdetail a {
	
	display: block;
	text-decoration: none;
	padding: 3px;
	background-color: #B66CF7;
	border: 1px solid #623172;
	width: 218px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 7pt; 
	color: #ffffff;
	text-align: center;
}
div.navlistdetail a:hover {
	padding: 3px;
	background-color: #623172;
	border: 1px solid #B66CF7;
	color: #ffffff;
	text-align: center;
}




div.navlist2 {
	margin: 0px;
	padding: 0px;
}

div.navlist2 li {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}

div.navlist2 li {
	margin: 5px;
	padding: 0px;
	list-style-type: none;
}

div.navlist2 a {
	
	display: block;
	text-decoration: none;
	padding: 3px;
	background-color: #B66CF7;
	border: 1px solid #ffffff;
	width: 15px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px; 
	color: #000000;
	text-align: center;
}

div.navlist2 a:hover {
	padding: 3px;
	background-color: #623172;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
}
/*Flyouts*/
.navOption
{
	border-right:1px solid #B66CF7;
}
.optionflyout
{
	background-image:url(../images/LeftNavArrow.jpg);
}
.flymenu
{
	z-index:100;
	display:none;
	position:absolute;
	background-color: #B66CF7;
	padding:3px;
}
.flyout, .flyouthover
{
	border-bottom:1px solid #623172;
	padding:3px 20px;
	background-color: #B66CF7;
	cursor:hand;
	text-align:left;
}
.flyouthover
{
	background-color:#B66CF7;
	cursor:pointer;
}
a.flyoutlink, a.flyoutlink:hover, a.flyoutlink:visited, a.flyoutlink:active
{
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
}
/*End Flyouts*/
/*Pages & Forms*/
.comboBox
{
	font-family:arial, helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 12px;
	background-color:#dadada;
	width: 135px;
	border: 1px solid white;
}
.checkbox
{
background-color:#dadada;
border: 1px solid white;
}
.textBox
{
	font-family:arial, helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 10px;
	width: 130px;
	background-color:#dadada;
}

div#buttons {
	text-align:center;
	}
	
.button {
	background-color: #B66CF7;
	font-weight: bold;
	width: 22px;
	border: 1px solid white;
	}
.button2 {
	background-color: #B66CF7;
	font-weight: bold;
	padding:5px;
	border: 1px solid white;
	}
.button3 {
	background-color: #B66CF7;
	font-weight: bold;
	padding:5px;
	border: 1px solid #623172;
	}
	
.footer
{
	height:18px;
}
.form
{
	margin-bottom:15px;
}
	
/*Home page - rename last 2*/
#homecontent p, #homecontent td, #homecontent p.style13
{
	font-size:11pt;
}

#contactform input
{
	
}
.formLabelTd
{
	background-color:#cef9d0;
	border-bottom:1px solid white;
}
.formFieldTd
{
	border-bottom:1px solid #cef9d0;
}

