html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #4d4d4d;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #000;
}
   

#headerholder {
	width: 100%;
	height: 216px; /*216px*/
	margin: 0;
	padding: 0;
	background: url(images/header_bg.gif) repeat-x;
	background-color: #ffffff;
}

	#banner {
		margin: 0 auto 0 auto;
		height: 169px; /*169px*/
		width: 780px;
		text-align: left;
	}

	#menu {
  		margin: 0 auto 0 auto;
		padding: 0;
		height: 47px;
		width: 779px;
		text-align: left;  
	}
	
		#menu a:link, #menu a:visited {
			display: block;
			padding: 8px 0 0 0;
			position: relative;
			top: 9px; 
			width: 110px;
			height: 21px;
			border-right: 1px solid #4d4d4d;
			float: left;
			text-align: center; 
			background: #000;
			font-family: tahoma, sans-serif;
			font-weight: bold;
			font-size: 9pt;
			text-transform: uppercase;
			color: #fff;
			text-decoration: none;
		}
		
		#menu a:hover {
			height: 17px;
			border-top: 4px solid #ffb100;
		}
		
		span.line_coverup {
			display: block;
			width: 1px;
			height: 31px;
			margin-left: -1px;
			background: #000;
			position: relative;
			top: 8px;
			left: 777px;
			color: #fff;
		}          
	
	
#contentholder {
	width: 100%;
	border-bottom: 1px solid #111;
	clear: both;
	padding: 0;
	margin: 0;
	background: #fff;
} 

	#content {
		margin: 0 auto 0 auto;
		min-height: 200px;
		width: 780px;
		text-align: left;
	}
	
	
#footerholder {
	width: 100%;
	background: #4d4d4d;
	border-top: 1px solid #333;	
}

	#footer {
		margin: 0 auto 0 auto;
	   padding-top: 10px;
		height: 65px;
		width: 780px;
		text-align: left;
		color: #ccc;
		font-size: 7pt;
	}
	
		#footer a:link, #footer a:visited  {
			color: #ccc;
		}
		
		#footer a:hover {
			color: #ffb100;
			text-decoration: none;
		}
		
		#footer p.left {
			text-align: left;
			float: left;
		}
		
		#footer p.right {
			text-align: right;
		}   
	
	
		a:hover{text-decoration:none;}

		.m_text
			{
				font-family:Tahoma;
				font-size:12px;
				line-height:15px;
				color:#D5D5D5;
			}

		.m1_text
			{
				font-family:Tahoma;
				font-size:12px;
				line-height:15px;
				color:#444444;
			}

		.m2_text
			{
				font-family:Tahoma;
				font-size:12px;
				line-height:15px;
				color:#282828;
			}

		.h_text
			{
				font-family:Tahoma;
				font-size:12px;
				line-height:15px;
				color:#E87800;
			}
			
		.l_text
			{
				font-family:Tahoma;
				font-size:12px;
				line-height:15px;
				color:#D5D5D5;
			}

		.l1_text
			{
				font-family:Tahoma;
				font-size:12px;
				line-height:15px;
				color:#FFFFFF;
			}

		.l2_text
			{
				font-family:Tahoma;
				font-size:12px;
				line-height:15px;
				color:#E87800;
			}
			
		.c_text
			{
				font-family:Tahoma;
				font-size:12px;
				line-height:15px;
				color:#FFFFFF;
			}

		.form
			{
				width:150px; height:17px; border-right-color:#E6E4E4; border-bottom-color:#E6E4E4; border-left-color:#908B8B; border-top-color:#908B8B; border-width:1px; background-color:#ffffff; border-style:solid
			}
		.form_div
			{
				height:20px; margin-top:2px;
			}
				
			a.c_text{text-decoration:none;}	
			a.c_text:hover{text-decoration:underline;}

		ul {margin:0; padding:0; list-style:none}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	