/* Default CSS Stylesheet for flyfreeman.com */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Trebuchet MS,  Lucida Sans, Verdana;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: 2px; 
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    background-position: center; 
    background-repeat: no-repeat; 
    
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Trebuchet MS,  Lucida Sans, Verdana;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Trebuchet MS,  Lucida Sans, Verdana;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	2px;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Maiandra GD, Verdana;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

a:link img {border: none;}
a:visited img {border: none;}
a:active img {border: none;}
a:hover img {border: none;}

a:link	{text-decoration: none; color: #000000;}
A:visited	{text-decoration: none; color: #000000;}		
A:active{text-decoration: none; color: #000000;}
A:hover	{text-decoration: none; color: #000000;}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

#contact 	{
	margin-top: 75px;
	margin-left: 225px;
	padding-right: 25px;
	}
	
#contact a {text-decoration:underline;}
	
.menu  {
border-collapse: collapse;
font-size: 1em; 
}	
	
a.menu:hover {
text-decoration: none; font-weight: bold;}

/*NAVIGATION STYLES */
.logo {float:left; margin-right:0;}

.HomepageNavContainer{height:30px;width:900px;overflow:hidden;margin:20px 0 0 0;}

.HomepageNavContainer div{height:60px;float:left;padding-left:1px;}

.HomepageNavLinkNormal{color:#214871;text-decoration:none;display:block;float:left;height:30px; padding-left:8px;padding-right:8px;font-family:Arial;line-height:28px;}

.HomepageNavLinkNormal:hover{color:#ffffff;background-color:#CCCCCC;}
.HomepageNavLinkNormal:active{color:#ffffff;background-color:#CCCCCC;}

.HomepageNavLinkOn{color:#ffffff;background-color:#CCCCCC;text-decoration:none;display:block;float:left;height:30px; padding-left:8px;padding-right:8px;font-family:Arial;line-height:28px;}

.MainNavContainer{height:30px; overflow:hidden; width:900px; padding:0px; margin:0px;}
	
	
