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

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

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

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

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

body{
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	font : 70% Verdana, Geneva, Arial, Helvetica, sans-serif; 
	line-height: 150%;
	text-align:left;	
	background-image:url(img/main_bkg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #A9A9CB;
}

p, tr, td {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif; 	
	line-height: 150%;
	text-align:left;
}
#deco {
	width: 5px;
	background-color:#E8E8E8;
	height:720px;
	margin-left: 10px;
	margin-right: 0px;
	float: left;
}
.content {
	font: 11px normal Arial, verdana, helvetica, sans-serif;
	margin-right: 30px;
	margin-left:20px;
	padding-left:15px;
}

.subb {
	font-weight:bold;
}

.intro {
	color:#FF0000;
	line-height: 1.3em;
	font-weight:bold;
	font-size: 1.3em;
}

.headd {
	font: 12px bold arial;
	color: #006BAF;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

h1 {
	color:#FF0000;
	line-height: 1.3em;
	font-weight:bold;
	font-size: 16px;
	border-bottom:1px dashed #FF0000;
}

.copyfoot {
	text-align:center;
	font-size:10px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.copyfoot a:link {
	text-align:center;
	font-size:10px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}



/* CCS 75 */
#navsite p {
	display: none;
}
#navsite {
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 145px;
	margin-left: 5px;
	margin-top:10px;
}

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

}

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

#navsite ul li a {
	display: block;
	padding: 4px 0px 4px 0px;
	color: #004A77;
	width: 100%;
	margin-left:4px;
}
html>body #navsite ul li a {
	width: auto;
}
#navsite ul li a:hover {
	/*border-left: 30px solid #8F2CID; */
	border-right: 0px solid #;
	border-bottom: 0px dotted #FFF;
	color: #ff0000;
}

/* horizontal nav from 10mins  */
ul#navigation {
	margin-left:0;
	padding-left:0;
	list-style: none;
	float:left;
	width:100%;
	
}
ul#navigation li {
	display:inline;	
}
ul#navigation a {
	display:block;
	float:left;
	padding: .2em 1em;
	text-decoration:none;
	color:black;
	border-right:1px solid #000;
}

ul#navigation a:hover {
	padding-left:30px;
	background-color: maroon;
	color:white; 
}

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

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


*/