body {
	background-color: #e7e7e9;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td,th{font-size:12px;}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #783486;
}
a:active {
	text-decoration: underline;
	color: #783486;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 300px;
	float: left;
	margin-top: 15px;
	margin-bottom: 11px;
}
#contact {
	width: 400px;
	float: right;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 11px;
}
#header {
	width: 900px;
	clear: both;
}
#main {
margin:auto;
	width: 832px;
	clear: both;
	margin-top: 5px;
}h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #2697a1;
}
.top a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.greentext {
	color: #5297A1;
}

.top a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.top a:hover {
	text-decoration: none;
	color: #783486;
	font-weight: bold;
}
.top a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
/* menu

---------------------------------------------------------------------------------------------------------------------------------------------------*/

.chromestyle{

	width: 99%;

	font-weight: bold;

	color: #000000;


}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

content: "."; 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

}



.chromestyle ul{

	width: 100%;

	/*THEME CHANGE HERE*/

padding: 4px 0;

	margin: 0;

	text-align: left; /*set value to "left", "center", or "right"*/

}



.chromestyle ul li{

	display: inline;

}



.chromestyle ul li a{
	color: #000000;
	margin: 0;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-size: 12px;
	font-weight: bold;

}



.chromestyle ul li a:hover{
	text-decoration: none;
	background-position: center center;
	color: #D1258C;

}



.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

content: "";

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/

}





/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{
	position:absolute;
	top: 8px;
	line-height:18px;
	z-index:100;
	background-color:  #783486;
	width: 160px;
	visibility: hidden;
	border-bottom-width: 1;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 12px;
}





.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color:#179aa2;
	color: #ffffff;
}
.bluehigh {
	color: #783486;
	font-weight: bold;
}
.nav a:link {
	color: #000000;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #000000;
}
.nav a:hover {
	text-decoration: none;
	color: #783486;
}
.nav a:active {
	text-decoration: none;
	color: #783486;
}