@charset "utf-8";
/* CSS Document */

Body {
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	background-color:#666666;
	/*background-image:url(images/backimage.gif);
	background-repeat:repeat-x;*/
}

P, TABLE, TD, TH, TR ,OL, UL, LI, DIV, BODY
{
   font-family: "verdana", "arial", "sans serif";
   font-size:10pt;
   color:#333333;
   line-height:14pt;}

#Container {
margin-top: 0;
padding-top: 0px;
background-image:url(images/innerback.gif);
background-repeat:no-repeat;
background-color:#FFFFFF;

}



.name {
font-family:Georgia, "Times New Roman", Times, serif; 
font-size:24px; 
line-height:26px; 
margin:10px 0 4px 10px;
color:#302F2F;
}


a.name:link, a.name:active, a.name:visited  {
text-decoration:none;
color:#302F2F;

}

a.name:hover {
text-decoration:none;
color:#999999;

}

.menu {         
  padding:0;
  margin:0 auto;
  font-family: Georgia, "Times New Roman", Times, serif;
  }
 

.menu a {
color:#333333;

  text-decoration:none;

  }

.menu a:hover {
color:#0D7A35;
background-image:url(../images/headertxtbkge.gif); 
background-repeat:repeat-x;
text-decoration:none;
  }



/* don't center align table headers by default */
TH  {
	text-align: left;
	}
   
/* classes */
/* HELPFUL */
	/* gets nested underneathe headers, and avoids the large bottom margin below them.
	example: <H3>Title<span class ="subheaader"><br>&nbsp;&nbsp;&nbsp;my subheader </span></H3>*/ 
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top:0px;
	}  

	/* makes a skinny HR that looks good in NN4 */
HR  {
	height: 1px;
	}

	
.bodyText {
	caption: Body Text;   
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	

/* makes the bold red asterisk on forms - the required fields */
.required {
	font-weight: bold;
	color: #CC0000;
	}
	

   
li {font-family: "verdana", "arial", "sans serif";
   font-size:10pt;
   color:#333333;
   line-height:14pt;}
   
blockquote {font-family: "verdana", "arial", "sans serif";
   font-size:10pt;
   color:#333333;
   line-height:14pt;}
	
/* all the link styles set here */

a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
	}
   
a:hover, a:active { 
	color: #CC0000;
	text-decoration: underline;
	} 

a.leftnav:link, a.leftnav:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF; 
	}
	
a.leftnav:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF; 
	}
	
a.leftSubnav:link, a.leftSubnav:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF; 
	}
	
a.leftSubnav:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF; 
	}
	
a.factsLink:link, a.factsLink:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #CC0000; 
	}
	
a.factsLink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #990000; 
	}

a.headlineLink:link, a.headlineLink:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000; 
	}
	
a.headlineLink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000; 
	}		


a.footer:link,a.footer:visited { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000; 
	text-decoration: none;
	}
	
a.footer:hover	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#CC0000; 
	font-size: 10px;	
	text-decoration: underline;
	}



	
/* General Styles: added */

.smallText {  
caption: Small Text; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.smallWhiteText { 
	caption: Small White Text;  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}
	
.smallTextGray {  
	caption: Small Gray Text; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}
	
.smallTextRed {
	caption: Small Red Text;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC0000;
	line-height: 11px;
	}

.factsText {  
	caption: Facts Text; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	}
	
.WhiteTextBold {  
	caption: Bold White Text; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold; 
	}
	
.footerText {  
	caption: Footer Text; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#333333; 
	font-size: 10px;
	}
	
.headline {
	caption: Headline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	top: 4px;

	}
	
.greenheadline {
color: #0D7A35;
caption: Headline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}	


.sidebox{
background-image: url(../images/mainwindow.gif); 
background-repeat:repeat-x; 
background-color:#ffffff; 
border:#cccccc solid 1px; 
padding:14px 14px 0px 14px; 
margin-bottom:10px; 
width:200px;
}

a.smalltext:link {
	color: #990000;
}
a.smalltext:active {
	color: #990000;
}
a.smalltext:hover {
	color: #990000;
}
a.smalltext:visited {

	color: #990000;
}


#navcont {
margin-top:60px;
}

.nav  {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#666666;
margin-top:10px;
}

a.nav:link, a.nav:active, a.nav:visited  {
text-decoration:none;
color:#666666;
}


a.nav:hover {
text-decoration:none;
color:#990000;
}

