html { }

body  {
	margin: 0; padding: 0;
	font-size: 12px; 
	font-family: 'Lucida Grande', sans-serif; 
	text-align: center;
	color: #666666;
	background: url(images/depth_copybg.jpg) no-repeat fixed; 
}

#container  { 
text-align: left; 
margin: 0; 
width: 100%; 
min-height: 900px; 
}

#head { 
	height: 157px; 
	width: 100%; 
	padding: 0 0 0 20px; 
	background: url("images/depth_headbg.gif");
	background-repeat: repeat-x;
	display: block;
	position: fixed;}

#content { height: 100%; width: 100%; }

#leftnav { margin: 0; padding: 210px 0 0 5px; float: left; width: 180px; height: 600px; clear: both;  position: fixed; overflow: visible;
}

#rightcopy { margin: 0 0 0 190px; padding: 160px 0 0 0; height: auto; width: auto; }

#twocolcopyleft {
	height: auto; 
	width: 30%; 
	padding: 0 10px 0 0;
	text-align: left;
	float: left;
}

#twocolcopyright {
	height: auto; 
	width: 80%;	
	margin: 32px 100px 0 0;
	text-align: left;
	float: left;
}

#contactinfo {
	font-size: 90%;
	width: 180px;
	height: 200px;
	float: right;
	padding-left: 40px;
	clear: both;
	line-height: 1.8;
	margin-top: 30px;
}

#subjectblock {
	height: auto;
	max-width: 75%;
}

#footer {
	background-color: #40424F;
	clear: both;
	color: white;
	width: 100%;
	height: 75px;
	padding: 20px;
	text-align: center;
}

/* --- style text --- */

strong { font: 12px/18px; font-weight: bold; font-size: 14px; }


a   { color: #CC0000; 
	text-decoration: underline;
	font-weight: bold;}
	
p { color: #525252;
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}
	
h1  { 
	color: #710d2b; 
	font-size: 26px; 
	font-weight: bold; 
	text-transform: uppercase; 
	margin-bottom: 10px; 
	border-top: 1px solid #5e5e5e;
	border-bottom: 3px solid #5e5e5e;
}

h2 {
	padding: 30px 0 0 0;
	color: #710d2b; 
	font-size: 28px; 
	font-weight: bold; 
	text-transform: uppercase;
}

h3 {
	padding: 0 0 0 0;
	color: #710d2b; 
	font-size: 18px; 
	font-weight: bold; 
	text-transform: uppercase;
	border-top: 2px solid #909090;
}

h5 {
	font: italic 95% Lucida, "Lucida Grande", Verdana, sans-serif;
	color: #576368;
}

/* ---- Navigation --- */

#navcontainer
 { font-size: 14px; 
 background: transparent; 
 text-align: center; 
 text-transform: uppercase; 
 margin-top: 0px;
 width: 180px;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 70%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 6px 0 6px 10px;
color: black;
text-decoration: none;
background-color: transparent;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
color: whitesmoke;
background-color: #710d2b;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #710d2b;
background: transparent;
text-decoration: underline;
}

