/* CSS Document */

/* Site CSS */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background:#996666;
}

a:hover{
	text-decoration:none;
}
a {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
a:active{
	color: #999999;
}
a:visited{
	color: #878894;
}

.box { width:800px; margin:0 auto; padding:0; text-align:left; }

.unh{
	display:inline;	
	text-decoration:none;
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight:inherit;
}
b.unb{
	font-weight:lighter;
	font-size:inherit;
	display:inline;		
	color: inherit;
	font-family: inherit;
	text-decoration:none;	
}
.una{
	display:none;
}

.mainBox{
	float: left;
	padding: 0;
	margin: 0;	
	text-align: left;
}
.main{
	width:570px; 
	padding: 2;
	margin: 0;	
	margin:0 0 0 0; 
}

.leftNavBox{
	float: left;
	padding: 0;
	margin: 0;	
}

.leftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	float: left;
	width: 200px;
	padding: 0;
	margin-bottom: 1em;
	color: #999999;
}
.leftNav ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.leftNav ul li {
	margin: 0;
	border-top: 1px solid black;	
	border-bottom: 1px solid black;
}
.leftNav ul li a {
	display: block;
	padding:2px 2px 2px 0.5em;
	border-left: 5px solid #996666;
	border-right: 1px solid #996666;
	background-color: silver;
	color: black;
	text-decoration: none;
}
.leftNav ul li a:visited {
color: black;
}
.leftNav ul li a:hover {
	display: block;
	border-right: 1px solid black;
	background-color: #996666;
	color: white;
}
.leftNav ul ul li a {
	display: block;
	border-left: 10px solid black;
	border-right: 1px solid black;
	color: black;
	text-decoration: none;
}
.leftNav ul ul li a:hover {
	border-left: 10px solid black;
	border-right: 1px solid black;
	background-color: #996666;
	color: white;
}
.bodyLayout{
	float: left;
}
.footer{
	float: center;
}
h1 {
font: "Times New Roman", Times, serif;
color: black;
font-size: 1.5em;
border-bottom: 0px; 
border-top: 0px; 
	
}
.tagline {
	font-style: italic;
	font-weight: bold;
	font-size: .8em;
	text-align: center;
	color: #ffffff;
}
.bottomMenu {
	text-align: center;
}
.copyright{
	font-size: 75%;
	font-weight: bold;
	text-align: center;
}
.head {

	font: "Times New Roman", Times, serif;
	color: #993333;
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
}
.subHead {
	font: "Times New Roman", Times, serif;
	color: #9c3031;
	font-size: 110%;
	text-decoration: none;
}
.text {	
	text-decoration: none;
}
i {
	font-style: italic;
}
.italic {
font-style: italic;
}
b {
	font-weight: bold;
}
.bold {
font-weight: bold;
}
.nb {
	text-decoration: none;
}
.nh1 {
	
}
.nh2 {
	
}
.nhref {
	font-weight: normal;
}
/* Insite CSS */
.alert {
	color: red;
	text-decoration: none;
	font-weight: bold;
}
.poweredBy {
	color: black;
	text-decoration: none;	
}
