html { padding:0; margin:0 }
html,body { height:100%; margin:0 }

body {
	height:100%;
	color:#990000;
	background:#990000 url(images/bg1.jpg) repeat top center;
	padding:20px 0px 0px;
}

.text {  
	font-family: Verdana, Tahoma, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	line-height: 17px;
	color: #ffffff;
}
.textEvent {  
	font-family: Verdana, Tahoma, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	line-height: 13px;
	color: #ffffff;
}
.textForm {  
	font-family: Verdana, Tahoma, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	line-height: 12px;
	color: #ffffff;
}

.textHdr {  
	font-family: Verdana, Tahoma, Helvetica, sans-serif; 
	font-size: 24px; 
	font-weight: bold;
	line-height: 14px;
	color: #ffeeb5;
}

.textHdr2 {  
	font-family: Verdana, Tahoma, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold;
	line-height: 14px;
	color: #ffeeb5;
}

.textHdr3 {  
	font-family: Verdana, Tahoma, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #ffffff;
	text-align:center;
}

.footer {  
	font-family: Verdana, Tahoma, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal;
	line-height: 14px;
	color: #ffffff;
}


a {
	font-family : Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #FFC;
	}

a:visited{
	font-family : Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	color: #FFC;
	}
	
a:hover {
	color: #FFF;
	text-decoration: underline;
}
.event {
	background-image: url(images/eventBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.form {
	background-image: url(images/formBG.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.mainContent {
	background-image: url(images/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}