#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#navcontainer
{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 720px;
}

#navcontainer UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #FF0000;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
	color: #444;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 1px 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	background-color: #DDDDDD;
}

#navcontainer A:hover, #navcontainer A:active {
	background-color: #FF0000;
}

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 30;
background: #BBBBBB;
font-weight: bold;
}

#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: #FFFFFF;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #FFFFFF; }
#footer div {
	padding-top: 20px;
}
#content {

}

#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }


body {
	background-image: url(../images/bkgd1.jpg);
	color: #FFFFFF;
}
#buttontop {
	background-image: url(../images/buttontop.jpg);
	height: 78px;
	width: 800px;
	float: left;
}
.pagetitle {
	font-family: Calibri, Arial;
	font-size: 24px;
	font-weight: bold;
}

#footer {
	background-image: url(../images/footerbutton.png);
	width: 800px;
	height: 37px;
}

#navlist
{
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#navlist ul, #navlist li
{
	display: inline;
	list-style-type: none;
	float: left;
	padding-left: 15px;
	padding-bottom: 2px;
	margin-left: 10px;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Calibri, Arial;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#navlist a:link, #current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #890101; }

#copyright {
	font-family: Calibri, Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}
.subsubtitle {
	font-family: Calibri, Arial;
	font-size: 18px;
	font-weight: bolder;
	color: #d4dbee;
	background-color: #7E0200;
}
.totheright {
	padding-left: 10px;
}
.subsubtitleAdjust {
	margin-left: 10px;
	background-color: #7E0200;
	color: #d4dbee;
	font-family: Calibri, Arial;
	font-size: 16px;
	font-weight: bold;
}

