@charset "UTF-8";body {	padding: 0;	margin: 0;	background: url(../images/back_fade.jpg) repeat-x; /* Browser window background gradation */	color: #fff;	font-family: Verdana, Arial, Helvetica, sans-serif;}#outerwrapper {  /* Most outer Container */	width: 1600px;	height: 1600px;	display: table;	margin: 0px auto; /* Center Container */}#pagewrapper { /* Holding page and pg_bottom together */	margin: 10px auto 0px;	width: 1200px;	height: 1010px;}#page {  /* Page with red glow */	background: url(../images/pg_back.jpg) repeat-y;	margin: 0px auto;	height: 800px;	width: 1075px;}#content {	font-size: 12px;	height: 100px;	width: 400px;	margin-right: 50px;	margin-left: 50px;	position: relative;	top: -332px;	left: 135px;	line-height: 23px;}#sidebar {	font-size: 12px;	color: #FF0000;}#pg_bottom {  /* Bottom rounded corners of page */	background: url(../images/page_bottom.jpg) no-repeat;	height: 79px;	width: 1075px;	margin: 0px auto;	font-size: 9px;	color: #FF0000;}#top_back { /* Red top */	background: url(../images/back_2.png) no-repeat top;	margin: 0px auto;	height: 490px;	width: 1074px;}/* HORIZONTAL NAV START */#nav {	background: url(../images/navb.jpg) no-repeat center top;	margin: 0px auto;	height: 53px;	width: 924px;	font-size: 10px;	color: #fff;	padding-left: 218px;	top: 0px;	position: relative;	left: -3px;}#nav ul { /* UNORDERED LIST */	list-style-type: none;	display: block;	width: 870px; /* Compensate for padding left & right */	height: 28px;	padding-top: 0px; /* default zero setting */	margin-top: 0px; /* default zero setting */	position: relative;	top: 26px;	left: 90px;}#nav ul li { /* UNORDERED LIST- LIST ITEM */	float: left; /* HORIZONTAL CONFIGURATION */	display: block; /* BLOCKS around the text */	color: #FF9900;	padding-top: 6px; /* Text ALIGN vertically - center within nav bar */	padding-bottom: 4px; /* ul height same as nav */}#nav ul li a {	display: block; /* BLOCKS around the text */	padding-right: 1.5em; /* right space of link */	padding-left: 1.5em; /* left space of link */	position: relative;	color: #fff;	text-decoration: none;}#nav ul li:hover a {	color: #FF0000;}.currentnav{	height: 18px;	padding-right: 1.5em; /* right space of link */	padding-left: 1.5em; /* left space of link */	padding-bottom: 6px; /* ul height same as nav */	padding-top: 6px;	color: #FF0000;	background: url(../images/nav_on.png) no-repeat;}/* HORIZONTAL NAV END */#front { /* Collage */	background: url(../images/front3.png) no-repeat center top;	height: 925px;	width: 1200px;	position: relative;	right: 70px;	top: 0px;	font-size: 11px;	padding-left: 0px;}/* FOOTER START — NOTE: include files *//* FOOTER END */.insetcopy {	font-size: 11px;	height: 100px;	width: 300px;	position: relative;	left: 580px;	top: 445px;	margin: 0px;	padding: 0px;}.insetcopy h1 {	font-size: 13px;	color: #FF0000;	margin: 0px;	padding: 0px;}#footer {	font-size: 9px;	margin: 0px auto;	padding-left: 200px;	height: 120px;	width: 875px;	padding-top: 10px;	position: relative;	top: -80px;	background: #000000;	border-top: 1px solid #FF0000;	color: #61070B;}#footer a {	text-decoration: none;	color:#9D6B3A;}#footer a:hover {	text-decoration: none;	color:#999999;}#credit a {	text-decoration: none;	color:#333333;}#credit a:hover {	text-decoration: none;	color:#996600;}/* Side Links START*/#sidebar {	font-size: 12px;	width: 200px;	color: #FF0000;	float: right;	position: relative;	top: -300px;	left: -180px;	text-decoration: none;}#sidebar h3{	font-size: 14px;	width: 200px;	color: #FF0000;	padding: 10px 10px 0px 12px;	text-decoration: none;	}#sidebar ul {	padding: 1px 0px 0px;	margin: 0 0 0 0px;	list-style-type: none;	display: block;	width: 200px;	color: #FF0000;	text-decoration: none;}#sidebar ul li a{	display: block;	color: #FF0000;	margin: 5px 05px 5px 7px;	background: url(../images/side_nav.png) no-repeat;	text-decoration: none;}#sidebar ul a:hover {	display: block;	border-left: 0px solid #9f762a;	color: #990000;	text-decoration: none;}/* INSET TABS START */#insettabs {	height: 22px;	width: 450px;	font-size: 12px;	color: #FFF;	padding-left:0px;	padding-top:3px;	text-decoration: none;	font-weight: bold;	text-align: center;	float: none;	position: relative;	top: -8px;}#insettabs ul {	padding: 0px;	margin: 0;	list-style-type: none;	display: block;	width: 450px;	height: 20px;	position: relative;	right: 20px;}#insettabs ul li {	float: left;	display: block;	color: #FFCC00;	margin: 0px;	padding: 0px 25px;}#insettabs ul li a {	display: block;	padding-right: 1em;	padding-left: 1em;	position: relative;	top: 1px;	color: #fff;	text-decoration: none;}#insettabs ul li a:hover {	color: #CC9966;}.currentside {	display: block;	border-left: 0px solid #9f762a;	color: #CC9966;	text-decoration: none;	padding: 10px 10px 3px 8px;	font-weight: bold;}