body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #222222;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
#topheader {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#middlewrap {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
}
#bottomfooter {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#middlecontent {
	width: 720px;
	padding-right: 30px;
	padding-left: 30px;
}
#toplevelnav {
	width: 720px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: right;
	padding-bottom: 2px;
	color: #990000;
	padding-top: 2px;
}
h1 {
	color: #99CC00;
}
h2 {
	color: #CC0000;
}
h3 {
	color: #CC0000;
	background-color: #FFFFCC;
}
#toplevelnav a {
	text-decoration: none;
	color: #990000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
#toplevelnav a:hover {
	color: #990000;
	background-color: #FFFFCC;
	text-decoration: underline;
}
#wrapitup {
	width: 780px;
	margin-top: 52px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.tblebrder {
	border: 1px solid #222222;
}
.titleone {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	color: #990000;
	text-transform: uppercase;
}
.titletwo {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}



#foxmenucontainer{
	height:24px;
	background:#000;
	display:block;
	padding: 0px;
}
#foxmenu{position:relative;display:block;height:24px;font-size:11px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:5px 20px 0 20px;height:19px;background:transparent url(/images/foxmenu_bg-OFF.gif) no-repeat top left;}
#foxmenu ul li a:hover{color:#fff;background:transparent url(/images/foxmenu_bg-OVER.gif) no-repeat top right;}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#000;background:#fff;}
