/* CSS Document */
	
/* ------- Global Styles ------ */	
body, html {
	margin:0 auto; 
	padding:0; 
	background-color:#507;
	font: normal 11px arial;
}
form {
	margin: 0px;
}
#header {
	background: url(images/header_bg.gif); 
	width:748px; 
	text-align:left; 
	margin:0 auto;
	padding:6px;
}
#footer2 {
	background:#507 url(images/footer_hatbg.gif) repeat-x;
	width:760px;
	margin: 0 auto;
	height:30px;
}
#footer {
	padding:4px 0 4px 0; 
	color:#fff; 
	text-align:center; 
	bottom:0; 
	width:760px; 
	margin:0 auto;
}
#footer a {
	color:#f9f; 
	font-weight: bold; 
	text-decoration:underline;
}
#footer a:hover{
	color:#fcf;
	text-decoration:underline;
}
#main {
	font: normal 12px arial; 
	color: #333; 
	padding:14px; 
	background:#fff;
	width:568px;
}
a {
	color:#608;
}
/* -------- Left Nav -------- */
#leftnav {
	background: #ffc; 
	/*width: 160px; */
	padding:8px; 
	color:#306; 
	vertical-align:top; 
	/*min-width:160px;*/
}
#leftnav a {
	text-decoration:none; 
	color:#306; 
	display:block; 
	padding:2px; 
	line-height:11px;
}
#leftnav a:hover {
	color:#c00; 
	background:#fff; 
	line-height:11px;
}
#leftnav a.bldnav {
	font: bold 12px arial; 
	color:#c00; 
	text-decoration:none; 
	display:block; 
	padding:2px;
	margin-top:12px;
}
#leftnav a.bldnav:hover {
	text-decoration:underline; 
	background:none; 
	font: bold 12px arial; 
	color:#c00;
}
#subnav {
	padding:4px;
	margin-top:12px;
	margin-bottom:20px;
	width:200px;
}
#subnav a{
	font-weight:bold;
	color:#c00;
	text-decoration:none;
	display:block;
	padding:2px;
	margin-bottom:2px;
}
#subnav a:hover{
	background:#FADEDE;
	padding:2px;
}
#subnav span{
	background:#FDEFEF;
	border-bottom:1px solid #DDA1A1;
	border-top:1px solid #DDA1A1;
	padding:2px;
	font:bold 12px arial;
	color:#c33;
	display:block;
	margin-bottom:4px;
}
/* ------- top nav ------- */
#topnav {
	background:#ffd;
	padding:6px 0 6px 0;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	width:760px;
	margin:0 auto;
}
a.navsep {
	border-right:1px solid #999;
}

/* ------- Text Styles ------- */
.br {
	font-weight:bold;
	color:#c00;
}
h1 {
	font:normal 24px "Times New Roman", Times, serif;
	color:#639;
	margin:0 0 6px 0;
}
div.titles { 
	height:26px;
	text-align:left;
	margin-bottom:10px;
	border-bottom:1px solid #c9f;
}
div.titles span {
	font: bold 16px arial; 
	color:#639; 
	line-height:26px; 
}
.subtitles {
	font: bold 14px arial; 
	color:#F00; 
	margin-bottom:10px;
	text-align:left;
	display:block;
}
.subtitles1 {
	font: bold 12px arial; 
	color:#F00; 
	margin-bottom:10px;
	text-align:left;
	display:block;
}

#pagetitle {
	margin-bottom:20px;
	font:normal 24px "Times New Roman", Times, serif;
	color:#639;	
}
.dltxt3 {
	font: italic 9px arial;
}
.download a {
	font:bold 11px arial;
	color:#636;
	text-decoration:none;
}
.download a:hover {
	text-decoration:underline;
}
.download1 a {
	font:bold 11px arial;
	color:#636;
	text-decoration:none;
}
.download1 a:hover {
	text-decoration:underline;
}
.download2 a {
	font:bold 11px arial;
	color:#636;
	text-decoration:none;
}
.download2 a:hover {
	text-decoration:underline;
}


/* ------ Body, Formatting, and Image Styles ------- */
.art {
	margin:0 auto;
	margin-bottom:14px;
}
.art img {
	vertical-align:middle; 
	margin: 8px 10px 8px 0
}
.download {
	background: url(images/pdf_download.gif) center left no-repeat;
	padding-left:27px;
	font:normal 10px arial;
	color:#969;
	display:block;
	margin-top:10px;
	height:22px;
}
.download1 {
	background: url(images/eps_download.gif) center left no-repeat;
	padding-left:27px;
	font:normal 10px arial;
	color:#969;
	display:block;
	margin-top:10px;
	height:22px;
}
.download2 {
	background: url(images/doc_download.gif) center left no-repeat;
	padding-left:27px;
	font:normal 10px arial;
	color:#969;
	display:block;
	margin-top:10px;
	height:22px;
}


/* ------- Admin Styles ------- */
tr.paginate td {
	background:#edf;
	border-bottom:1px solid #c9f;
	border-top:1px solid #c9f;	
	color:#306;
}
.paginate b {
	color:#609;
}
tr.results td {
	background:#fcc;
	font:bold 12px arial;
	color:#c00;
	border-bottom:1px solid #FF8080;
}
	
