﻿body {
	margin:0px 0px 0px 0px; 
	background: #5a5a5a url('siteart/bg.jpg') repeat-x;
}


td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


a:link, a:active, a:visited {
	color:#383c6b;
	text-decoration:underline;
}
a:hover {
	color:#000;
}


a.nav:link, a.nav:active, a.nav:visited {
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	padding:5px 15px 5px 15px;
	text-decoration:none;
	display:block;
	border-bottom:2px #cdcccb solid;
	font-size:12px;
}
a.nav:hover {
	background: url('siteart/navbg_on.jpg') repeat-y;
}



.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #383c6b;
	border-bottom-width: 0;
	z-index: 100;
	background-color: white;
	width:150px;
}

.anylinkcss a:link {
	color: black;
	display: block;
	border-bottom: 1px solid #383c6b;
	padding:4px 10px 4px 10px;
	text-decoration: none;
	font-weight: bold;
	background: url('siteart/navbg.jpg') repeat-y;
}
.anylinkcss a:visited {
	color: black;
	display: block;
	border-bottom: 1px solid #383c6b;
	padding:4px 10px 4px 10px;
	text-decoration: none;
	font-weight: bold;
	background: url('siteart/navbg.jpg') repeat-y;
}
.anylinkcss a:active {
	color: black;
	display: block;
	border-bottom: 1px solid #383c6b;
	padding:4px 10px 4px 10px;
	text-decoration: none;
	font-weight: bold;
	background: url('siteart/navbg.jpg') repeat-y;
}
.anylinkcss a:hover { /*hover background color*/
	background: url('siteart/navbg_on.jpg') repeat-y;
	color: black;
}



#navigation {
	vertical-align:top; 
	width:176px; 
	background: url('siteart/navbg.jpg') repeat-y; 
	border-right:1px #cdcccb solid;
}



#orangetitle {
	background: url('siteart/orangeheader.jpg') no-repeat center; 
	width: 720px; 
	height: 23px; 
	padding:10px 10px 0px 30px; 
	color:#fff; 
	font-weight:bold; 
	font-size:14px; 
	text-align:left;	
}


.location {
	font-weight:bold;
	font-size:16px;
}














