
.style1 {
	font-family: century gothic;
	font-weight: bold;
}
.style2 {
	font-family: century gothic;
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
	}
.style3 {font-family: 'century gothic', arial; color: #000033; text-decoration:none; font-size:14px; font-weight:bold;}
.quote {color: #00CCFF; font-size:13px;}
.quoter {color: #000033; font-size:13px;}
.style5 {color: #014F91; font-weight:bold; font-size:14px;}
.headers {font-family: 'century gothic', arial; color: #000033; text-decoration:none; font-size:16px; font-weight:bold;}
a.toplink {font-family: 'century gothic', arial; color: #000033; text-decoration:none; font-size:14px; font-weight:bold;}
a.toplink:hover {font-family: 'century gothic', arial; color: #8BADD1; text-decoration:none; font-size:14px; font-weight:bold;}
a.onpage {font-family: 'century gothic', arial; color: #8BADD1; text-decoration:none; font-size:14px; font-weight:bold;}
a.onpage:hover {font-family: 'century gothic', arial; color: #000033; text-decoration:none; font-size:14px; font-weight:bold;}

	body {
		font-family: 'century gothic', arial; font-size: 12px;
	}
	.bodytext {
		font-family: 'century gothic', arial; font-size: 12px;
	}

	.tagline {	color: #000033;	font-weight: bold;font-family: 'century gothic', arial; font-size: 13px;}

	#nav, #nav ul { /* all lists */
	font-family: 'century gothic', arial;
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 10em;
		
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.5em;
		margin-bottom : -1px;
		width: 10em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 10em;
		margin-top : -2em;
		/*border-right: 3px solid #000033;
		border-bottom: 2px solid #000033;*/
		
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 10.5em;
		w\idth : 9.5em;
		display : block;
		color : #000033;
		font-weight : bold;
		text-decoration : none;
		background-color : #8BADD1;
		border-left : 1px solid #8BADD1;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color:#FFFF00;
		background-color : #8BADD1;
		text-decoration : none;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
