@charset "utf-8";
/* CSS Document */
html,body{
      margin: 0;
      padding: 0;
      height: 100%;
      border: none
   }
body {
	background-image: url(graphics/bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #505050;
}
#main_tb {
	background-color: #333333;
	background-image: url(graphics/tb_bg.gif);
	background-repeat: repeat-y;
}
#video_tb {
	vertical-align: top;
	width: 840px;
	height: 295px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#text_div{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #eeeeee;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 55px;
	margin-right: 55px;
	margin-bottom: 25px;
	overflow: visible;
	width: 790px;
	height: auto;	
}
#name_div{
	color: #85a7d6;
	line-height: 25px;
	letter-spacing: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	vertical-align: top;
	margin-top: 25px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 55px;
	width: 790px;
	height: auto;	
}
#footer_div{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	text-align: justify;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 55px;
	margin-right: 55px;
	margin-bottom: 25px;
	overflow: visible;
	width: 790px;
	height: auto;	
}
#home1_div{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #eeeeee;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 55px;
	margin-right: 25px;
	margin-bottom: 25px;
	overflow: visible;
	width: 790px;
	height: auto;	
}
#home2_div{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #eeeeee;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 55px;
	margin-bottom: 25px;
	overflow: visible;
	width: 300px;
	height: auto;	
}
a:link {
	text-decoration: none;
	color: #85a7d6;
}
a:visited {
	text-decoration: none;
	color: #85a7d6;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #85a7d6;
}
.body_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	line-height: 16px;
	margin-top: 0px;
}
.page_name{
	color: #85a7d6;
	line-height: 25px;
	letter-spacing: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #708AAD;
	line-height: 16px;
	font-weight: bold;
}
.submit_button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	height: 20px;
	width: 85px;
	cursor: default;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(graphics/submit_btn.jpg);
	background-repeat: no-repeat;
}
.form_fields {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	width: 300px;
	border: 1px solid #CCCCCC;
}
img.floatLeft {
	float: left;
	margin: 0 10px 0 0 ;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EEEEEE;
	line-height: 16px;
	margin-top: 0px;
}

