body {
	background-image: url(../images/bg222.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#topbox {
	position:absolute;
	left:0px;
	top:0px;
	width:720px;
	height:20px;
}
#logobox {
	position:absolute;
	left:0px;
	top:20px;
	width:720px;
	height:240px;
	background-image: url(../images/mainlogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
contain {
	margin: auto;
	width: 720px;
}
#logospacer {
	position:absolute;
	left:0px;
	top:260px;
	width:720px;
	height:15px;
}
#navbox {
	position:absolute;
	left:0px;
	top:275px;
	width:720px;
	height:46px;
	z-index: 100;
}
#contentspacer {
	position:absolute;
	left:0px;
	top:318px;
	width:720px;
	height:20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
}
#bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 720px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 5px;
	margin-top: 8px;
	margin-bottom: 20px;
	height: 50px;
}
#content {
	position:absolute;
	left:0px;
	top:338px;
	width:720px;
	height:auto;
	text-align: left;
	z-index: auto;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 1;
}

#nav a {
	display: block;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	border: 1px solid #333399;
	margin: 1px;
}


#nav li { /* all list items */
	float: left;
	background-color: #000066;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 130px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color: #000066;
	width: 130px;
}
#nav2, #nav2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 1;	
}
#nav2 a {
	display: block;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	border: 1px solid #333399;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #333399;
}
#nav2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background-color: #333399;
	color: #000066;
}
#nav2 li { /* all list items */
	float: left;
	background-color: #000066;
}
#maincontainer {
	width: 720px;
	position: relative;
	height: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #000066;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 1px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 1px;
}
#maincontent {
	width: 560px;
	left: 150px;
	position: relative;
}
#sidenav {
	position:absolute;
	left:0;
	top:0;
	width:125px;
	height:253px;
	z-index:1;
	margin: 0px;
	padding: 0px;
}
#sidenav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
#sidenav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
#sidenav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: underline;
}
#sidenav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 200px;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.injtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #999999;
}
.injtext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #999999;
	text-decoration: none;
}
.injtext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #999999;
	text-decoration: none;
}
