@charset "utf-8";
/* CSS Document */


a.link:link {color:#000; text-decoration:none;}
a.link:visited {color:#000; text-decoration:none;}
a.link:hover {color:#666; text-decoration:none;}
a.link:active {color:#000; text-decoration:none;}

a.email:link {color: #CCC; font-size: 10px; text-decoration:none;}
a.email:visited {color: #CCC; font-size: 10px; text-decoration:none;}
a.email:hover {color: #39F; font-size: 10px; text-decoration:none;}
a.email:active {color:#CCC; font-size: 10px; text-decoration:none;} 


body {
	background-color:#122430;
	background-image:url(images/bg.jpg);
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	font-family:Verdana, Geneva, sans-serif;}


#mainbox{
	width:800px;
	height:635px;
	margin: 0 auto;
	margin-top:10px;}
	
#header{
	width:800px;
	height:120px;
	background-image:url(images/logo.jpg)}
	
#topbar{
	width:800px;
	height:15px;
	background-color:#FFF;
	background-repeat:no-repeat;
	margin-top:10px;}

#body{
	width:800px;
	height:471px;
	background-color:#FFF;}
	
#nav{
	width:185px;
	height:470px;
	float:left;
	background-image:url(images/navbg.jpg);}
	
.navbuttons{
	width:185px;
	height:40px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	line-height:30px;}
	
.navbuttonsON{
	width:185px;
	height:40px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	line-height:30px;
	color:#0E6EB8;}
	
	
#newsletter{
	width:145px;
	height:123px;
	margin-top:102px;
	line-height:30px;
	background-image:url(images/newsletter-bg.jpg);
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	line-height:18px;}

#content{
	width:585px;
	height:470px;
	float:right;
	margin-right:15px;
	margin-left:15px;
	font-size:12px;
	overflow:hidden;
	display:inline;
	line-height:17px;}

#btext{
	width:300px;
	height:160px;
	font-size:12px;
	margin-top:9px;
	line-height:17px;
	float:left;}
	
#btextR{
	width:270px;
	height:160px;
	font-size:12px;
	margin-top:9px;
	line-height:17px;
	float:right}

#btext2{
	width:585px;
	height:439px;
	font-size:12px;
	line-height:17px;}

#botbar{
	width:800px;
	height:15px;
	background-image:url(images/botbar.jpg);
	background-repeat:no-repeat;}
	
#footer{
	width:785px;
	height:30px;
	margin:0 auto;
	font-size:10px;
	color:#CCC;
	line-height:15px;
	padding-left:15px;}
	
#footerL{
	width:700px;
	height:30px;
	float:left;}

#footerR{
	width:85px;
	height:30px;
	float:right;
	display:none;}
	
	
.maintitle{
	font-size:28px;
	color:#1d73b0;
	line-height:25px;}

.title{
	font-size:18px;
	color:#1d73b0;}
	
.highlight{
	font-size:15px;
	color:#1d73b0;
	font-weight:bold;}
	
.signup{
	font-size:13px;
	float:right;}
	
.small{
	font-size:9px;}
	
.size11{
	font-size:11px;
	line-height:13px;}
	
.size12{
	font-size:12px;}
	
.green{
	color:#060;}
	

.textarea {
width: 139px;
font-size:11px;
}

.buttons {
	width: 50px;
	font-size:11px;
	margin-top:2px;}	

.floatR{
	float:right;
	color:#CCC;}


	


