@charset "utf-8";
/* CSS Document */

<!--
body {
	font: 90% Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	background: #6190b6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/mainBG.gif);
	background-position: center;
	background-color: #628FB6;
}
.oneColFixCtr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(/images/mainContentBG.gif);
	background-position: center;
	margin: 0px;

}

.oneColFixCtr #header {
	width: 100%;
	background-image: url(/images/mainBG.gif);
	background-position: center;
	margin: 0;
	margin-left: 0px;
	padding-bottom: 0px;

}


.content {
	position: relative;
	width: 743px;
	margin-left: 5px;
	background-image: url(/images/contentBG.gif);
	background-repeat: repeat-y;
	height: 117px;
	left: 13px;
}

h1 {
	font-size: 21px;
	font-weight: normal;
	margin: 0px;
}

.menu {
	margin-left: 40px; 
	font-weight: bold; 
	color: #FFFFFF;
	font-size: 16px;
	
}

.menu a:link { color: #FFFFFF; text-decoration: none; } 
.menu a:visited { color: #CCCCCC; text-decoration: none; }
.menu a:active { color: #FFCC00; text-decoration: none; }
.menu a:hover { color: #000000; text-decoration: underline; }

.categoryHeader {
	font-size: 18px;
	font-weight: bold;
}

.state {
	
	padding: 0px;
	border-bottom: 1px dotted #000000;
	width: 85%;
	color: #CC0000;
	font-weight: bold;
	font-size: 125%;
}
.style2 {font-size: small}


-->

