		body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #C5D398;
}
		#page {
			text-align: left;
			background-image:url(images/background/HomeContentBackground.jpg);
			margin-top: 0px;
			width: 870px ;
			padding-bottom: 25px;
			}
		#header {
			background-image:url(images/background/HomeBanner.jpg);
			height: 175px;
			}
		#right-sidebar {
			float: right;
			right: 0;
			width: 195px;
			margin: 15px 25px 0 15px;
			line-height: 1em;
		}
	
		#content {
			margin: 0px 225px 0 105px;
			
		}
		

.style1 {color: #A0002F}
p, ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
	padding-right: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
#content li { padding: 3px 15px 3px 0;
      line-height: 1.5em; }
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #A0002F;
	font-weight: bolder;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 0 15px 0 0;
}

h1 a {font-size: 16px;}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A0002F;

}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A0002F;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #381778;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990033;
	font-weight: bold;
}
a img {border: none;}
ul {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	list-style-position: outside;
	line-height: 1.4em;
}
#right-sidebar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #38177F;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-variant: normal;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
}
#right-sidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	margin: 0px;
	padding: 3px 23px 0 23px;
	text-align: center;
	line-height: 1.2em;
	text-align: center;
}

#right-sidebar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #381778;
}
#right-sidebar a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990033;
}
#NewEvent {
	position:absolute;
	width:135px;
	height:51px;
	z-index:2;
	left: 678px;
	top: 298px;
	background-image: url(images/background/NewEvent.jpg);
	background-repeat: no-repeat;
	line-height: 1.2em;
	padding-top: 2px;
}
#NewEvent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #381778;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: -7px;
	margin-top: 11px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	font-weight: bold;
	padding: 2px 2px 2px 0px;
	height: 38px;
	width: 128px;
}

.red9point {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A0002F;
	font-weight: bold;
}
#footer {
      width: 913px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  text-align: center;
	  font-size: 10px;
	  margin-top: 10px;
	  }
#footer p {
     font-size: 10px;
	 }
#footer a {
     font-size: 10px;
	 }
	
/* XXXXXXXXX Top Navigation Styles XXXXXXXXXXX */

#top-nav {
    width: 710px;
	margin-left: 0px;
	}


/* Box model hack \*/
* html #wrapper {
  width: 710px;
  w\idth: 710px;
  }


.nav {
	position: relative;
	background: #DEE5BC;
	margin-left: 105px;
	border: 1px solid #38177F; /* borders the bottom of the top nav */
	border-width: 0 0 2px 0;
	width: 710px;
	}
.nav ul {
   list-style: none;
   padding: 0; 
   margin: 0;
   }
.button {
	float: left;
	
	}
.button#nav1 {width: 61px;}
.button#nav2 {width: 127px;}
.button#nav3 {width: 167px;}
.button#nav4 {width: 88px;}
.button#nav5 {width: 61px;}
.button#nav6 {width: 96px;}
.button#nav7 {width: 104px;}



.parent {position: relative;}
/* this parent div does not provide "sticky hovering", but instead fixes a 
strange bug in Op7. When an element serves as a hovered popup "parent" element, 
that element must not also be floated or all heck breaks loose in Opera 7. 
To prevent this, we have floated the top level list items, while nesting 
hoverable parent divs inside that are then hovered to generate the dropdowns. 
Thus the ugly (but interesting) Op7 bug is defeated. */
	
.floatfix {margin-right: -3px;}
/* this fixes the IE 3px bug that is common in this type of float arrangement */ 


/*XXXXXXXXXXXX Primary dropdown/flyout rules XXXXXXXXXXX*/

.dropdown { /* rules for dropdown div - this is box around 2nd level*/
	width: 170px;
	position: absolute;		
	left: -3000px;
	top: auto; /* puts dropdowns directly under top nav */
	text-align: left; /* needed because IE misapplies text centering to boxes */
	/*border: 1px solid red;	*/
	background: url(images/bgfix.gif);
	}
	
.dropdown div {
	width: 150px;
	position: absolute;		
	left: -3000px;
	top: 0;  
	border: 1px solid red;
	background: url(images/bgfix.gif);
	text-align: left; /* needed because IE misapplies text centering to boxes */
	}
	
/* The margins on the UL's replace the div paddings to create "sticky hovering"
zones,  and the margins should "fill" the divs, making the IE BG fix unnecessary.
Unfortunately the BG fix is still needed, altho this method does eliminate
possible box model problems */
	
.dropdown ul { 
  width: 125px; /* tweaked so that dropdowns appear to "line up" with top links */
  margin: 0 30px 30px 30px; /* creates "sticky hovering" zones for dropdowns */
  border: 1px solid #38177F; 
  background-color: #C5D398;
  border-width: 1px 1px 0px 1px; 
  } /* borders sides and top of the dropdowns and flyouts; links provide the bottom border */
.dropdown ul li {
   border-bottom: 1px solid #38177F;
   }
	
.dropdown div ul {
margin: 30px 30px 30px;} /* creates "sticky hovering" zones for flyouts: originally 30px 30px 30px*/
	

.nav li {text-align: center;}

.nav a { /*controls top nav settings*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
    color: #38177F;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 6px 0px 5px 0px; 
	
	}
.nav a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
    color: #A0002F;
	background-color: #C5D398;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 6px 0px 5px 0px; 
    
	}
.single a:hover {
    background-color: #C5D398;
	}
.dropdown ul li a {
  color: #38177F;
  font-size:10px;
  background-color: #C5D398;
  padding: 4px 2px 4px 2px;
   }
.dropdown ul li a:hover {
   font-size:10px;
   color: #A0002F;
   background-color: #DEE5BC;
   padding: 4px 2px 4px 2px;
   }
	
.dropdown li {
  position: relative; 
  vertical-align: bottom; /* IE5/win bugfix */
  }
				
.parent:hover {background-image: url(images/bgfix.gif);} 
/* this hover calls a transparent GIF only to defeat the IE failed hover bug. Any 
background change on hovering div.parent will make IE obey and display the dropdown.
While the call itself will fix the bug, make sure you actually call a real image 
file so that your site error logs will not fill with failed image calls. */
				
.parent:hover div.dropdown {left: -31px;} /* hover rule for dropdowns */ 
/* extra pixel makes dropdowns "line up" with top links */ 


.dropdown li:hover {background: #DEE5BC;} /* hover color effect on dropdown links */

 
/*XXXXXXXXXXX Special fixes XXXXXXXXXXX*/

/* This is to hide the following from IE/Mac. \*/
* html .button .dropdown li {
height: 1%;
margin-left: -16px;
mar\gin-left: 0;
}
/* */

* html .nav a
 {height: 1%;}

/* The first 2 rules above fix "bullet region" problems in IE5.x/win, 
and the 2nd is to make all links fully clickable. */    

.brclear { /* Use a break with this class to clear float containers */
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}

/*\*/ /*/
.nav .dropdown, .nav .dropdown div {width: 189px;}
.nav .button .dropdown ul {margin: 0px;}
.nav .dropdown, .nav .dropdown div {position: static;}
.nav .dropdown ul {border: 0;}
.mini-zone {display: none;}
/* this rule block "dumbs down" the nav for IEmac */
