body {
	margin:0;
	font-size:12px;
	background-color:#000;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#top {
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
	height:137px;
}

#center {
	background-image: url(images/centerbg.gif);
	background-repeat: repeat-x;
	height:395px;
}

#bottom {
	background-image: url(images/bottombg.gif);
	background-repeat: repeat-x;
	height:269px;
	margin:0;
}








h1,h2,h3,h4,h5 {
	margin:0;
	color:#CCCCCC;
}

h3 {
	font-size:12px;
}

p {
	line-height:1.em;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#907819;
}

li {
	margin-top:8px;
}

	
#logo_wrapper {
	width:904px;
	margin:0 auto 0 auto;
	padding:37px 0 0 0;
	height:78px;
		
}

#logo {
	float:left;
}

#search{ /*CSS for sample search box. Remove if desired */
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
}

#search .textinput{
	width: 190px;
	border: 1px solid gray;
	color:#999900;
}

#search .submit{
	height: 22px;
	background-color: f5f7f6;
	background-image: url(images/search.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#666666;
}


#contentCenterWrapper {
	width:950px;
	margin:0 auto;
}

#navContainer {
	width:100%;
	margin:0;
	padding:12px 0 0 20px;
	#padding:20px 0 0 20px;
	position:relative;
	top:0;
	z-index:10;
}

#left {
	width:706px;
	_width:680px;
	float:left;
	height:395px;
	background-image: url(images/container_bg.jpg);
	background-repeat: no-repeat;
}

#left_inside {
	width:706px;
	_width:680px;
	float:left;
	height:395px;
	background-image: url(images/container_inside_bg.jpg);
	background-repeat: no-repeat;
}


#bottompanel {
	width:100%;
	float:left;
	margin:15px 0 0 20px;
	_margin:15px 0 0 10px;
}

#bottompanel ul, h3 {
	margin:0;
}

#bottompanel ul {
	list-style-image: url(images/arrow.gif);
	margin:0 0 0 -15px;
	+margin:0 0 0 20px;
	
}

#leftCol {
	float:left;
	width:184px;
	padding:4px;
	margin:0 22px 0 0;
	
}

#middleCol {
	float:left;
	width:176px;
	padding:4px;
	margin:0 24px 0 0;
	
}

#rightCol {
	float:left;
	width:200px;
	
}



#right {
	width:244px;
	float:left;
}

#textScroll {
	width:100%;
}

.clearer {
	clear:both;
}


#footer {
	
	margin:0px auto 0 auto;
	padding:10px 0 0 40px;
	clear:both;
	width:939px;
	font-size:10px;
	color:#c6bfbf;
	line-height:1.5em;
	text-align:left;
}

#footer a {
	color:#907819;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}

img  {
	border:none;
}



