body {
	background-image: url(images/stars.gif);
}



.menu a{
	display: block;
	height: 100%;
	text-decoration: none;
	color: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color : #663399; 
	border-bottom-style : solid;
	border-bottom-width : 3px;
	border-right-color : #8855bb; 
	border-right-style : solid;
	border-right-width : 3px;
	border-top-color : #663399; 
	border-top-style : solid;
	border-top-width : 3px;
	border-left-color : #663399; 
	border-left-style : solid;
	border-left-width : 3px;	
	font-weight: normal;
	background-color: #663399;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.currentmenu a{
	display: block;
	height: 100%;
	text-decoration: none;
	color: yellow;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color : #663399; 
	border-bottom-style : solid;
	border-bottom-width : 3px;
	border-right-color : #8855bb; 
	border-right-style : solid;
	border-right-width : 3px;
	border-top-color : #663399; 
	border-top-style : solid;
	border-top-width : 3px;
	border-left-color : #663399; 
	border-left-style : solid;
	border-left-width : 3px;	
	font-weight: normal;
	background-color: #663399;
}

.menu a:hover {
	background: #cc99dd;
	color: black;
	border-bottom-color : rgb(0, 0, 0);
	border-bottom-style : solid;
	border-bottom-width : 3px;
	border-right-color : rgb(0, 0, 0);
	border-right-style : solid;
	border-right-width : 3px;
	border-top-color : #ddbbff; 
	border-top-style : solid;
	border-top-width : 3px;
	border-left-color : #ddbbff; 
	border-left-style : solid;
	border-left-width : 3px;		
}

.menuconv a{
	display: block;
	height: 100%;
	text-decoration: none;
	color: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color : #663399; 
	border-bottom-style : solid;
	border-bottom-width : 3px;
	border-right-color : #8855bb; 
	border-right-style : solid;
	border-right-width : 3px;
	border-top-color : #663399; 
	border-top-style : solid;
	border-top-width : 3px;
	border-left-color : #663399; 
	border-left-style : solid;
	border-left-width : 3px;	
	font-weight: normal;
	background-color: red;
}

.menuconv a:hover {
	background: #cc99dd;
	color: black;
	border-bottom-color : rgb(0, 0, 0);
	border-bottom-style : solid;
	border-bottom-width : 3px;
	border-right-color : rgb(0, 0, 0);
	border-right-style : solid;
	border-right-width : 3px;
	border-top-color : #ddbbff; 
	border-top-style : solid;
	border-top-width : 3px;
	border-left-color : #ddbbff; 
	border-left-style : solid;
	border-left-width : 3px;		
}


.day {
	text-align: right;
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	width: 150px;
	padding: 5px;
}

.event {
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding-left: 10px;
}

.event a {
	color: black;
}

.title {
	font-size: 18pt; 
	font-family: Arial, Helvetica, sans-serif; 
	color: rgb(102, 51, 153);
	padding: 1.5pt; 
	font-style: italic;
	font-weight: bold;
}

.officer_title {
	font-size: 18pt; 
	font-family: Arial, Helvetica, sans-serif; 
	color: rgb(102, 51, 153);
	padding: 1.5pt; 
	text-align: center;
	font-weight: bold;
}

.roll {
	font-size: 12pt; 
	font-family: Arial, Helvetica, sans-serif; 
	color: rgb(102, 51, 153);
	padding: 1.5pt; 
	text-align: right;
	font-weight: bold;
}

.roll_name {
	font-size: 12pt; 
	font-family: Arial, Helvetica, sans-serif; 
	color: rgb(102, 51, 153);
	padding: 1.5pt; 
	text-align: left;
	font-style: italic;	
	font-weight: normal;
}
.roll_name_link {
	TEXT-DECORATION: underline;
	PADDING-RIGHT: 1.5pt;
	PADDING-LEFT: 1.5pt;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12pt;
	PADDING-BOTTOM: 1.5pt;
	COLOR: rgb(102,51,153);
	PADDING-TOP: 1.5pt;
	FONT-STYLE: italic;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left
}
.next {
	color: red;
}

.next a {
	color: red;
}

.past {
	font-weight: normal;
	font-style: italic;
}

p {
	font-size: 12pt; 
	font-family: Arial, Helvetica, sans-serif; 
	color: black;
}

dd {
	font-size: 11pt;
}
dt {
	color: rgb(80,0,0);
	font-size: 12pt; 
	font-family: Arial, Helvetica, sans-serif; 
}

.caption {
	font-size: 7.5pt; 
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
}

li {
	list-style-image: url(images/ball.gif);
	padding-bottom: 10px;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif; 	
}	
.maroon {
	color: #9B004E;
}
