@charset "utf-8";
/* CSS Document */



/* -----------GENERIC----------------- */

body { font-family: Verdana, sans-serif; 
font-size: 12px; 
padding: 0px;
margin: 0px;
top: 0px;
left: 0px;
} 

a {
	color: #0000CC;
}

a:visited {
	color: #660066;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a.sponsor:link {
	color: #0000CC;
	text-decoration: none;
}

a.sponsor:visited {
	color: #660066;
	text-decoration: none;
}

a.sponsor:hover {
	color: #006600;
	text-decoration: none;
}

p  {
	font: 12px Verdana, sans-serif;
} 

td  {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin-top:0pt;
	margin-right:0in;
	margin-bottom:0pt;
	margin-left:0in;
}
 
h1 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
}
 
h2 {font-family: Verdana, sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, sans-serif, Geneva;
	margin-bottom: 5px;
}
 
h4 {  font-size: 12px; font-weight: bold; font-family: Verdana, sans-serif;
margin-top:0px;
margin-right:0in;
margin-bottom:2px;
margin-left:0in;
}

h5 {  font-size: 11px; 
font-weight: bold; 
font-family: Verdana, sans-serif;
margin-bottom:2px;
}


.white {
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 15px;
}

a.white:link
{
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a.white:visited
{
color: #FFFFCC;
text-decoration: none;
}

a.white:hover
{
color: #CC0000;
text-decoration: none;
}

a.white:active
{
color: #FFFFFF;
	font-weight: bold;
text-decoration: none;
}

ul, UL {
	font: 12px Verdana, sans-serif;
	margin-top:2px;
	margin-right:0in;
	margin-bottom:10px;
	margin-left:15px;
	list-style-position: outside;
	list-style-type: disc;
}
ol, OL {
	font: 12px Verdana, sans-serif;
	margin-top:2px;
	margin-right:0in;
	margin-bottom:2px;
	margin-left:-5px;
   list-style-position: outside;
	list-style-type: decimal;
}

.gray {
	color: #666666;
}

.green {
	color: #09876F;
}

a.green:link
{
	color: #09876F;
	text-decoration: none;
}

a.green:visited
{
color: #09876F;
text-decoration: none;
}

a.green:hover
{
color: #FFFFFF;
text-decoration: none;
}

a.green:active
{
color: #09876F;
text-decoration: none;
}

.blue {
	color: #3333CC;
}

.pink {
	color: #CC0099;
}

a.pink:link
{
	color: #CC0099;
	text-decoration: none;
}

a.pink:visited
{
color: #CC0099;
text-decoration: none;
}

a.pink:hover
{
color: #3333CC;
text-decoration: none;
}

a.pink:active
{
color: #CC0099;
text-decoration: none;
}

.purple
{
color: #660066
text-decoration: none;
	color: #660066;
}

a.purple:link
{
	color: #660066;
	text-decoration: none;
}

a.purple:visited
{
color: #660066;
text-decoration: none;
}

a.purple:hover
{
color: #3333CC;
text-decoration: none;
}

a.purple:active
{
color: #660066;
text-decoration: none;
}

.red {
	color: #CC0000;
}

a.red:link
{
	color: #CC0000;
	text-decoration: none;
}

a.red:visited
{
color: #CC0000;
text-decoration: none;
}

a.red:hover
{
color: #3333CC;
text-decoration: none;
}

a.red:active
{
color: #CC0000;
text-decoration: none;
}

.list_no_bullet {
	list-style-type: none;
	list-style-position: inside;
}

.gold {
	color: #B88A00;
}
.brown {
	color: #4E2919;
}

.strongverdanared {
	font-weight: bold;
	font-family:Verdana;
	color: #CC0000;

}

.indent15 { margin-left:15px;
}

.indentright {
	padding-right: 10px;
}

.lead18 {  line-height: 18px}

.Normal
	{margin-top:0pt;
	margin-right:0in;
	margin-bottom:0pt;
	margin-left:0in;}
	
.noPadding {
	margin-top:2px;
	margin-right:0in;
	margin-bottom:10px;
}
	
.tightlead {
	margin-top: 5px;
	margin-bottom: 5px;
}

.trebuchet11 {
	font: 11px Trebuchet, "Trebuchet MS", sans-serif;
}

.trebuchet12 {
	font: 12px  Trebuchet, "Trebuchet MS", sans-serif;
}

.verdana10 {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin: 0px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.verdana11 { font-family: Verdana, sans-serif; 
font-size: 11px;
}

.verdana12 { font-family: Verdana, sans-serif; 
font-size: 12px;
}
.leading_tight {
	margin-bottom: 5px;
	margin-top: 5px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* -----------END GENERIC----------------- */





/* -----------MASTER LAYOUT / DESIGN----------------- */
.twoColLiqLtHdr #container { 
	width: 920px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColLiqLtHdr #header { 
	background: #B1D5BE;   /* BACKGROUND COLOR for the ENTIRE HEADER*/
	height:127px;
	width: 920px;  
	margin-top:0px;
} 

#contentHolder{

	clear:both;
	margin:0px;


}

#sidebar {
	width:194px;
	background-color:#0C9C80;
	vertical-align:top;


}
/*
no longer used - now using a table instead of div to position
.twoColLiqLtHdr #sidebar {
	float: left; 
	padding:0px;
	margin:0px;
	height:auto;
	padding-bottom:25px;
}
*/

.twoColLiqLtHdr #mainContent { 
	/*
	the right margin can be given in percentages or pixels. It creates the space down the right side of the page. 
	not used anymore - now using table to position
	margin: 20px 20px 0 22%; 
	*/
	clear:both;
	margin-top:6px;
	margin-left:12px; 
} 


.twoColLiqLtHdr #footer { 
	background:#ccedd6;
	height:65px;
	padding-right:5px;
	padding-top:5px;
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	margin-top:-15px;
} 


/* -----------END LAYOUT / DESIGN----------------- */



/* -----------HEADER--------contents inside the header--------- */

.clsLogo{
	float:left;
	width:701;
	height:113;
	margin-left:5px;
	margin-top:7px;
	padding:0px;

}

.clsPlaceHolderPic{
	height:113;
	/*margin-left:699px; */

}
	
#colorblocksection{
	clear:both;
	width:920px;
	height:9px;
	/*border:thin solid red; joette removed 9/19 to test*/
	/*height:10px; joette changed on 9/19 to test*/
}

.clsColorBlocks{
/* change to graphic 9/19
	width:184px;
	height:9px;
	float:left;	 */
}


/* -----------END HEADER----------------- */



/* -----------FOOTER----------------- */


/* -----------END FOOTER----------------- */



/* -----------MENU/SIDEBAR----------------- */
#menutable{
	height:100%;
	width:100%;
	padding:0px;
}

.clsMenuContainer{
	margin-top:0px;
	padding:0px;
	vertical-align:top;	
	background-color:#ffffff;
}

.clsMenuItem{
	background-color:#3333cc;
	height:22px;
	padding-left:20px;
	padding-top:8px;
	margin-top:1px;
}

.clsMenuContainer.white {
	color: #FFFFFF;
}

.clsMenuContainer a.white:link
{
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.clsMenuContainer a.white:visited
{	color: #FFFFCC;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none}

.clsMenuContainer a.white:hover
{	color: red;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none}

.clsMenuContainer a.white:active
{	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none}


/* -----------END MENU/SIDEBAR----------------- */




/* -----------MAIN CONTENT----------------- */





/* -----------END MAIN CONTENT----------------- */
