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

<!--

A:link {color: #FFFFFF; text-decoration: underline;}
A:visited {color: #FFFFFF; text-decoration: underline;}
A:hover {color: #FFFFFF; text-decoration: none;}

a img{ 
border:0; 
}

/* ----------------------------------- */
/* Body CSS
/* ----------------------------------- */


body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center; 
	color: #FFFFFF;
	background-color: #000000;
}

.twoColFixRtHdr #container { 
	width: 803px;
	background: #000000;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
} 
.twoColFixRtHdr #header { 
	background: #000000;
	background-image:url(img/navarea01.jpg);
	height: 169px; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.twoColFixRtHdr #mainContent { 
	background: #000000;
	margin: 0px;
	padding: 0px;
} 
.twoColFixRtHdr #footer { 
	padding: 0px;
	background:#000000; 
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ----------------------------------- */
/* NavBar CSS
/* ----------------------------------- */


.twoColFixRtHdr #navstuff_upperbox {
	width: 515px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 275px;
	top: 12px;
	font-size: 12px;
}

.twoColFixRtHdr #navstuff_lowerbox {
	position: relative;
	left: 0px;
	top: 125px;
}

#header ul {
	margin:0;
	padding:0 0 0 0px;
}
#header ul li {
	float:left;
	margin:0;
	padding:0 0px 0 0;
	list-style:none;
}
#header ul li a:link {
	color:#FFFFFF;
	text-decoration: none;
}
#header ul li a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#header ul li a:hover {
	color:#192c8c;
	text-decoration: none;
}

.twoColFixRtHdr #navstuff_quicksearch {
	width: 75px;
	color: #ababab;
	background: #272727;
	border: 1px solid #5a5a5a;
	background: url(img/searchIcon.jpg) no-repeat;
	padding-left: 15px;
	z-index: 9000;
	margin: 0px;
}
--> 