/* Custom Color Scheme Styles */


#main_content h1,h2,h3,h4,h5,h6
{
	color: #CC0000
}

#main_content ul
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
	list-style-position: inside;
	list-style-type: disc;
}

#main_content blockquote
{
	padding: 0.5em 0em 0.5em 1em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
	margin-right: 2em;
	border-left-width: 0.8em;
	border-left-style: solid;
	border-left-color: #FF9933;
}

#main_content blockquote p
{
	display: inline;
	font-style: italic;
	color: #CC0000;
	font-weight: bold;
}
#main_content table
{
	border: 2px solid #FF9900;
	padding: 0.5em;
	margin-bottom: 1.5em;
	background-color: #FFFFFF;
}

#main_content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#main_content table td
{
	padding: 0.5em;
}

#text_box_r {
	float: right;
	width: 12em;
	height: auto;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 1.5em;
	padding: 1em;
	color: #990000;
	background-image: url(../images/vert_tile_orange.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	background-color: #ffe293;
}
.red_heading {
	font-weight: bold;
	color: #FF0000;
}
.orange_heading {
	font-weight: bold;
	color: #FF6633;
}
.gold_heading {
	font-weight: bold;
	color: #DE9E08;
}
.gray_heading {
	font-weight: bold;
	color: #666666;
	
	
/* Left Navigation Menu */

}
div#leftnav2 ul {
	background-color: #FFFFFF;
}
div#leftnav2 li:hover {
	background-color: #FFCC33;
}
div#leftnav2 li.submenu1:hover {
	background-color: #FFCC33;
}
	
	
/* DO NOT MODIFY */

a
{
	color: #CC0000;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #990000;

}
div#news_box {
	width: 11em;
	margin-top: 0.25em;
	margin-bottom: 1.5em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 1.25em;
	padding-left: 1em;
	background-color: #FEDA85;
	color: #990000;
}
