@charset "UTF-8";/* CSS Document */body {	margin: 0px;	padding: 0px;	text-align: center;	font-size: 12px;	/* background-color: black; For Seeing Background in Dreamweaver only */ }a,a:link,a:visited,a:active {	color: #FFFFFF;	text-decoration: none;	font-weight: normal;}a:hover {	color: #FFFFFF;	text-decoration: underline;	font-weight: normal;}ul {	margin-top: 0px;	padding-top: 0px;}h3 {	margin-top: 25px;	padding-top: 0px;	margin-bottom: 10px;	padding-bottom: 0px;}/* Color Classes */.gold {	color: #a98248;}.navy {	color: #00063d;}.red {	color: #e51937;}.black {	color: #000000;}.purple {	color: #61215e;}.teal {	color: #00718f;}/*.bgBurst {	background-image: url("images/home_bg_repeat.jpg") !important;	background-position: bottom left;	background-repeat: repeat-x;	background-attachment: fixed;	position: absolute;	bottom: 0;	left: 0;	padding: 0px;	margin: 0px;	z-index: -10;	min-width: 800px;	height: 600px;}*//* Header Classes */.nav {	position: relative;	text-align: left;	margin: 20px auto 10px 10px;	font-size: 18px;}.nav a {	margin: 0px 5px;}.homeHeader {	position: relative;	text-align: left;	width: 650px;	margin: 30px auto 20px 100px;}.homeHeader h1 {	font-color: #FFFFFF;	font-size: 21px;	font-weight: bold;}/* Content Area Classes */.container {	position: relative;	margin: 0px auto 0px 100px;	padding: 0px;	} .bg {	position: relative;	background-color: #FFFFFF;	border: 1px solid #000000;	width: 650px;	margin: 0px auto 0px 0px;	padding: 0px;	float: left;}.bg {	filter: alpha(opacity=70); 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);	-moz-opacity: 0.70; opacity:0.7;}.content {	position: absolute;	left: 0;	color: #000000;	text-align: left;	margin: 20px auto 20px 25px;	width: 600px;	padding: 0px;	float: left;	font-size: 12px;	z-index: 50;}.bottomNav {	font-size: 12px;	margin: 10px;	padding: 0px;	color: #000000;}.bottomNav a,.bottomNav a:link,.bottomNav a:visited,.bottomNav a:active {	color: #000000;	text-decoration: none;	font-weight: normal;}.bottomNav a:hover {	color: #000000;	text-decoration: underline;	font-weight: normal;}.footer {	position: relative;	text-align: left;	width: 650px;	margin: 0px auto 25px 100px;	padding: 0px 0px 25px 0px;	font-size: 9px;}.browser {	color: #000000 !important;	float: right;}.browser a,.browser a:link,.browser a:visited,.browser a:active {	color: #000000 !important;	text-decoration: none;	font-weight: normal;}.browser a:hover {	color: #000000 !important;	text-decoration: underline;	font-weight: normal;}.imgRight {	float: right;	margin-left: 10px;	border: 0px;}.zoom {	cursor: -moz-zoom-in;}