body {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
background: #ffffff; 
text-decoration: none; 
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 0px;
SCROLLBAR-FACE-COLOR: #394652; 
SCROLLBAR-HIGHLIGHT-COLOR: #8F959B; 
SCROLLBAR-SHADOW-COLOR: #000000; 
SCROLLBAR-3DLIGHT-COLOR: #C1C1C1; 
SCROLLBAR-ARROW-COLOR: #EEEEEE; 
SCROLLBAR-TRACK-COLOR: #DDDDDD; 
SCROLLBAR-DARKSHADOW-COLOR: #000000; 
SCROLLBAR-BASE-COLOR: #789789
}

.bodyContent {
	background-color: #F0F0F0;
	background-image: url(../images/background_mold.jpg);
	background-attachment: fixed;
	}
	
a:link {
text-decoration: none;
color:	#006DA8;
}
a:visited {text-decoration: none}
a:hover {
text-decoration: none;
color: 8F00FF;
}

p { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: lighter;
font-size: 14px;
color:	#333333;
		margin-top: 0;
		margin-bottom: 0;
}

ul { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: lighter;
font-size: 14px;
color:	#333333;
		margin-top: 0;
		margin-bottom: 0;
		}
		
blockquote { 
		margin-top: 0;
		margin-bottom: 10;
		}

.txtsm { 
font-size: 12px;
color:	#6B6B6B;
	margin-top: 0;
	margin-bottom: 0;
}


h1, h2, h3, h4, h5, h6	{
font-family: Century Gothic, Verdana;
font-weight	: lighter;
margin-top: -3;
margin-bottom: 0;
color:	#0D57AE;
}

h1	{
	font-size: 25px;
	
	}
	
h2	{
	font-size: 20px;
	font-variant: small-caps;
	
	}
	
h3	{
	font-size: 15px;
	font-weight: bolder;
	
	}



/*  Nav buttons */
#nav {
	width			:	142px;
	border-right	:	1px solid #000;
	border-top		:	1px solid #000;
	border-left		:	1px solid #000;
	border-bottom	:	1px solid #000;
	padding			:	0 0 0 0;
	margin-bottom	:	0px;
	font-weight		:	bold;
	font-size		:	11px;
	background-color:	#0D57AE;
	color			:	#0D57AE;
}
	
#nav ul {
	list-style		:	none;
	margin			:	0;
	padding			:	0;
	border			:	none;
}
			
#nav li {
	border-right	:	1px solid #999999;
	border-top		:	1px solid #999999;
	border-left		:	1px solid #999999;
	border-bottom	:	1px solid #999999;
	margin			:	0;
}

#nav li a {				/*  button off */
	display			:	block;
	padding			:	5px 0px 5px 5px;
	background-color:	#0D57AE;
	color			:	#ffffff;
	text-decoration	:	none;
	width			:	100%;
}
	
html>body #nav li a {
	width			:	auto;
}
	
#nav li a:hover {		/*  button on */
	background-color:	#E3E6E9;
	color			:	#000;
}

/*  SubNav buttons */
ul#subnav {
margin: 10 0 0 0;
padding: 0 6 0 0;
width: auto;
font-weight		:	bold;
font-size		:	10px;

}
ul#subnav li {
margin: 1;
display: inline;
}
ul#subnav li a {
background-color: cccccc;
padding: 3	7	3	7;
border: solid 1px #000;
color: #000;
text-decoration: none;
}
ul#subnav li a:hover {
background-color: #999;
color: #fff;

} 
