/* CSS Document */
/*All styles included here are included specifically because they contain color or image information, which changes for each section*/

/*this style is for the introduction paragraph for the main section page*/
h3 {
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 20px;
}
h1 {
        color: #006600;
        font-variant: small-caps;
        font-weight: bold;
        font-size: 15px;
        border-bottom: 5px solid #006600;
}
#right_column {
	background-color: #339933;
}
#bottom_border{
	background-color: #006600;
	height: 10px;
}
#subnav {
	background-color: #006600;
	vertical-align: top;
}
#subnav1 a {
	background-color: #339933;
	border-bottom: 1px solid #66cc66;
}
#subnav1 a:hover {
	background-color: #006600;
}
#subnav1 a:hover.end {
	background-color: #339933;
	cursor: default;
}