
body{
	margin:0;
	background-color: white;
	background-image:url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:center;
}
h1{
	margin-top:10px;
	color:#000099;
	text-transform: uppercase;
	line-height:32px;

}
h2{
	color:#000066;
}

.strongGreen{
	color:#009933;
}

#Head_Zone{
	width:790px;
}
#Body_Zone{
	width:790px;
}

#Footer_Zone{
	width:790px;
}

#Side_Menu{
	width:200px;
	background-color:#006633;
	margin-left:10px;
	margin-right:10px;
	vertical-align:top;
	padding-bottom:8px;
}

.Side_Menu_img{
	display:block;
	width:200px;
	height:6px;
	

	vertical-align:bottom;
	padding-top:20px;
	margin-bottom:-4px;
	

}
#Side_Menu_End{
	width:200px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px
}

.downloadPDF{
	font-size:12px;
	font-family:sans-serif,Verdana, Arial, Helvetica;
 	text-decoration:none;
	
}
.downloadPDF img{
	display:inline;
	width:150px;
	height:auto;
	margin:4px;
	border:none;


}
.downloadPDF a:link{
	color:white;
	font-size:12px;
	line-height:16px;
	font-family:sans-serif,Verdana, Arial, Helvetica;
	text-decoration:none;

}
.downloadPDF a:visited{
	text-decoration:none;
	
}
.downloadPDF a:hover{
	color:#FFFF00;
	text-decoration:none;
}

.SponsorZone{
	display:block;
	line-height:16px;
}
.SponsorZone img{
	margin:4px;
}

.SponsorZone a:link{
		color:white;
		font-size:10px;
		line-height:12px;
		text-decoration:none;
}
.SponsorZone a:visited{
		color:white;
		text-decoration:none;
}
.SponsorZone a:hover{
	color:#FFFF00;
	text-decoration:none;
}



/*----- COntacts page CSS -----------*/

.contactsTable{
	display:block;
	float:right;
	width:530px;
	height:500px;
	line-height:22px;
}
.ContactsRow{
	display:block;
	float:left;
	width:529px;
	height:54px;
	line-height:18px;
	padding-top:4px;
	
	border-bottom:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
}
.Contactstitle{
	display:block;
	float:left;
	width:150px;
	
	font-weight:bold;
	color:#000066;

}
.Contactsname{
	display:block;
	float:left;
	width:150px;
	padding-left:12px;
}
.ContactsEmail{
	display:block;
	float:left;'
	width:150px;
}
