
.chromestyle {
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul {
	background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center;
	list-style-type: none;
}

.chromestyle ul li {
	display: inline;
	border-right: 1px solid #DADADA;
}

.chromestyle ul li.last {
	border-right: none;
}

.chromestyle ul li a {
	font-size:13px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a.last {
	border: none;
	border-width: 0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background-color:#CCC;
	color: #000;/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */



.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #000; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:1000;
	background-color: #CCC;
	width: 240px;
	visibility: hidden;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	text-align:left;
}

.dropmenudiv ul, .dropmenudiv ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}

/*Random styles that were in head of document- oh you crazy Dreamweaver you!*/

#first1 {
	height: 547px;
	width: 946px;
}

.style8 {
	width: 214px;
}

.style9 {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.style10 {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.style11 {
	width: 214px;
	height: 109;
}

.style12 {
	width: 248px;
}

.style13 {
	width: 332px;
	color: #FF3300;
	font-style: italic;
}

.style14 {
	text-decoration: underline;
}

.style17 {
	font-style: normal;
	color: #000000;
}

.style18 {
	text-decoration: none;
}
</style> <style type="text/css">
<!--
 .style19 {
 color: #990033;
 font-weight: bold;
}

.style20 {
	font-size: 21px;
	font-weight: bold;
}

.style22 {
	color: #FF0000
}

.style23 {
	color: #999999
}

.style15 {
	font-size: 16px
}

