body
{
   color: #000;
	background: #e5e7e8 url(bg.png) repeat-x;
   margin: 0px;
   padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:link, a:visited, a:active
{
	color: #333;
}

a:hover
{
	color: #dcdcc0;
}

ul, ol
{
   line-height: 20px;
}

p
{
   line-height: 22px;
}

img
{
	border: 0px;
}

#wrapper
{
	margin: 0px auto;
	background: url(content_bg.gif) repeat-y;
	width: 806px;
	padding: 0px;
}

#header
{
	position: relative;
   top: 0px;
   left: 0px; 
	background: #EEEFEF url(top_bg.jpg) repeat-x;
	height: 108px;
}

#logo
{
   position: absolute;
   top: 25px;
   left: 550px;  
}

#slogan
{
   position: absolute;
   top: 32px;
   left: 20px;  
}

#content
{
	margin: 0px auto;
	padding: 0px;
}

#content_left
{
	width: 528px;
	float: left;
	background: transparent;
}

#content_left p
{
	margin: 10px 28px 10px 40px;
}

#content_left h1
{
	margin: 15px 28px 15px 40px;
	color: #f40000;
	font-size: 16px;
}

#content_left li
{
	margin: 3px 28px 3px 42px;
	padding: 3px 10px 3px 10px;
}

#content_right
{
	width: 276px;
	float: right;
}

#nav
{
	background: url(nav_bg.jpg) no-repeat;
	width: 530px;
	height: 169px;
	padding: 0px;
	vertical-align: top;
}

#rnav a:link, #rnav a:visited, #rnav a:active
{
   color: #333;
	background-image: url(button_bg.jpg);
   width: 221px;
	font-size: 14px;
	font-weight: bold;
   text-decoration: none;
   display: block;
	padding: 6px 2px 6px 30px;
	margin: 0px 0px 0px 4px;
   text-decoration: none;
   text-indent: 2px; 
}

#rnav a:hover
{
   color: #666;
	background-image: url(button_bg_on.jpg);
}

#rnews
{
	width: 259px;
	height: 320px;
	position: relative;
	margin: 30px 0px 0px 0px;
	background: url(content_r_bg.jpg) no-repeat 4px;
}

#news
{
   position: absolute;
   top: 185px;
   left: 15px;  
	width: 233px;
	height: 80px;
}

#news p
{
   color: #48656c;
   margin: 0px;
	padding: 5px  8px 3px 8px;
	font-size: 11px;
	line-height: 15px;
}

#footer
{
	margin: 0px auto;
	width: 833px;
	height: 150px;
	background: url(footer_bg.gif) no-repeat;
	clear: both;
	text-align: center;
}

#footer p 
{
   color: #fff;
   margin: 0px;
	padding: 50px 20px 0px 20px;
	font-size: 10px;
	line-height: 17px;
}

#footer a:link, #footer a:visited, #footer a:active
{
	color: #fff;
	text-decoration: none;
}

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

.cleared
{
	clear: both;
}

.dark_txt
{
	color: #000;
}

.dark_txt a:link, .dark_txt a:visited, .dark_txt a:active
{
	color: #000000  !important;
	font-weight: bold;
}

.dark_txt a:hover
{
	color: #000;
}

fieldset
{
   border: 1px solid #455a73;
   width: 80%;
	padding: 5px;
	margin: 10px 28px 10px 40px;
   background: #fff;
}

legend
{
   background-color: #fff;
   border: 1px solid #455a73;
   font-size: 13px;
   font-weight: bold;
   padding: 4px;
   margin: 10px 0px;
}


#dropmenudiv
{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
 	font-size: 11px;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #7f8d9e;
	color: #fff;
	padding: 4px 0px 3px 0px;
	text-decoration: none;
}

#dropmenudiv a:hover
{ 
/*hover background color*/
	background-color: #26485b;
}
