
/* Main Body Tags */
body {
	margin: 0 auto;
	padding:0;
	background-color: #326DAF;
	/*background-image: url(outer_BG_left.gif);*/
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

a:link
{
	color: #001655;
	text-decoration: none;
}

a:visited
{
	color: #001655;
	text-decoration: none;
}

a:hover
{
	color: #001655;
	text-decoration: underline;
}

a.utilities:link, a.utilities:visited
{
	color: #FFFFFF;
	text-decoration:none;
	font-size:10pt;
	font-weight: bold;
}

a.utilities:hover
{
	color: #FFFFFF;
	text-decoration:underline;
}



.Search
{
	color: #FFFFFF;
	font-size: 10pt;
}

/*-------------------------------------------------------------------------------------*/

.menu_button
{

}

.nav_container
{
	width: 172px;
}

.nav_button
{
	width: 172px;
	background-image:url(Menu_BG.jpg);
	height: 35px;
	padding-left:14px;
	font-family:"Arial";
	font-size: 10pt;
	color: #001655;
	font-weight: bold;
}

.MainMenu_SubMenu 
{ 
	margin-left: -20px;
	z-index: 1000;
	background-color: #FFFFFF;
	border: #FFFFFF1px solid;
}

td.sidebar_header
{
	background-image:url(Menu_BG.jpg);
	height: 35px;
	padding-left:6px;
	font-family:"Arial";
	font-size: 12pt;
	color: #001655;
	font-weight: bold;
	width: 172px;
}

td.sidebar_header_spacer
{
	background-image: url(LC_side_BG.gif);
	width: 5px;
	height: 35px;
}

