body {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	font-weight: normal;
	padding-left:6px;
}

.textBold {
	font-weight: bold;
}
.dotText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	font-style:normal;
	}
.georgiaText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	font-style:normal;
	}

/*main content containers*/
#topHeader {
	position:absolute; 
	/*background-image:url(../images/top-tile.gif);
	background-repeat:repeat-x;*/
	width:100%;
	height:66px; 	
	top:0px; 
	left:0px; 
	z-index:2;
	padding-top:0px;
	background-color:#FFFFFF;
}


#mainContentFlash {
	position:absolute;
	width:100%; 	
	top:66px; 
	left:0px; 
	height:600px; 
	z-index:5;
	margin: 0px 0px 0px 0px ;
	/*background-color:#FFFFFF;*/
	
}


#mainContentEmail {
	position:absolute;
	width:311px; 	
	top:15px; 
	left:50%;  
	z-index:5;
	text-align:right;
	margin: 0px 0px 0px 170px ;
	background-color:#FFFFFF;
	
}

#mainContent1 {
	position:absolute;
	width:311px; 	
	top:0px; 
	left:50%;  
	z-index:5;
	margin: 0px 0px 0px 170px ;
	background-color:#FFFFFF;
	padding-left:16px;
	padding-top:17px;
	
}

/*general Links*/	
	A		{ color: #666600; text-decoration: none;} 
	A:link		{ color: #666600; text-decoration: none; } 
	A:visited	{ color: #666600; text-decoration: none; } 
	A:active	{ color: #666600; text-decoration: none; } 
	A:hover	{ color: #000000; text-decoration: none;  }
