@charset "iso-8859-1";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color:#000;
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#frame {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 106px;
	float: left;
}

#header_left {
	width: 430px;
	height: 106px;
	float: left;
}

#header_right {
	width: 530px;
	height: 106px;
	float: left;
}

#header_right_top {
	width: 530px;
	height: 56px;
	float: left;
}

#header_right_bottom {
	width: 530px;
	height: 50px;
	float: left;
}

#header_right_bottom ul {
	float: right;
}

#header_right_bottom ul li {
	display: inline;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

#header_right_bottom ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#header_right_bottom ul li a:hover {
	color: #0C0;
}
#mainbody {
	width: 960px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#mainbody h1 {
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size:24px;
	color:#0C0;
	font-weight: normal;
	padding-bottom: 14px;
}
#mainbody h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}
#mainbody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
#mainbody p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

#mainbody p a:hover {
	color: #0C0;
}
#contentLeft {
	width: 500px;
	float:left;
}
#flash{
	width: 500px;
	height: 332px;
}
#contentLeft p {
	width: 440px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-bottom: 14px;
}
#contentRight {
	width: 440px;
	float: left;
	padding-left: 20px;
}
#contentRight h1 {
	width: 440px;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size:24px;
	color:#0C0;
	font-weight: normal;
	padding-bottom: 14px;
}
#contentRight h2 {
	width: 440px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	padding-bottom: 14px;
}

#contentRight p {
	width: 440px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-bottom: 14px;
}
#contentRight p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

#contentRight p a:hover {
	color: #0C0;
}
#thumbnail{
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	}	
#contact_sect {
	width: 960px;
	height: 30px;
	float: left;
	border-top: 2px solid #0066CC;
	padding-bottom: 10px;
}
#contact_sect_text{	
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align:center;
}

#contact_sect_text a{	
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}

#contact_sect_text a:hover{	
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration:none;
}

label {
	width:130px;
	float:left;
	text-align:left;
	margin-right:5px;
	display:block;
}

input {
	border: 1px solid #fff;
}

textarea {
	border: 1px solid #fff;
}

.submit input {
	margin-left:135px;
	color: #fff;
	background: #00CC00;
}