/* David A Hall sheet */
.bg {
	background-attachment: fixed; 
	background-color: #9198AB; 
	background-repeat: repeat-x; 
	background-position: left top; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
}	

/* content */
	
.content {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	text-align: justify;
}
	
.contentHi {
	color: #339900;
	font-family: Arial;
	font-size: 11px;
}	
.contentSml {
	color: #000000;
	font-family: Arial; 
	font-size: 9px}	
	
.contentHiSml {
	color: #666666;
	font-family: Arial; 
	font-size: 9px; 
}	
.titleLrg{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}

.titleSml{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
	
/* content links */

A:active {
	color: #FF0000;
}
A:hover {
    COLOR: #F18800;
	text-decoration: underline;
}
A:link {
	color: #333366;
	text-decoration: none;
}
A:visited {
	COLOR: #666699;
}

/* v nav */
#vNavBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	margin:0px 0px 6px 0px;
	border:1px solid #fff;
	background-color: #0066A8;
}
#vNav{
	font:bold 11px/13px verdana, san-serif;
	list-style-type: none;
	margin: 0px;
}
/*for mozilla positioning */
#vNavBox ul{
	padding-left: 0; 
	margin-bottom: 0px; 
	list-style-type: none;
	}
/* nav cells*/
#vNav a:link,
#vNav a:visited{
	display: block;
	padding: 2px 6px 2px 2px;
	border-bottom: 1px solid #fff;
	line-height: 15px;
	color: #fff;
	text-decoration: none;
	letter-spacing:1px;
	text-align: right;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #234762;
}
/* nav cells roll-over*/

#vNav a:hover{
	color: #fff;
	padding-right: 12px;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #fff;
}

/* Images */
.picRight {
	float: right;
	margin: 1px 1px 1px 3px;
}
.picLeft {
	float: left;
	margin: 1px 3px 1px 1px;

}
.picRightBrd {

	float: right;
	margin: 1px 1px 1px 3px;
	border: 1px solid #003366;
}
.picLeftBrd {
	float: left;
	margin: 1px 3px 1px 1px;
	border: 1px solid #003366;
}



/* calendar */
.calendarEven{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	background-color: #eeeeee;
}
.calendarOdd{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	background-color: #CCCCCC;
}
.calendarHdr {
	color: #000000;
	background-color: #3E5AB5;
	font-family: Arial; 
	font-size: 10pt;
	font-weight: bold
}

/* search */

.btn {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3366CC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #3366CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #3399CC;
	padding: 1px;
	width: 30px;
}

.comboBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
}
.banner {
	margin-right: 2px;
	border: 1px solid #000000;
	margin-top: 4px;
	margin-bottom: 8px;
	
}

}
