A:link {font-family: "Verdana,Arial,Helvetica"; font-size: 10pt; color: #0037b8; font-weight: bold}
A:visited {font-family: "Verdana,Arial,Helvetica"; font-size: 10pt; color: navy; font-weight: bold}
A:active {font-family: "Verdana,Arial,Helvetica"; font-size: 10pt; color: #A0A162; font-weight: bold}
A:hover {font-family: "Verdana,Arial,Helvetica"; font-size: 10pt; color: #FF0000; font-weight: bold}

A.navbar:link
	{
	font-family: "Verdana,Arial,Helvetica";
	font-size: 10pt;
	color: white;
	font-weight: bold;
	text-decoration:none
	}
A.navbar:visited {font-family: "Verdana,Arial,Helvetica"; font-size: 10pt; color: white; font-weight: bold; text-decoration:none}
A.navbar:active {font-family: "Verdana,Arial,Helvetica"; font-size: 10pt; color: yellow; font-weight: bold; text-decoration:none}
A.navbar:hover {
	font-family: "Verdana,Arial,Helvetica";
	font-size: 10pt;
	color: Black;
	font-weight: bold;
	text-decoration:none;
	background-color : White;
}

BODY            { font-family: Arial; font-size: 10pt }
LI           { font-family: Arial; font-size: 10pt }
TD           { font-family: Arial; font-size: 10pt }
P            { font-family: Arial; font-size: 10pt }

P.small		{ font-family: Arial; font-size: 8pt }

H2
{
	font: bold italic 2em Georgia, Times, "Times New Roman", serif;
	border-bottom: 2px dashed black;
	border-top: 10px solid #0000CC;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	font-size: 1em;
	background-color: #DDDDFF;
}

TABLE.title
	{
	width: 100%;
	}
	
TD.title
	{
	background: #CC0000;
	font-family: "Verdana,Arial,Helvetica";
	font-size: 10pt;
	color: white;
	font-weight: bold;
	text-decoration:none
	}
	
TD.title_navy
	{
	background: navy;
	font-family: "Verdana,Arial,Helvetica";
	font-size: 10pt;
	color: white;
	font-weight: bold;
	text-decoration:none
	}

/*################################
  # Horizontal Navigation Bar Style
  ################################*/

#navhoriz ul
{
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid black;
	font: bold 12px Verdana, Helvetica, Arial,sans-serif;
}

#navhoriz ul li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navhoriz ul li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #0000CC; /* dark blue tab background */
	text-decoration: none;
}

#navhoriz ul li a:link
{
	color: white;
	font-weight: bold;
}

#navhoriz ul li a:visited
{
	color: white;
}

#navhoriz ul li a:hover, #navhoriz ul li a:visited:hover
{
	border-color: #227;
	background: yellow;
	color: #000;
}

#navhoriz ul li a#current
{
	background: white;
	border-bottom: 1px solid white;
}

/*###############################
  # Vertical Navigation Bar Style
  ###############################*/

#navsite p
{ display: none; }

#navsite
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	width: 12em;
	border-right: 1px solid #666;
	padding: 0;
	margin-bottom: 1em;
	background-color: #9cc;
	color: #333;
}

#navsite ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navsite ul li
{
	margin: 0;
	border-top: 1px solid #003;
}

#navsite ul li a
{
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid #369;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #036;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #navsite ul li a
{
	width: auto;
}

#navsite ul li a:hover
{
	border-left: 10px solid #036;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #69f;
	color: #fff;
}

#header
{
	clear: both;
	padding-bottom: 1em;
	padding-top: 1em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center;
}

#footer
{
	clear: both;
	padding-bottom: 1em;
	border-top: 1px solid #333;
	text-align: center;
}

#columnLeft
{
	float: left;
	width: 19%;
	background: white;
	padding-bottom: 1em;
}

#columnMain
{
	width: 39%;
	float: left;
	background: white;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}

#columnRight
{
	float: left;
	width: 29%;
	background: lightgray;
	padding-bottom: 1em;
}

