/* 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;

        color: #990000;

}

h1 {

        color: #990000;

        font-variant: small-caps;

        font-weight: bold;

        font-size: 15px;

        border-bottom: 5px solid #990000;

}

#right_column {

	background-color: #BC1F00;

}

#bottom_border{

	background-color: #990000;

	height: 10px;

}

#subnav {
	background-color: #990000;
	vertical-align: top;
	border-bottom-color: #333333;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: none;
	border-bottom-style: dotted;
	border-top-color: #000000;

}
#tabescursion {
	background-color: #990000;
	vertical-align: top;
	border-bottom-color: #333333;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: none;
	border-bottom-style: dotted;
	border-top-color: #000000;

}
#subnav1 a {
	background-color: #ADC452;
	border-bottom: 1px solid #FFFF00;
	color: #FFFFFF;

}


#subnav1 a:hover {
	background-color: #FF5500;

}

#subnav1 a:hover.end {

	background-color: #BC1F00;

	cursor: default;

}
#subnav2 a {
	background-color: #14AECC;
	border-bottom: 1px solid #FFFF00;
	color: #FFFFFF;
}
#subnav2 a:hover {

	background-color: #FF5500;
}



#tabescursion1 a {
	background-color: #CD583F;
	border-bottom: 1px solid #FFFF00;
	color: #FFFFFF;

}

#tabescursion1 a:hover {
	background-color: #FF5500;
}
#tabescursion1 a:hover.end {

	background-color: #BC1F00;
	cursor: default;
}
