body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #003A63;
	margin: 0px;
}
.breadcrumb {
	width: 750px;
	height: 25px;
	padding: 0px 0px 0px 5px;
	background-color: #EBF0F4;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	border: solid 1px #919191;
	text-align: left;
}
.breadcrumb a:link {
	color: #616161;
	text-decoration: none;
	}
.breadcrumb a:visited { 
	color: #616161;
	text-decoration: none;
	}
.breadcrumb a:hover { 
	color: #000000;
	text-decoration: none;
	}
.breadcrumb a:active { 
	color: #616161;
	text-decoration: none;
	}
.content a:link {
	color: #E1E1E1;
	text-decoration: underline;
}
.content a:visited {
	color: #E1E1E1;
	text-decoration: underline;
}
.content a:active {
	color: #E1E1E1;
	text-decoration: underline;
}
.content a:hover {
	color: #E1E1E1;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.current {
	font-weight: bold;
}
.content {
	background-color: #0A4370;
	padding: 20px;
	height: 400px;
	vertical-align: top;
	color: #E1E1E1;
}
.footer {
	text-align: center;
	font-size: 12px;
	color: #CCCCCC;
}
.footer a:link, a:visited, a:active {
	color: #E3E3E3;
	text-decoration: underline;
}
.footer a:hover {
	color: #E3E3E3;
	text-decoration: none;
}
/**************************************************************
 This is for the linked items in the submenu, but not the titles 
 ************************************************************/
#menu_default
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

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

#menu_default li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#menu_default li a:link { color: #448; }
#menu_default li a:visited { color: #667; }

#menu_default li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#active li 
{
padding: 3px 5px 3px 5px;
margin-left: 15px;
border: 1px solid #778;
text-decoration: none;
background: white;
border-bottom: 1px solid white;
}
