/* CSS Document */

body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	background-image: url(images/bgGrad.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#container {
	width: 770px;
	/*height: 680px;*/
	background-image: url(images/bgShadow.jpg);
	/*background-color: #e3ca3b;*/
	margin: 0 auto;
	}

a {
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited {
	color: #FFFFFF;
	}
a:hover {
	color: #e3ca3a;
	}
	
.subscript {
	font-size: 9px;
	}	

.underlining {
	text-decoration: underline;
	}
	
#header {
	width: 770px;
	height: 201px;
	background-image: url(images/headerCurve.jpg);
	background-repeat: no-repeat;
	}
	
#content {
	width: 770px;
	}
	
#leftContent {
	/*position: absolute;*/
	float: left;
	width: 514px;
	background-color: #c1cbff;
	}
	
#leftContentText {
	position: relative;
	top: 15px;
	left: 24px;
	width: 469px;
	border-top: 0px dashed black;
	padding: 5px 20px 20px 0px;
	margin: 0px;
	}
.homeImage {
	float: left;
	padding: 0px 10px 0px 0px;
	}
#leftContentText a {
	color: #000066;
	}
#leftContentText a:visited {
	color: #000066;
	}
#leftContentText a:hover {
	color: #FFFFFF;
	}
	
#rightContent {
	float: right;
	width: 256px;
	/*background-image: url(images/rightContentBG.jpg);
	background-repeat: repeat-y;*/
	color: #FFFFFF;
	background-color: transparent;
	}
/*#rightContent a {
	color: #FFFFFF;
	}*/
#home {
	background-image: url(images/images/navHome.jpg);
	background-repeat: no-repeat;
	width: 256px;
	height: 29px;
	}
	.homeNav {
	position: relative;
	top: 8px;
	left: 112px;
	width: 135px;
		}
#who {
	background-image: url(images/images/navWho.jpg);
	background-repeat: no-repeat;
	width: 256px;
	height: 22px;
	}
	.whoNav {
	position: relative;
	top: 2px;
	left: 112px;
	width: 135px;
		}
#what {
	background-image: url(images/images/navWhat.jpg);
	background-repeat: no-repeat;
	width: 256px;
	height: 22px;
	}
	.whatNav {
	position: relative;
	top: 2px;
	left: 112px;
	width: 135px;
		}
#publication {
	background-image: url(images/images/navPub.jpg);
	background-repeat: no-repeat;
	width: 256px;
	height: 23px;
	}
	.publicationNav {
	position: relative;
	top: 2px;
	left: 112px;
	width: 135px;
		}
#contact {
	background-image: url(images/images/navContact.jpg);
	background-repeat: no-repeat;
	width: 256px;
	height: 22px;
	}
	.contactNav {
	position: relative;
	top: 2px;
	left: 112px;
	width: 135px;
		}
#bulletin {
	background-image: url(images/images/navBulletin.jpg);
	background-repeat: no-repeat;
	width: 256px;
	height: 22px;
	}
	.bulletinNav {
	position: relative;
	top: 2px;
	left: 112px;
	width: 135px;
		}
#calendar {
	background-image: url(images/images/navCalendar.jpg);
	background-repeat: no-repeat;
	width: 256px;
	height: 23px;
	}
	.calendarNav {
	position: relative;
	top: 2px;
	left: 112px;
	width: 135px;
		}

#mp3 {
	background-image: url(images/mp3.jpg);
	background-repeat: no-repeat;
	width: 256px;
	height: 220px;
	}
#mp3 a {
	position: absolute;    
	width: 221px;    
	height: 88px;
	margin: 105px 0px 0px 31px;
	}
#mp3 a h1 {
	display: none;
	}
	
#footer {
	clear: both;
	width: 770px;
	height: 80px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	}
#footerText {
	position: relative;
	top: 16px;
	left: 0px;
	font-size: 12px;
	width: 514px;
	}
#footerText p {
	text-align: center;
	}
#footerText a {
	color: #000000;
	}
#footerText a:visited {
	color: #000000;
	}
#footerText a:hover {
	color: #FFFFFF;
	}

/*CALENDER STYLES*/

#calHolder {
	color: #ffffff;
	font-size: 12px;
	}

#calSelectedYM {
	font-size: 16px;
	}
