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

body
{
	/* background: #666666 url(images/bg_black.png); */
	background: #000000;
	height:100%;
	font-family: Verdana, Geneva, Arial;
	color: #000000;
	font-size: 12px;

}
#wrapper
{
	width:960px;
	border: #000000 solid 2px;
	background:#FFFFFF;
}
#header
{
	background: #FFFFFF url(images/header.jpg) no-repeat;
	height:144px;
	width: 960px;
	font-size:16px;
	font-weight:bold;
	text-align:right;
}
#navBarHeader a, #navBarHeader a:visited
{
	color:#FFFFFF;
	font-weight:700;
	font-size:14px;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

#navBarHeader a:hover 
{
	color:#000000;
	text-decoration:none;
}

#navBarHeader
{
	background: #FFFFFF url(images/navBar.jpg) no-repeat;
	height:36px;
	width: 960px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	border-bottom:#000000 solid 1px;
	text-align:left;
}
#content_body
{
	background:#FFFFFF;
}
#left_side
{
	background:#FFFFFF;
	width:200px;
	height:487px;
	border-right:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
}


#content_right 
{
	width:719px;
	background:#FFFFFF url(images/content_bg.jpg) no-repeat top;
	padding-left:20px;
	padding-right:20px;
	padding-top: 10px;
	text-align:left;
	min-height:600px;
  height:auto !important;


}
#footer 
{
	background:#FFFFFF;
	text-align:center;
	color:#555555;
	font-size:11px;
	padding-bottom:3px;
}

#tab 
{
	top:0;
	height:0;
	margin:0;
	
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	float:left;
	clear:both;
	margin:0;
	padding:0;
	text-align:center;
}
#tab a 
{
	background:url(images/bright_002.gif) no-repeat right top;
	text-decoration:none;
	width:200px;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(images/bleft_002.gif) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	font-weight:700;
	line-height:42px;
	padding:0 20px;
}
#tab a:hover
{
}
#tab li.item_active a 
{
	
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#000;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}


a, a:visited {
	color: #1E90FF;
	text-decoration: underline;
}

a:hover, a:active {
	color: #494AD6;
	text-decoration: underline;
}

.links a, a:visited {
	color: #115391;
	text-decoration: none;
	font-size:11px;
}

.links a:hover, a:active {
	color: #1E90FF;
	text-decoration: underline;
	font-size:11px;
}


p {margin: 5px 0px 10px 0px; line-height:140%;}
h1
{
	
	font-size: 18px;
	color:#E31937;
	text-decoration: none;	
	font-weight: bold;
	margin:10px 0px 10px 0px;
	
}

h2
{
	
	color: #404040;
	font-size: 15px;
	text-decoration: none;	
	font-weight: bold;
	margin:8px 0px 8px 0px;
}

h3
{
	
	font-size: 14px;
	color: #000000;
	text-decoration: none;	
	font-weight: bold;
	margin:6px 0px 6px 0px;
}
