@charset "utf-8";
/* CSS Document */

body
	{
		font-size:12px;
		font-family:Arial;
		margin:0px;
		background:#1d1d1d;
	}
#main
	{
		width:978px;
		margin:0px auto;
	}
#header
	{
		background:url(images/header_bg.jpg) no-repeat;
		height:202px;
	}
.left_text
	{
		
	}
#middle_content
	{
		background:url(images/middle_content_bg2.jpg) no-repeat;
		height:402px;
	}
#bottom_content
	{
		background:url(images/content_bottom.jpg) no-repeat;
		height:90px;
	}
*html .left_column
	{
		padding-left:15px;
	}
.video
	{
		padding-top:20px;
		padding-left:45px;
	}
img
	{
		border:none;
	}
ul,li
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
.right_column li
	{
		font-size:22px;
		font-weight:bold;
		padding-bottom:9px;
		padding-left:70px;
	}
.right_column li a, .right_column li a:visited
	{
		text-decoration:none;
		color:#fff592;
	}
.input
	{
	background:url(images/txt_bg.jpg) no-repeat;
	width:266px;
	height:30px;
	float:left;
	margin-left:18px;
	padding-top:5px;
	padding-left:18px;
	margin-top: 3px;
	}
form
	{
		padding:0px;
		margin:0px;
		color:#333333;
	}
.forms
	{
	padding-left:115px;
	padding-top:0px;
	}
.txt
	{
		background:#fff !important;
		border:none !important;
	}
.boldfont {
	border:none !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 10px;
	font-size: 15px;
}

.footer
	{
	background:url(images/footer.gif) no-repeat;
	width:635px;
	height:24px;
	color:#797979;
	text-align:center;
	padding:5px 0px 0px 0px;
	margin:0px auto 20px auto;
	}
.footer a:link, .footer a:active, .footer a:visited
	{
	color:#797979;
	}
.footer a:hover
	{
	text-decoration:none;
	}