
/*
 * Page styles
 */

.page			{ width:		768px;
			  margin-left:		auto;
			  margin-right:		auto;
			  margin-top:		20px;
			  margin-bottom:	20px;
			  padding:		0px;
			  border-style:		solid;
			  border-width:		1px;
			}

/*
 * Logo styles
 */

.logo			{ width:		768px;
			  height:		80px;
			  background-image:	url(images/logo.jpg);
			  background-repeat:	no-repeat;
			}

/*
 * Menu styles
 */

.menuBar		{ background-color:	#0088A3;
			  width:		748px;
			  border-style:		none;
			  word-spacing:		64px;
			  margin:		0px;
			  padding:		0px 10px;
			}

.menuBar A		{ font-family:		Arial;
			  font-size:		10pt;
			  font-weight:		bold;
			  text-decoration:	none;
			  word-spacing:		normal;
			  color:		#000000;
			}
		
.menuBar A:hover	{ font-family:		Arial:
			  font-size:		10pt;
			  font-weight:		bold;
			  text-decoration:	none;
			  word-spacing:		normal;
			  color:		#FFFFFF;
			}
			
.dropDown		{ position:		absolute;
			  left:			0px;
			  top:			0px;
			  width:		128px;
			  background-color:	#0088A3;
			  border-style:		none;
			  margin:		0px;
			  padding:		5px;
			  visibility:		hidden;
			  z-index:		100;
			}
			
.dropDown A		{ font-family:		Arial;
			  font-size:		10pt;
			  font-weight:		bold;
			  text-decoration:	none;
			  color:		#000000;
			}
		
.dropDown A:hover	{ font-family:		Arial:
			  font-size:		10pt;
			  font-weight:		bold;
			  text-decoration:	none;
			  color:		#FFFFFF;
			}

/*
 * Main page styles
 */

.main			{ margin:		0px;
			  padding:		32px 16px;
			}

.main A			{ font-family:		Arial;
			  font-size:		12pt;
			  text-align:		justify;
			  text-decoration:	none;
			}

.main A:hover		{ font-family:		Arial;
			  font-size:		12pt;
			  text-align:		justify;
			  text-decoration:	underline;
			}

.main P			{ font-family:		Arial;
			  font-size:		12pt;
			  text-align:		justify;
			}

.main H1		{ font-family:		Arial;
			  font-size:		18pt;
			  text-align:		left;
			  font-weight:		bolder;
			}


.main H3		{ font-family:		Arial;
			  font-size:		14pt;
			  text-align:		left;
			  font-weight:		bolder;
			  }
.main H5		{ font-family:		Arial;
			  font-size:		14pt;
			  text-align:		left;
			  font-weight:		bold;
			  font-style:		italic;
			}

.main H6		{ font-family:		Arial;
			  font-size:		12pt;
			  text-align:		left;
			  font-weight:		bold;
			}

/*
 * Events styles
 */

.events			{ width:		176px;
			  float:		right;
			  margin:		16px;
			  padding:		8px;
			  border-color:		#000000;
			  border-style:		solid;
			  border-width:		1px;
			  background-color:	#CCEECC;
			}

.events H1		{ margin:		0px;
			  padding:		0px;
			  font-weight:		bold;
			  font-size:		10pt;
			  font-family:		Arial;
			}
			
.events P		{ font-size:		10pt;
			  font-family:		Arial;
			}

/*
 * Photo table styles
 */
 .photoBar		{ border-style:		none;
 			  margin:		0px;
 			  padding:		0px;
 			  width:		100%;
 			}


/*
 * General styles
 */

BODY			{ margin:		0px;
			  padding:		0px;
			  background-repeat:	no-repeat;
			  background-image:	url(images/bg.gif);
			  background-color:	#FFFFFF;
			}


			
