/* Custom Color Scheme Styles */

#main_content h1
{
	font-size: 2.1em;
	color: #5C7175;
}


#main_content h2
{
	font-size: 1.8em;
	color: #0033CC;
}

#main_content h3
{
	font-size: 1.3em;
	color: #142D9C;
}

#main_content h4
{
	font-size: 1.1em;
	color: #12127D;
	font-style: italic;
	font-weight: bold;
}

#main_content h5
{
	font-size: 1em;
	color: #0066B3;
}

#main_content h6
{
	font-size: .90em;
	color: #00248E;
}


#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;

}

#main_content blockquote p
{
	display: inline;
	font-style: italic;
	color: #000000;
	font-weight: normal;
}
#main_content table
{
	border: 1px solid #CCCCCC;
	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;
	text-align:center;
	color: #303A77;
	background-color:#7AC8DC;
	background-image: url(../images/vert_tile.jpg);
	background-repeat: repeat-x;
}
	

	
	
/* DO NOT MODIFY */

a
{
	color: #0033CC;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
	color: #FF0000;

}
.news_box {
	width: 11.75em;
	margin-top: .25em;
	margin-bottom: 1.5em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #047792;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 1.25em;
	padding-left: 1em;
	background-color: #558C99;
	float: left;
	text-decoration: none;

}

.news_box h3{
	font-size: 1.2em;
	color: #014D5F;
}
