/* CSS Document */


body,td,th {
	color: #FFCC33;
}
body {
	background: #000033 url(/images/bg.gif) top repeat-x;
}

.greenContainer {
background-color: #006633;
padding: 8px auto;
margin: 0 auto;
width: 77%;
}

a:link {
	color: #FFFF66;
}
a:hover {
	color: #FFFFCC;
}
a:visited {
	color: #FFFF66;
}
.style7 {font-size: small}
.style8 {font-size: small; color: #EF9F24;}
.style9 {color: #FFCC00}
.style11 {font-size: large}
.style19 {font-size: xx-large}
.style20 {font-size: x-small;
	color: #FFFF99;
}
.style21 {font-size: x-small;
color: #ffcc66

}
.style22 {font-size: small;
color: #FFCC33;
font-family: "Times New Roman", Times, serif;
}
.style23 {
	color: #FFFF99;
	font-size: medium;
}
.style24 {color: #FFCC33}
.style25 {font-size: xx-small;color: #FFFF99 }
.style26 {font-size: medium}
.style28 {font-size: xx-small; color: #ffcc33; }

.style29 {font-size: medium}
.style30 {color: #FFCC00; font-weight: bold; }
.style31 {
	color: #ffcc33;
	font-weight: bold;
	font-size: small;
}
.style32 {color: #FF9900}
.style33 {font-size: x-small; color: #FF9900; }
.style34 {color: #ff9900;
font-size: small;
}
.style36 {color: #FFFFFF; font-weight: bold; }
.style37 {font-size: x-large; color: #ff9965; }
.style38 {
	font-size: large;
	color: #ff9965;
	font-style: italic;
}
.style39 {color: #FF0000}

.style40 {font-size: smaller}
.style41 {font-size: small}
.style42 {font-size: medium; color: #ff9965; }
.style43 {
	color: #ff9965;
	font-weight: bold;
}
.style44 {color: #FF9900}
.style45 {color: #FF9965; font-weight: bold; }
.style46 {font-size: x-large}
.style47 {font-size: large; color: #FF9965; }

.style48 {font-weight: bold}
a:hover {
	color: #FFFFFF;
}
.style49 {
font-size: x-small;
}
.style50 {font-size: x-small}
.style51 {color: #FF0000}
.style55 {font-size: medium}
.style56 {font-size: x-small}
.style57 {
	color: #9F3300;
	font-size: x-small;
}
.style60 {font-size: large; color: #663300; }
.style61 {font-size: 16px; color: #FF0000; font-weight: bold; }
.style67 {font-size: x-small}
.style68 {font-size: small}
.style69 {color: #FF9965}
.style73 {font-size: small; font-weight: bold; }
.style76 {font-weight: bold; color: #663300;}
.style81 {
	font-size: large;
	color: #00FFFF;
}
.style82 {
	color: #00FFFF;
	font-weight: bold;
}
.style83 {color: #00FFFF}
.style84 {color: #FFFF99}






/* ================================================================ 
Suckerfish dropdown menu
=================================================================== */

#nav, #nav ul {
	float: left;
	
	width: 45em;
	w\idth: 41em;
	
	list-style: none;
	line-height: 1;
	background: #5abe20;
	font-weight: bold;
	padding: 0;
	border: solid #006633;
	border-width: 1px 0;
	margin: 0 0 1em 0;
	font: 85%/1.5 arial, helvetica, serif;
	text-align: center;
}

#nav a {
	display: block;
	width: 15em;
	w\idth: 11em;
	color: White;
	text-decoration: none;
	padding:0.25em 0.8em;
}

#nav a.daddy {
	background: url(../images/fly.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 13em;
}

#nav li ul {
	position: absolute !important;
	left: -999em;
	height: auto;
	width: 17.4em;
	w\idth: 16.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	m\argin-left: -3em !important;
}

#nav li li {
	padding-right: 1em;
	width: 16em;
	border-top: 1px solid #58D505;
}

#nav li ul a {
	width: 17em;
	w\idth: 14em;
	padding:0.25em 0 0.25em 1.5em;
}

#nav li ul ul {
	margin: -1.5em 0 0 8em;
	background-color: #58D505;
}

#nav li ul ul li {
	border-top: 1px solid #5abe20;
}

#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 {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #008C48;
}


