@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #071700;
	color: #CCCC66;
	}

a {
	color: #FFCC33;
	text-decoration:none;
	}

a:hover { text-decoration:underline;}	

#wrap { width:764px;
		margin: 0 auto;}

#header { width: 764px;	
		  height:238px;}

#main { float:left;
		width:764px;
		background-image:url(../../images/bg_line.jpg);
		background-repeat: repeat-y;
		padding-bottom: 10px;
}

#content {
	width: 730px;
	margin-left:10px;
} 

#content .yellow { color: #998f44;}
#content .press { float: left;
					margin-right:20px;}
				
#content-left { width: 370px;
					  padding-top: 15px;
					  padding-left: 7px;
					  float:left;}
#content-right { width: 344px;
					 float:right;
					 
					 }
.news-scroll { 
	margin-top: 10px;
	float: left;
	width: 300px;
	height: 400px;
	overflow: auto;
	
}

#main .headings { font-size: 1.3em;
				color:e57900;
	 font-family:Georgia, "Times New Roman", Times, serif;}


#footer { width:764px;
		 float:left;
		 text-align:center;
		 		background-image:url(../../images/bg_line.jpg);
		background-repeat: repeat-y;}

.form_data_table{
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	}
.form_data_table th{
	font-weight: normal;
	text-align: right;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	}
.form_data_table td{
	padding: 5px 5px 5px 5px;
	}
.form_data_table thead td{
	font-size: larger;
	font-weight: bold;
	background: none;
	border-bottom: solid 1px #CCCC66;
	padding: 15px 5px 5px 5px;
	}
.form_data_table_thead{
	font-size: larger;
	font-weight: bold;
	background: none;
	border-bottom: solid 1px #CCCC66;
	padding: 15px 5px 5px 5px;
	}

