#home {
display: none;
}

P,OL, UL, LI, DIV
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 13px;
}

TABLE, TD, TH, TR 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	
}

/* don't center align table headers by default */
TH  {
	text-align : left;
}


/* Headline styles */
H2 {
   font-family:  Arial, Geneva, Helvetica, sans-serif;
   font-size: 16px;
   color: #000000; 
   font-weight: bold;
   margin-bottom: 0px;
   }

H5 {
   font-family: &quot;Trebuchet MS&quot;, Verdana, Arial, Geneva, Helvetica, sans-serif;
   font-size: 16px;
   color: #C77529; 
   line-height: 16px;
   margin-top: 0px;
   margin-bottom: 16px;
   
   }


H4 {
   font-family: &quot;Trebuchet MS&quot;, Arial,  Geneva, Helvetica, sans-serif;
   color: #CC6600;
   font-size: 12px;
   font-weight: bold;
   margin-bottom: 0px
   }
   
H3 {
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
   color: #333333; 
   font-size: 11px;
   font-weight: bold;
   margin-bottom: 0px
   }
   
/* classes */
/* gets nested underneathe headers, and avoids the large bottom margin below them.
example: Title&amp;nbsp;&amp;nbsp;&amp;nbsp;my subheader */ 
.subheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
	font-size: 11px;
} 

	/* makes a skinny HR that looks good in NN4 */
HR  {
	height: 1px;
}
.important {
	font-weight: bold;
	color: #0000cc;
}

/*Legislative Directory shares the following style above:
 H2, H3, formText bodyText, */    
/*Styles needed for Legislative Directory Table */

.dirHead {
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.dirSubHead {
	COLOR: #333333;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px; 
	FONT-FAMILY:  Verdana, Arial, Helvetica, sans-serif;
}


/* FORM specific styles - from AT and most from the WAC*/
/* setting margins on form style is useful in exact positioning in thin headers etc.*/
form {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.formheader {
	color: #996600;
}

.formheaderbold {
	color: #996600;
	font-weight: bold;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-weight: normal; 
	font-size: 11px; 
}

select	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 11px; 
}
	
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 11px; 
}
	
.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6633cc;
}

/* this class defines the bg color in the pop-ups and on the join form section divider */

.dividerbg {
	background-color: #FFCC00;
}


/*begin general WAC styles */

.formText {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
}

.formOptin { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	color: #FFFFFF;
}

.formField {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bodyText {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smallText {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	
.formTextColor {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	color: #006600;
}

.formRequired {
	color: red;
}
	
.ongoingText {
   font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
   font-size: 11px;
   color: #993300; 
}
   	
.rightText {  
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
	font-size: 10px; 
	color: #333333;
}
	
.headline {
   font-family: &quot;Trebuchet MS&quot;, Verdana, Arial, Geneva, Helvetica, sans-serif;
   font-size: 16px;
   color: #C77529; 
   line-height: 16px;
   margin-top: 0px;
   margin-bottom: 16px;
}

p.ObjTitle {
   font-family: &quot;Trebuchet MS&quot;, Verdana, Arial, Geneva, Helvetica, sans-serif;
   font-size: 16px;
   color: #C77529; 
   line-height: 16px;
   margin-top: 0px;
   margin-bottom: 16px;
}
   
.formSmallcomment {
	font-family: Verdana, Arial, Helvetica, Geneva, Tahoma, sans-serif;
	color: #666666;
	font-size: 10px;
}
	

/* makes the bold red asterisk on forms - the required fields */
.required {
	font-weight: bold;
	color: #CC0000;
}

/* General styles not form related */
.footer { 
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333; 
	}
	
.leftwhite { 
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF; 
	}	

.actionTitle {
   font-size: 12px;
   color: #CC6600;
   font-weight: bold;
   text-decoration: none;
   }
   
 .leftinside {
   color: #CC6600;
   font-weight: normal;
   line-height: 15px;
   text-decoration: none;
   }

.leftside {
   color: #F2BC07;
   font-weight: normal;
   line-height: 13px;
   text-decoration: none;
   }
   
.headline
 {
   font-family: &quot;Trebuchet MS&quot;, Arial,  Geneva, Helvetica, sans-serif;
   color: #CC6600;
   font-size: 12px;
   font-weight: bold;
   margin-bottom: 0px
   }

/* all the link styles set here */
a:link, a:visited {
   color: #CC6600;
   text-decoration: none;
   line-height: 11px;
   }
   
a:hover { 
   color: #CC6600;
   text-decoration: underline;
   } 
a:active { 
   color: #666666;
   text-decoration: underline;
   } 

a.leftNav:link, a.leftNav:visited{
   font-size: 11px;
   color: #F2BC07;
   font-weight: normal;
   	line-height: 13px;
   text-decoration: none;
   }

a.leftNav:hover { 
   font-size: 11px;
   color: #F2BC07;
   font-weight: normal;
   	line-height: 13px;
   text-decoration: underline;
   } 

   
a.leftside:link, a.leftside:visited {
   font-size: 11px;
   color: #F2BC07;
   font-weight: normal;
   	line-height: 13px;
   text-decoration: none;
   }
   
a.leftside:hover { 
   font-size: 11px;
   color: #F2BC07;
   font-weight: normal;
   	line-height: 13px;
   text-decoration: underline;
   }
a.leftsidesmall:link, a.leftsidesmall:visited {
   font-size: 9px;
   color: #F2BC07;
   font-weight: normal;
   text-decoration: none;
   }
   
a.leftsidesmall:hover { 
   font-size: 9px;
   color: #F2BC07;
   font-weight: normal;
   text-decoration: underline;
   }
   
a.boldhead:link, a.boldhead:visited {
	font-family: &quot;Trebuchet MS&quot;, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
   }
   
a.boldhead:hover {

   	text-decoration: underline;
   } 
   
a.footer:link,a.footer:visited { 
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333; 
	text-decoration: none; 
	 }
	
a.footer:hover	{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	color:#333333; 
	font-size: 10px;
	text-decoration: underline; }

/* breadcrumbs navigation */

a.breadcrumbs:link, a.breadcrumbs:visited
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	
} 
   
a.breadcrumbs:hover { 
   color: #CC6600;
   text-decoration: underline;
   } 
a.breadcrumbs:active { 
   color: #666666;
   text-decoration: underline;
   } 

#rightNav a:link, #rightNav a:visited, #rightNav #a:active {
	color: #f3bc07;
}

#rightNav a:hover {
	text-deocration: underline;
}

.appArea {width:510px;}
div.appArea table tbody tr td table p.Smaller {width:150px;}
div.appArea table tbody tr td table p.Smaller label {white-space:normal;}

