.mainText {
	font-family: Arial, Helvetica, sans-serif;
	color: #06090D;
	font-size: 11px;
	font-weight: 400;
}


/*  This is the style for the content displayed in the DisplayContent control */

.maincontent
{
	font-family: Arial, Helvetica, sans-serif;
	color: #06090D;
	font-size: 11px;
}

/*  This is the style for the titles displayed in the DisplayContent control */

.mainTitle 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #416386;
	font-size: 20px;
	font-style:italic;
	font-weight: Bold;
}

.formData
{
  border-right: #D4D4D2 1px solid;
  border-top: #D4D4D2 1px solid;
  border-left: #D4D4D2 1px solid;
  border-bottom: #D4D4D2 1px solid;
  font-size: 10px;
  font-family: Arial, Sans-Serif;
}

.formInput
{
  font-size: 10px;
  font-family: Arial, Sans-Serif;
  background-color: white;
}
/*  Styles for the News in the Left Navigation Bar */
div.NewsDiv {
  border: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  background-color:#3E551C;
 
}
.NewsTitle {
font-family: Arial, Helvetica, sans-serif;
color: #F9F068;
font-size: 13px;
font-weight:bold;


}

.NewsContent {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 11px;
}

/*  End of Styles for the News in the Left Navigation Bar */



/*  This is the style for the content displayed in the DisplayContent control */

a.breadcrumbs
{
	font-family: Arial, Helvetica, sans-serif;
	color: #06090D;
	font-size: 11px;
}


.breadcrumbs_current_Page
{
	font-family: Arial, Helvetica, sans-serif;
	color: #06090D;
	font-size: 11px;
	font-weight:bold;
}


/*  End of the style for the content displayed in the DisplayContent control */



a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #06090D;
	font-size: 11px;
	
	padding:  0 0 0 0 ;	
}

/* This is to provide proper padding for the content in the site */
div.ContentPadding {
  border: 0px;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 5px;
  background-color:#FFFFFF;
 

}
div.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	
}
div.spotlight {
    background: rgb(209,225,185);
    padding: 0.5em;
    border: none;
	margin-right:2%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #000000;
		font-weight: Bold;
  }
  
.leftnav-Light
 {
     background: rgb(209,225,185);
display: block;         /* lines extend to right, make area clickable */
  color: white;
  background-color: #036;
  padding: 3px 3px 3px 23px;
  margin:0;
  text-decoration: none;
  height:15px;

 
 }
 

 a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	
}


menuItem
{
background: #1C5454;
 

   Font-weight:Bold; 
   Font-Size:23px;
  Color:#000000;	
}






/* SiteAdmin Styles */

.AdminSite {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
font-style:normal;
	
}


/* HoverBox Display Styles */




bodyx
{
	background: #fff;
	color: #777;
	margin: 0 auto;
	padding: 50px;
	width: 620px;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #000;
	color: #933;
	font: 15px Arial, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}



/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox .shadow
{
	border-width: 0px;
	padding: 0px;
	vertical-align: top;
	background: #fff;
	color: inherit;
}
.hoverbox .shadow2 
{
	
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 0px;
	padding: 0px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 0px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

/* =Internet Explorer Hacks
----------------------------------------------------------------------*/

* html .hoverbox a
{
	position: relative;
}

* html .hoverbox a:hover
{
	font-size: 100%;
	z-index: 1;
}

* html .hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

* html .hoverbox li
{
	position: static;
}

/*Side Navigation Styles*/


#sidenav{

border-right: 1px solid #000;
padding: 0 0 0em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #1C5454;
color: #333;
}

* html #sidenav{ /*IE 6 only */
width: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#sidenav ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#sidenav li {
border-bottom: 1px solid #1C5454;
margin: 0;
}

#sidenav li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #47D389;
border-right: 10px solid #267048;
background-color: #267048;
color: #fff;
text-decoration: none;
font-weight:bold;
width: 100%;
}

body #sidenav li a{ /*Non IE6 width*/
width: auto;
}

#sidenav li a:hover{
border-left: 10px solid #2A7C50;
border-right: 10px solid #339963;
background-color: #339963;
color: #fff;
}


.EventsTable
{
border:1px #000 solid;
}

.EventsTable tr
{
border:1px #cccccc solid;
font-size:10px;
}

.EventsTable td
{

}

.EventsTableOdd
{
background-color:#eee;
}
/* SITE ADMIN 
