/* Basic */

h1,h2,h3,h4,h5,h6
{
	color: #16295E;
}


#mainContent p
{
	margin-bottom: 1em;
	line-height: 1.3em;
	margin-top: 1px;
}

#mainContent h1
{
	font-size: 1.75em;
	color: #16295E;
}


#mainContent h2
{
	font-size: 1.6em;
	color: #2A165F;
}

#mainContent h3
{
	font-size: 1.3em;
	color: #114F55;
}

#mainContent h4
{
	font-size: 1.1em;
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}

#mainContent h5
{
	font-size: 1em;
}

#mainContent h6
{
	font-size: .90em;
}

#mainContent h1,h2,h3,h4,h5,h6
{
	padding-bottom: 0.1em;
	margin-bottom: 0.5em;
}

#mainContent ul
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
	list-style-position: inside;
	list-style-type: disc;
}

#mainContent 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: #669900;
}

#mainContent blockquote p
{
	display: inline;
	font-style: italic;
	color: #666666;
	font-weight: bold;
}

#mainContent table
{
	padding: 0.5em;
	margin-bottom: 1.5em;
	background-color: #FFFFFF;
	
}

#mainContent table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#mainContent table td
{
	padding: 0.5em;
}


.title_box {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-color: #FFF;
	width: 18em;
	margin-top: .5em;
	margin-right: .6em;
	margin-bottom: 1em;
	margin-left: 0em;
	padding: 1em;
	color: #071A71;
	background-color:#BBEEFE;
	background-image: url(../images/horiz_tile.jpg);
	background-repeat: repeat-y;
}
.image_left {
	float: left;
	margin-top: .5em;
	margin-right: .6em;
	margin-bottom: 1em;
	margin-left: 0em;
	
}
.image_right {
	float: right;;
	margin: 1em 0em 1em 1.5em;
	
/* DO NOT MODIFY */

}

a
{
	color: #16295E;
}

a:hover
{
	text-decoration: underline;
	color: #FF0000;

}
.news_box {
	width: 13em;
	margin-top: .25em;
	margin-bottom: 1.5em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E0F9FE;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 1.25em;
	padding-left: 1em;
	background-color: #CED2DD;
	float: left;
	text-decoration: none;
}
.news_box a {
	text-decoration: none;
}
.hilite {
	font-weight: bold;
	color: #FFBB73;
	font-size: .9em;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#CED2DD;
color:#000000;
width:210px;
padding:2px;
text-align:left;
font-weight:normal;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}