﻿
body {
	font-family:Arial, Helvetica, sans-serif;
}


#navleft {
	vertical-align:top; 
	width:165px; 
	background:#000 url('siteart/navbg.jpg') repeat-x; 
	border: 1px silver solid; 
}


.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font: normal 12pt Verdana;
line-height:30px;
z-index:100;
background-color:#333366;
width:170px;
font-size:11pt;
}


.anylinkcss a{
color: #fff;
width: 100%;
display: block;
border-bottom: 1px solid gray;
text-decoration: none;
font-weight: bold;
text-indent: 10px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #990000;

}



a.bottomLink:link, a.bottomLink:active, a.bottomLink:visited {
	text-decoration:underline;
	color:gray;
	font-size:10pt;
	font-weight:bold;
}

a.bottomLink:hover{
	text-decoration:none;
	color:red;
}



a.black:link, a.black:active, a.black:visited {
	text-decoration:underline;
	color:#000;
	font-weight:bold;
}

a.black:hover{
	text-decoration:none;
	color:red;
}


a.blue:link, a.blue:active, a.blue:visited {
	text-decoration:underline;
	color:blue;
	font-weight:bold;
}

a.blue:hover{
	text-decoration:none;
	color:red;
}



.pagetitle { 
	color: #ad1f24; 
	font-size:18pt;
}
	
.attn { 
	color: red; 
	font-size:18pt;
}
	



#main {
	font-size: 13px;
	color: Black;
	text-align: left;
	margin: 5px 5px 5px 5px;
	font-weight:bold;
	width:733px; 
	background:#fff url('siteart/background.jpg') no-repeat; 
	padding:25px 25px 25px 25px; 
	vertical-align:top;
}

.subtitle {
	color: #ad1f24;
}