/* CSS Document */

/*
	Home Page Content Styles
*/

/* Styles for the center content boxes */
.infohead 
{
	font-family: "Arial", serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 6px 12px;
	background: #002D56;
	color: #FFFFFF;

}

.infopara
{
	padding: 14px 12px 6px 11px;
	color: #15254D;
}

/* Regular Info Box*/
TD.infobox 
{
	/*background: #97BEE2;*/
	background: #E0E1E2;
	/*	background: #5A87C5; */
	/*border-right: solid 1px #FFFFFF;*/
	width: 20%;
	vertical-align: top;
}

/* Wide Info Box for News*/
TD.infoboxwide
{
	border-right: none;
	width: 40%;
}

A:link
{
	color: #15254D;
	text-decoration: none;
	border-style:none;
}

A:visited
{
	text-decoration: none;
	color: #15254D;
	border-style:none;
}

A:active
{
	text-decoration: none;
	color: #15254D;
	border-style:none;
}

A:hover
{
	text-decoration: none;
	color: #002D56;
}
