BODY
{
  color: #754342;
	margin-top: 0px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	background-color: #754342;	
	height: 100%;
}

#centeredcontent {
	width: 800px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -275px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}	
TD
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif; 
	  
}
.whitefont
{
    PADDING-RIGHT: 6px;
    PADDING-LEFT: 6px;
    FONT-SIZE: 10px;
    PADDING-BOTTOM: 15px;
    PADDING-top: 15px;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
		text-decoration: none;
}
A
{
   COLOR: #015673;
   TEXT-DECORATION: underline
}
A:hover
{
   text-decoration: none;
}

A.hoverred:hover
{
 COLOR: #6C9ABE;
}
A.hoverred:hover
{
 COLOR: #6C9ABE;
}


H1 
{
	 font-size:21px;
   margin-top:0px;
   margin-bottom:0px;
	 font-weight: normal;
	 color: #660000;
 }
 
H2 
{
	 font-size:17px;
   margin-top:0px;
   margin-bottom:0px;
	 font-weight: normal;
	 color: #660000;
 }		
 
.sectiontitle
{
	 font-size:21px;
	 padding: 3px;
	 font-weight: normal;
	 color: #ffffff;
	 text-decoration: none;
 }

.sectionlink
{
	 font-size:13px;
   margin-bottom:0px;
	 font-weight: normal;
	 color: #ffffff;
	 text-decoration: none;
 } 
 
  a.sectionlink:hover
 {
   text-decoration: underline;
 }

.contentbox
{
   padding: 8px;
	 overflow: auto;
	 width: 377;
	 height: 404; 
 }

.contentboxfirefox
{
   padding: 8px;
	 overflow: auto;
	 width: 377;
	 height: 388; 
 }
 

.newsbox
{
   padding: 3px;
	 overflow: auto;
	 width: 170;
	 height: 215; 
	 background-color: 45637B;
	 color: ffffff;	 
 }
 
 .newsitem
{
	 font-size:12px;
   margin-top:0px;
   margin-bottom:0px;
	 font-weight: normal;
	 color: #ffffff;
	 text-decoration: none;
 } 
 
 a.newsitem:hover
 {
   text-decoration: underline;
 }

 .bottomnote
 {
   color: #660000;
	 font-size: 10px;
	 font-style: italic;
 }

/*Old Site Styles*/  
 .infoblk1 
{  
	font-family: Arial, Verdana, Helvetica, Sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000
}

.infored1 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #660000; 
	font-style: normal; 
	line-height: normal; 
	text-decoration: none
}	

.textbodywhitebold1 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #FFFFFF
}

.textbodygraybold1 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #666666
}

.textbodyboldblk1 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #000000
}

.titlebarwhite1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.infowhite1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.infowhitebold1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.weeknavbar {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; color: #ffffff; left: auto; clip:   rect(   ); width: auto}

a.weeknavbar:link{color:#FFFFFF;font-weight:bold;font-size:12px;text-decoration:none;}
a.weeknavbar:visited{color:#FFFFFF;font-weight:bold;font-size:12px;text-decoration:none;}
a.weeknavbar:hover{color:#FFFFFF;font-weight:bold;font-size:12px;text-decoration:underline;}
a.weeknavbar:active{color:#FFFFFF;font-weight:bold;font-size:12px;text-decoration:none;}

 
/*Dropdown Menu Styles*/ 
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
padding: 4px 4px;
border-left-width: 0;
text-decoration: none;
FONT-SIZE: 10px;
font-family: Geneva,verdana,sans-serif;
COLOR: White;
     }
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-color: 660000;
z-index: 2;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 110px; /*width of sub menu levels*/
color: FFFFFF;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
text-align: left;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;

}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
