body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#000;
	background-color:#000;
	background-image:url(images/back_sliver.png);
	background-position:top;
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}

h1 {
	font-size:16px;
}

.clearBoth {
	height:0px;
	clear:both;
}

#box {
	width:950px;	
	background-color:#000;
}

#header {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	text-align:right;
	height:110px;
}
#head_left {
	width:670px;
	height:110px;
	float:left;
}
#head_right {
	width:260px;
	height:90px;
	float:left;
	padding:10px;
	color:#fff;
	font-size:18px;
}

/* DROP DOWN MENU CODE */
.nav_main {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:30px;
	z-index:2;
	text-transform:uppercase;
	width:950px;
	background-image:url(images/nav_back.jpg);
}
.nav_main ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#nav_1 {
	margin:0px auto;
}
.nav_main li { /* all list items */
	float:left;
	position:relative;
}
.nav_main li a {
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	margin:0px;
	padding:8px 10px 9px 10px;
}
.nav_main li a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(images/nav_back_on.jpg);
}
.nav_main li ul {
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	visibility: visible;
	text-align:left;
}
.nav_main li ul a {
	background-color:#1d1d1d;
	color:#ccc;
	display:block;
	margin:0px;
	background-image:none;
	line-height:20px;
	padding-left:10px;
	text-align:left;
	border-bottom:1px solid #000000;
	width:200px;
}
.nav_main li ul a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#666666;
	background-image:none;
}
.nav_main li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
.nav_main li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content_box {
	color:#E8E8E8;	
	text-align:left;
}
#content_box h1 {
	color:#E1E1E1;	
}
#content_box a {
	color:#ed2124;
}
#content_box a:hover {
	text-decoration:none;
}

#right {
	width:600px;
	float:left;
	margin-left:15px;
	text-align:left;
}
#left {
	width:280px;
	float:left;
	margin-left:10px;
	text-align:left;
}
#left h1 {
	text-align:center;
	color:#fff;
	background-color:#333;
}
#left p {
	padding:5px;
	background-color:#333;
}

.table_row_0 {
	background-color:#333;	
}
.table_row_1 {
	background-color:#222;
}

#sitemap {
	background-color:#666;
	padding:10px;
}
#sitemap h1 {
	color:#fff;	
	margin:0px;
	padding:0px;
	font-size:14px;
}
#sitemap_in {
	padding:10px 30px;
	width:890px;
}
#sitemap ul {
	float:left;	
	text-align:left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#sitemap a {
	color:#fff;
	text-decoration:none;
	font-size:10px;
}
#sitemap a:hover {
	color:#ccc;
	text-decoration:underline;
}

#foot_txt {
	font-size:10px;
	padding:20px;
	background-color:#333;
	color:#ccc;
}
