/* Custom Color Scheme Styles */


#main_content h1,h2,h3,h4,h5,h6
{
	color: #0066CC
}

#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: #0099FF;
}

#main_content blockquote p
{
	display: inline;
	font-style: italic;
	color: #003399;
	font-weight: bold;
}
#main_content table
{
	border: 2px solid #3399FF;
	padding: 0.5em;
	margin-bottom: 1.5em;
	background-color: #ccffff;
}

#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: #0033CC;
	background-image: url(../images/vert_tile_blue.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	background-color: #ccffff;
}
.blue_heading {
	font-weight: bold;
	color: #0066FF;
}
.aqua_heading {
	font-weight: bold;
	color: #009999;
}
.gray_heading {
	font-weight: bold;
	color: #666666;
}
.purple_heading {
	font-weight: bold;
	color: #6633FF;
}

/* Left Navigation Menu */

div#leftnav2 ul {
	background-color: #FFFFFF;
}
div#leftnav2 li:hover {
	background-color: #ccffff;
}
div#leftnav2 li.submenu1:hover {
	background-color: #ccffff;
}
	
	
/* DO NOT MODIFY */

a
{
	color: #0033CC;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #000099;

}
div#news_box {
	width: 11em;
	margin-top: 0.25em;
	margin-bottom: 1.5em;
	border-bottom-width: 16px;
	border-bottom-style: solid;
	border-bottom-color: #3399FF;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 1.25em;
	padding-left: 1em;
	background-color: #ccffff;
	color: #0033CC;
}
