/* CSS Document Master */

/* Main Body Setup*/

html,body {
height: 100%;

}

body{
	
	background-image:url(../images/logobg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

/* Links for entire Site*/
a:link{
color: #CCFFFF;
}
a:visited{
color: #CCFFFF;
}

/*--Links for entire Site--*/

/*--------------MAIN NAVIGATION BAR AT TOP OF PAGE-------------*/
/* Main Navigation Bar at top of page */
.nav1{
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:center;
	border:groove;
	font-style: normal;
	text-decoration: none;
	font-weight:bold;
	
}
/*-- Main Navigation Links--*/
.nav1 a{
	color:#FFFFFF;
	text-decoration:none;
}

/*--Main Navigation Mouse Over--*/
.nav1 a:hover {
	background-color:#0066FF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;	
}
/*--------------------ABOUT US NAVIGATION BAR AT SIDE OF PAGE-----------------------*/

/* Main Navigation Bar at top of page */
.AUmenuHeader{
	text-align: center;
	font-weight:bold;
	background-color:#990000;
}

.AUmenu {
text-align:left;
vertical-align:top;
}
.nav2{
	font-family: Arial, Helvetica, sans-serif;
	background-color:white;
	color: #990000;
	text-align: left;
	border: ridge;
	font-style: normal;
	font-weight:bold;
	width:195px;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.nav2 li{
list-style:none
}
/*-- Main Navigation Links--*/
.nav2 a{
	color:#990000;
	text-decoration:none;
}
.nav2 a:visited{
	color:#990000;
	text-decoration:none;
}

/*--Main Navigation Mouse Over--*/
.nav2 a:hover {
	background-color:#0066FF;
	font-family: Arial, Helvetica, sans-serif;
/*	color: #990000; */
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;	
}
/*--------------------ABOUT US NAVIGATION BAR AT SIDE OF PAGE-----------------------*/

/*-----------------------CALENDAR DISPLAY-------------------------------------------*/
.CALheader {
	background-color: #11273f;
	color: #FFFFFF;
	width:100%;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
}

.CALday {
	background-color:#0066FF;
	vertical-align: top;
}

.CALcell{
	width:100%;
	vertical-align: top;
}

.aligntop{
	vertical-align: top;
}
.DayNum {
	background-color:#990000;
	text-align:left;
	font-weight:bold;
	vertical-align: top;
}

.CALevent {
	color: #000000;
	font-size: small;
	text-align:center;
}

.CALevent a {
	color: #000000;
	font-size: small;
	text-align:center;
	vertical-align: top;
}

.CALevent a:visited {
	color: #000000;
	font-size: small;
	text-align:center;
}

.CALweekNum {
	color: #0066FF;
	text-align:center;
	font-weight:bold;
	font-size:large;
	vertical-align:top;
	
}
/*-----------------------CALENDAR DISPLAY-------------------------------------------*/

/*----------------------MAIN HOME PAGE INDEX.php------------------------------------*/
.IDXbody {
	background-color:#11273f;
	height:100%;
	width:800px;
	padding: 0px;
	margin: 0px;
	border-left-width:3px;
	border-left-color:#990000;
	border-left-style:ridge;
	border-right-width:3px;
	border-right-color:#990000;
	border-right-style:ridge;
	border-top-width:3px;
	border-top-color:#990000;
	border-top-style:ridge;
	border-bottom-width:3px;
	border-bottom-color:#990000;
	border-bottom-style:ridge;
}
.IDXheader {
	padding: 3px;
	margin: 0px;
	color: #CCFFFF;
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #3366FF;
	border-right-color: #3366FF;
	border-bottom-color: #3366FF;
	border-left-color: #3366FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.newshead a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;

}
/*----------------------MAIN HOME PAGE INDEX.php------------------------------------*/

/*----------------------EVENT DISPLAY - eventdetails.php------------------------------------*/
.EDborder {
	background-color:#990000;
}

.EDheader {
	background-color: #000099;
	font-weight:bold;
	font-size:large;
	padding:5px;
	}

.EDdate {
	background-color: #0066FF;
	color:#000033;
	font-size: small;
	border-bottom-style: double;
	border-bottom-width: 3px;
}

.EDbody {
	background-color: #FFFFFF;
	color: #000000;
	padding:5px;
}
/*----------------------EVENT DISPLAY - eventdetails.php------------------------------------*/

/*----------------------LATEST NEWS DISPLAY - news.php------------------------------------*/
.LNdate {
	
}

.LNheader a{
 	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
/*----------------------LATEST NEWS DISPLAY - news.php------------------------------------*/