/* CSS Document */body {	margin: 0;	background-image: url(/images/bg_bluegrass.gif);	background-position: top;	background-repeat: repeat-x;	background-color: #EBEBFF;	color: #000;	font-family: Arial, Helvetica, sans-serif;	}	#contain {	width: 784px;	margin: 0 auto;	text-align: left;}#header {	width: 784px;	height: 168px;	background: url(/images/header.gif) left top no-repeat;}#content {	width:784px;	margin:0 auto;	padding-top: 15px;	text-align:left;	background: url(/images/bg_content.gif) left top repeat-y;}#content_box {	width: 705px;	margin: 0 auto;	padding: 15px;	text-align: left;	border: 1px solid #FFB2D9;	background-color: #FFF9FC;	background-image:url(/images/bg_boxtop.gif);	background-repeat: no-repeat;	background-position: top right;}#content_box_1 {	float: left;	margin-left: 24px;	width: 338px;	padding: 10px;	text-align: left;	border: 1px solid #FFB2D9;	background-color: #FFF9FC;	background-image:url(/images/bg_boxtop.gif);	background-repeat: no-repeat;	background-position: top right;	}#content_box_2 {	margin-left: 399px;	width: 338px;	padding: 10px;	text-align: left;	border: 1px solid #FFB2D9;	background-color: #FFF9FC;	background-image:url(/images/bg_boxtop.gif);	background-repeat: no-repeat;	background-position: top right;}#footer {	margin: 0 auto;	height: 40px;	padding: 160px 15px 0 0;	width: 751px;	background: url(/images/bg_footer.gif) left top no-repeat;	clear: left;	color: #fff;	font: 11px/16px Arial, Helvetica, sans-serif;	text-align: right;}a.footer:link, a.footer:active, a.footer:visited {	color: #fff;	text-decoration: underline;}/* photo border */.photo_border {	padding: 8px;	border: 1px solid #bbb;	background-color: #fff;}/* end photo border *//* fonts */h1, h2, h3, h4, h5 {	color: #006;	margin: 0;}p {	font-size: 12px;	color: #006;}li {	font-size: 12px;	color: #006;}td {	font-size: 12px;	color: #006;}a:link, a:active, a:visited {	font-weight: bold;	color: #5252BC;	text-decoration: underline;}a:hover {	color: #FFB2D9;}.pink {	color: #FFB2D9;}/* end fonts *//* navigation */	/* top nav */#nav1 {		width: 784px;	padding: 0;	margin: 0;	position: relative;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;}#nav1 li span {	display: none;}#nav1 li { 	margin: 0;	padding: 0;	list-style: none;	position: absolute;	top: 13px;	font-size: 10px;}#nav1 li, #nav1 a {height: 10px; display: block; text-decoration: none;}#nav1_1 {left: 620px; width: 80px; text-align: center;}#nav1_2 {left: 700px; width: 50px; text-align: center;}#nav1_1 a:link, #nav1_1 a:active,  #nav1_1 a:visited {color: #5252BC}#nav1_2 a:link, #nav1_2 a:active,  #nav1_2 a:visited {color: #5252BC}#nav1_1 a:hover {color: #FFB2D9}#nav1_2 a:hover {color: #FFB2D9}#chromemenu{	position: absolute;	top: 155px;	margin-left: 20px;}.chromestyle{width: 734px;font-weight: bold;}.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/content: "."; display: block; height: 0; clear: both; visibility: hidden;}.chromestyle ul{border: 0;width: 100%;padding: 2px 0;margin: 0;text-align: left; /*set value to "left", "center", or "right"*/}.chromestyle ul li{display: inline;}.chromestyle ul li a{color: #5252BC;padding: 1px 3px;margin: 0;text-decoration: none;font-family: Arial, Helvetica, sans-serif;font-size: 11px;}.chromestyle ul li a:hover{color: #FFB2D9; /*THEME CHANGE HERE*/}/* ######### Style for Drop Down Menu ######### */.dropmenudiv{position:absolute;top: 0;border: 1px solid #FFB2D9; /*THEME CHANGE HERE*/border-bottom-width: 0;font:normal 10px Arial;line-height:18px;z-index:100;background-color: white;width: 150px;visibility: hidden;}.dropmenudiv a{width: auto;display: block;text-indent: 3px;border-bottom: 1px solid #FFB2D9; /*THEME CHANGE HERE*/padding: 2px 0;text-decoration: none;font-weight: bold;color: #5252BC;}* html .dropmenudiv a{ /*IE only hack*/width: 100%;}.dropmenudiv a:hover{ /*THEME CHANGE HERE*/color: #5252BC;background-color: #FFB2D9;}
