﻿a
{
	color : #333333;
	text-decoration : none;
}

a:link
{
	color : #006699;
	text-decoration : none;
}

a:visited
{
	color : #006699;
	text-decoration : none;
}

a:hover
{
	
	text-decoration : underline;
	color: #FF0000;
}

a:active
{
	color : #333333;
	text-decoration : none;
}

body{
	margin: 0px;	
	font : 0.7em Verdana, Geneva, Arial, Helvetica, sans-serif; 
	line-height: 150%;
	text-align:left;	
	background-image:url(img/main_ft_bkg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

h1 {
	color:#0FA5C1;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid;
	padding-bottom:10px;
}

.rarq {
	font-weight:bold;
	color:#0FA5C1;
}

.subhead {
	font-weight:bold;
}

.qit {
	color:#0FA5C1;
}

#hometext {
	width:190px;
	margin-left:30px; 
	margin-top:100px;
	line-height:130%;
	font-size:10px;
}

p, tr, td {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif; 	
	
	line-height: 150%;
	text-align:left;
}

.content {
	margin-left:60px;
	margin-right:50px;
	text-align:left;
	color: #333333;
}

.copyfoot {
	text-align:center;
	font-size:9px;
	color:#333333;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:-10px;
}

.copyfoot a:link {
	text-align:center;
	font-size:9px;
	color:#333333;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:-10px;
}

.error {
	color:#FF0000;
}
.message {
	color:#0000FF;
}


/* CCS 75 */
#navsite p {
	display: none;
}
#navsite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: none;
	width: 90px;
	border-right: 0px solid #039;
	padding: 0;
	margin-bottom: 1em;
	background-color: #;
	color: #FFF;
}

#navsite ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navsite ul li {
	margin: 0;
	border-bottom: 1px dotted #FFF;	
}

#navsite ul li a {
	display: block;
	padding: 2px 2px 2px 30px;
	border-left: 30px solid #8F2CID;
	border-right: 0px solid #69c;
	border-bottom: 0px dotted #FFF;
	background-color: #;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
html>body #navsite ul li a {
	width: auto;
}
#navsite ul li a:hover {
	border-left: 30px solid #8F2CID;
	border-right: 1px solid #;
	border-bottom: 0px dotted #FFF;
	color: #DDBEBA;
}

/* horizontal nav from 10mins  */
ul#navigation {
	margin-left:0;
	padding-left:0;
	margin-top:2px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	margin-right:0px;
	list-style: none;
	float:left;
	width:100%;
}
	
ul#navigation li {
	display:inline;	
}
ul#navigation a {
	display:block;
	float:left;
	/*padding: .2em 2em; */
	padding: .2em 1.7em;
	font-weight:bold;
	color:#144276;
	border-right:1px solid #fff;
}

ul#navigation a:hover {
	/* padding: .2em;*/
	background-color: none;
	color:white; 
	text-decoration:none;
}

li#last a {
	border-right:0px solid #000;
}

/* tan hack
div
{
  border: 10px;
  padding: 10px solid;
  width: 100px;
}

* html div
{
  width: 140px;
  w\idth: 100px;
}


*/