

/* SECTION START: Defined Selectors */

/* Here's where we define the basic link set-up */
/* You need the next five things to make them all work */
a	
	{
		text-decoration:	none;
		font-weight:	bold;
	}

a:link	
	{
		color:	#006;
		background-color: transparent;
	}

a:visited	
	{
		color:	#333;
		background-color: transparent;
	}

a:active	
	{
		color:	#600;
		background-color: transparent;
	}

a:hover	
	{
		color:	#C00;
		background-color: transparent;
		text-decoration:	none;
	}

/* Although you can specify font color and background color in the body, */
/* you should do this with HTML in the HTML body tag as well to help */
/* older browsers */
body    
	{
    	margin:	0;
    	padding:	0;
    	color:	000;
    	background-color:   #fff;
    }

/* We're going to go ahead and name all of these at once. */
body, h1, h2, h3, h4, h5, h6, h6, h7, p
	{
		font-family:	Arial, Helvetica, sans-serif;
	}

/* h1 is what we'll use for the main headline on each page */
h1
	{
		font-size:	24px;
		font-weight:	bolder;
	}

/* h2 is used for subheadings */
h2
	{
		font-size:	18px;
		font-weight:	bold;
	}

/* h3 is a smaller subhead class; also used for list titles */
h3
	{
		font-size:	12px;
		font-weight:	bold;
	}

/* It's important that list items have text the same size as body text */
p, li
	{
		font-size: 11.5px;
		font-weight: normal;
	}

/* SECTION END: Defined Selectors */

/* SECTION START: mo'betta rollovers */

img.ala {background: transparent; margin-right: 4px;}

a.ala {background: #fff;}

a.ala:hover {background: #f1f1f1;}

/* SECTION END: mo'betta rollovers */

/* SECTION START: Classes Restricted by Selector */
		
/* h1.ahem shows up on non-CSS to show them why their pages look funny */
/* it's invisible on CSS-enabled browsers */
h1.ahem 
	{
		display:	none;
	}

/* This is for the small bar with the address at the bottom of each page.  */
p.btmaddress
	{
		text-align:	center;
	}

/* By separating this out, we'll be able to make these bolder or lighter at will */
span.pipes
	{
		font-weight:	bold;
	}

/* SECTION END: Classes Restricted by Selector */
	
	
/* SECTION START: Unrestricted Classes */

/* these 3 can be added to header tags, lists, and paragraph tags to fix line spacing problems */
.flushtop
	{
		margin-top:	-1em
	}

.flushbtm
	{
		margin-bottom:	-1em;
	}

.flushboth
	{
		margin-top:	-1em
		margin-bottom:	-1em;
	}
	
/* these are links styles*/


a.SecondaryLink {color: #eeeeee;
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
}
		
a:link.SecondaryLink {color: #002577; 
		text-decoration: none; 
		font-family: arial; 
		font-size: 10px}

a:Visited.SecondaryLink {color: #002577; 
			text-decoration: none; 
			font-family: arial; 
			font-size: 10px}
			
a:HOVER.SecondaryLink {color: #000000; 
		text-decoration:underline;
		font-family: arial; 
		font-size: 10px}

a.ThirdLink {color: #002577; 
		text-decoration:underline;
		font-family: arial; 
		font-size: 10pt}
		
a:link.ThirdLink {color: #002577; 
		text-decoration: none; 
		font-family: arial; 
		font-size: 10pt}

a:Visited.ThirdLink {color: #002577; 
			text-decoration: none; 
			font-family: arial; 
			font-size: 10pt}
			
a:HOVER.ThirdLink {color: #000000; 
		text-decoration:underline;
		font-family: arial; }
		
a:HOVER.ThirdLink {color: #000000; 
		text-decoration:underline;
		font-family: arial; }
		
a.DropDown {color: #FFFFFF; 
		text-decoration: none; 
		font-family: arial; 
		font-size: 9pt}
		
a:link.DropDown {color: #FFFFFF; 
		text-decoration: none; 
		font-family: arial; 
		font-size: 9pt}

a:Visited.DropDown {color: #FFFFFF; 
			text-decoration: none; 
			font-family: arial; 
			font-size: 9pt}
			
a:HOVER.DropDown {color: #CCCCCC; 
		font-family: arial; 
		font-size: 9pt}

/* these are unrestricted general text styles */
		
.smallText{font-family: Arial, sans-serif; 
		font-size: 8pt; 
		font-style: normal;
		font-weight : bold;  
		line-height: normal; 
		font-weight: normal; 
		color: #000000}
		
.maintext{font-family: Arial, Helvetica, sans-serif; 
		font-size: 8.5pt; 
		font-style: normal;
		font-weight : bolder;  
		line-height: normal; 
		font-weight: normal; 
		color: #333333}
				
		
.links {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000066}
.headline {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; text-decoration: none; color: #333333; }
.subhead { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-decoration: none; color: #000000; }
.subnavhead { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: #f5f5f5; }

/* SECTION END: Unrestricted Classes */
