/* CSS Document */
body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 3%;
	margin-left: 3%;
	text-align:center;
	background: #000000;
	color: #BDB84F
	
}


div.content{
	padding-left: 2px;
	padding-right:2px;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 10px;
	width: 920px;
	height: auto;
	text-align: left;
	background-color:#000000;
	
}


a:link { color:#A8E61D }
a:visited  { color:#731692 }

div.announce{
width: auto;
text-align: left;


}

div.link{
width: auto;
text-align: left;


}

#names{
width: auto;
text-align:center;
height:auto;
}

#committee{
width: auto;
text-align:center;
height:auto;
}

/* Headline Text For Main Page Articles */
.mainArticleTitle {
	font-size: 1em;
	font-weight: bold;
	color: #BDB84F;
	text-align: left; 
}

/* --------------------------------------------------- */
/* article separator */
hr.mainPage{
	border:none;
	border-top: 1px #666;
	text-align: left;
	color: #BDB84F
}

/* headline underline for each article */
hr.mainPageTitleHR{
	border:none;
	width: 100%;
	border-top: 1px #666;
	text-align: left;
	color: #BDB84F
}
/* End article separator */
/* --------------------------------------------------- */

.rtitle {
	font-style: normal;
	font-weight: bold;
	color: #BDB84F;
	margin-bottom:10px;
	margin-top: 5px;
}

/* Calendar page */


.CalendarSubmitBtn{
	background-color:#BDB84F;
	border:1px solid #444444;
	font-size: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",  Verdana, Tahoma, Helvetica;

}

.calendarLink {
	color:blue;
	text-decoration:  none;
}

.calendarPicLink {
	color: #42E6A8;
	text-decoration: underline;
}

.calendarSpotlightLink {
	color:orange;
	text-decoration: none;
}

.calendarVideoLink {
	color:red;
	text-decoration: blink;
}


.calendarMonth {
	color: #BDB84F;
	text-decoration:  none;
	font-weight: bold;
}

.calendarNoLink {
	color: #BDB84F;
	text-decoration:  none;
}


.calendarMain{
	border-width: 5px;
	padding: 0px;

}

.calendarMainLink{
	color: ##BDB84F;
	text-decoration: none;
}

.calendarMainDay{
	color: #BDB84F;
	text-decoration: none;
}


.calendarMainmonth{
	color:#b2b2b2;
	text-decoration: none;
	font-weight: bold;
}




table.calendar {
	color:white;
	border-width: 1px;
	border-color: black;
	padding: 0px;
	font-size: 1em;
}

table.calendar tr {
/*table row */
	border-width: 0px;
	padding: 5px;
	background-color: #F7EFF0;  /*space between rows */
}

table.calendar td {
/*table data */
	padding: 0px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	background-color: #fffff4; 
}

.calendarTxt {
	color: #FF8000;
}

/* end Calendar page */

/* text for picture gallery */

.picGalleryDesc {
	color:blue;
	text-decoration:  none;
	font-size: x-small;
}

.picGalleryDate {
	font-size: x-small;
}

.mainPageEventsDate{
	font-size: 1em;
	font-weight: regular;
	color: gray;
	text-align: left; 
	margin-top:1px;
	margin-bottom:1px;
	background-color:#000
}

.mainPageEventsName{
	font-size: 1em;
	font-weight: bold;
	color: black;
	text-align: left; 
	margin-top:1px;
	margin-bottom:4px;
	text-decoration: none;
}


