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

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #050505;
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/background.jpg) repeat-x;
}
.header {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 73px;
	width: 894px;
	position: relative;
	background: #000000 url(images/header_top.gif) no-repeat;
	text-align: left;	
}
.menu {
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: #333333;
	background: url(images/menu_top_red.gif) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 896px;
	height: 34px;
	white-space: nowrap;
}
.home_flash {
	width: 896px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 326px;
	background: url(images/flash_back.gif) no-repeat;
}

.sub_shadow {
	width: 895px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 14px;
	background: url(images/sub_shadow.gif) no-repeat;
}

.content {
	background: url(images/back_page.gif) repeat-y;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	height: auto;
	width: 896px;
	text-align: left;
}
.footer {margin: 0px 0px 0px 1px;}

.home_menu{
	margin: 0px;
	padding: 0px 12px 0px 0px;
	text-align: left;
}

.home_menu a:link,.home_menu a:visited{
	margin: 0px 0px 0px 17px;
	padding: 4px 3px 0px 3px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 20px;
	float: right;
}

.home_menu a:hover{
	color: #CCCCCC;
	text-decoration: underline;	/*background: #CCCCCC;
	color: #333333;*/
	
}



.container {
	
	margin: 0px;
	padding: 0px 25px 22px 25px;
}

.tv_box {
	text-align: left;
	display: block;
	padding: 0px;
	height: 278px;
	width: 435px;
	margin-top: 32px;
	margin-left: 35px;
	float: left;
}

.headlines {
display: block;
	padding: 0px;
	height: 309px;
	width: 370px;
	margin-top: 20px;
	margin-left: 20px;
	
	float: left;}
	
	
.form_container {
	display: block;
	margin: 0;
	background: #ffffff;
	padding: 15px;
	height: 400px;
	
}

.form_container .box_left {
	margin: 0px;
	float: left;
	font-size: 16px;
	color: #333333;
	
		width: 400px;
}

.form_container .box_right {
margin: 0px 0px 0px 12px;
font-size: 16px;
	color: #333333;
	width: 400px;
	
}