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

html, body {
	margin: 0; 
	padding: 0; 
	height: 100%;
	background-color: #CCCCCC;
	background-image:url(images/bg_1.gif);

}

a:link, a:visited{
	text-decoration:none;
	color:#66C4FC;
}

a:hover, a:active{
	color:#000000;
}


#mainbg{
	width:100%;
	height:auto;
	margin: 0 auto; 
	min-height:100%;
	height:100%;

	}
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color:#7e8f9a;
	line-height: 12pt;
	
	}
	
.copy1{
	width:585px;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 65px;	
	/*background-color:#CC3366;*/
	
}	

.column1_single{
	width:565px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 25px 0px;
	vertical-align:top;
	/*background-color:#FF6600;	*/
}	

.column1_double{
	width:270px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 25px 0px;	
	vertical-align:top;	
	/*background-color:#FF6600;	*/
}	
	
.column2_double{
	width:270px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 25px 0px;	
	vertical-align:top;	
	/*background-color:#0000FF;*/
}	

.column3{
	margin: 25px 0px 0px 0px;
	padding: 25px 25px 25px 25px;
	width: 300px;
	vertical-align:top;	
	/*background-color:#FF6600;	*/	
}	
			
	
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #7ccefd;
}

.heading1 {
	font-family: "Rockwell Bold", Rockwell, Verdana;
	font-size: 14pt;
	color: #66C4FC;
	font-weight: bold;
}
.body1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: 7e8f9a;
	line-height: 12pt;
}
	
H1 {
	font-family: "Rockwell Bold", Rockwell, Verdana;
	font-size: 14pt;
	color: #66C4FC;
	font-weight: bold;
	}
	
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color:#7e8f9a;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	
	
H4 {
	font-family: "Rockwell Bold", Rockwell, Verdana;
	font-size: x-large;
	color: #7e8f9a;
}	
	
.navlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color:#A3A3A3;	
}

.navlinks a:link, .navlinks a:visited{
	text-decoration:none;
	color:#A3A3A3;
}

.navlinks a:hover, .navlinks a:active{
	color:#000000;
}


