/* CSS Document */

td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333} 
li {color: #000; list-style-type: square} 
ul {color: #000; list-style-type: square} 
ol {color: #000} 
h4 {
	font-size:14px;
	color:#336699;
	font-variant:small-caps;
}
h1 {
	font-size:20px;
	color:#336699;
}
.bluetext {
	color:#336699;
}
.redtext {
	color:#990000;
	font-weight:bold;
}
.indent {
	margin-left: 20px;
}
.wbctext {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
} 
.wbctext a:link {
	color: #336699;
	text-decoration: none;
} 
.wbctext a:visited {
	color: #336699;
	text-decoration: none;
} 
.wbctext a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}

.mainnavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
} 
.mainnavtext a:link {
	color: #fff;
	text-decoration: none;
} 
.mainnavtext a:visited {
	color: #fff;
	text-decoration: none;
} 
.mainnavtext a:hover {
	color: #000;
	text-decoration: none;
}

.subtext {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ccc;
} 
.subtext a:link {
	color: #BCBCBC;
	text-decoration: none;
} 
.subtext a:visited {
	color: #BCBCBC;
	text-decoration: none;
} 
.subtext a:hover {
	color: #000000;
	text-decoration: none;
}

#navside {
	padding: 10px;
	
}

#mainbody {
	padding: 10px;
	background: #fff url(../images/contentfade.jpg) no-repeat left bottom;
	
}

#padleft {
	padding-left: 4px;
	
}
