/* general */
a:link, a:visited, a:hover {
	color: blue;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	color: maroon;
	font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif;
}
/* layout */
body {
	background-color: #798000;
	margin: 4px 0 0 0;
}

#header {
	background-color: #FEEA57;
	background-image:url("graphics/bdrop-header.gif");
	background-repeat:repeat-x;
}
/* main navigation */
#menu {
	margin:  6px 6px 6px 6px;
	padding:0;
}
#menu li {
	margin: 0;
	padding: 0;
	display:inline;
	list-style:none;
}
#menu a:link {
	color:#003366;
}
#menu a:visited {
	color:#003366;
}
#menu a:hover {
	color:#F00;
}
#menu a {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:  0 6px 0 6px;
}
#menu a.selected {
	color:#F00;
}
#menu a:visited.selected {
	color:#F00;
}

#menu2 {
	margin:  6px 6px 6px 6px;
	padding:0;
}
#menu2 li {
	margin: 0;
	padding: 0;
	display:inline;
	list-style:none;
}
#menu2 a:link {
	color:#003366;
}
#menu2 a:visited {
	color:#003366;
}
#menu2 a:hover {
	color:#F00;
}
#menu2 a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:  0 0 0 7px;
}
#menu2 a.selected {
	color:#F00;
}
#menu2 a:visited.selected {
	color:#F00;
}





/* Main Content */
#content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: Navy;
	background-color: #FFC642;
	clear: both;
}
#content td {
	padding: 12px 22px 12px 22px;
}
#content h1 {
	text-align: right;
	font-size: 200%;
	margin: 0px;
	padding: 0px;
	line-height:normal;
}
#content span.logo {
	font-family: "Lucida Handwriting", cursive, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content h2 {
	margin: 0;
	padding: 0;
	font-size: 150%;
	line-height:normal;
}
#content h3 {
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 150%;
	line-height:normal;
}

#content p {
	font-size: small;
	margin-top: 6px;
	padding: 0;
	line-height:normal;
}

/* foot */
#footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	color: #FFF;
	text-align: right;
}


/* spot effects */
.testimonial {
	color:#003;
	background-color: transparent;
	font-family: "Comic Sans MS", cursive,  "MS Sans Serif", Geneva, sans-serif;
	font-size: 110%;
}

.logoFont {
	font-family: "Lucida Handwriting", cursive;
	color: maroon;
}
.fright{float:right; border:solid 1px maroon; margin: 2px 0 12px 12px;}
.fleft{float:left; border:solid 1px maroon; margin: 2px 12px 12px 0;}
.weblink{clear:both;}

body#faq em{color:#800000;}
.announce{
	font-size: 14px!important;
	background: #800000;
	padding: 12px!important;
	color: #FFFFFF;
	border: 1px solid yellow!important;
	font-weight: bold;
}
.announce a{color:#fff!important;}

#tta{
	text-align:left;
	background: #FFFFFF;
}

#tta img {border:none;}