body {
	background-image: url(images/interface/background_fade.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #456778;
	background-repeat: repeat-x;
}
.sidebarfade {
	background-image: url(images/interface/sidebar_fade.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.menubar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
.menubar a:link, .menubar a:visited {
	color: #990000;
	text-decoration: none;
}
.menubar a:hover {
	color: #FFFFFF;
	background-color: #990000;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC6600;
	margin-left: 207px;
	margin-bottom: 8px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1C2CD;
	margin-right: 18px;
	font-weight: bold;
}
.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3E5966;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.pagetext a:link, .pagetext a:visited {
	color: #CC6600;
	text-decoration: underline;
}
.pagetext a:hover {
	color: #244257;
}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #244257;
	padding: 3px;
	margin-right: 20px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2C3CE;
	margin-bottom: 10px;
}
.highlighttext {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #1E3C51;
	margin-left: 7px;
	line-height: 17px;
}
.highlighttext a:link, .highlighttext a:visited {
	color: #1E3C51;
	text-decoration: underline;
}
.highlighttext a:hover {
	color: #FF6600;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 4px;
}
.footer a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}

/******************** Menu **************************/

#navcontainer
{
margin: 0;
padding: 0 0 0 12px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
	color: #000000;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 3px 8px 2px 10px;
	border-left: 1px solid #9AA4AD;
	border-right: 1px solid #9AA4AD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navcontainer A:hover, #navcontainer A:active { background: #FFFFFF; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }
.border {
	border: 1px solid #333333;
}
