body {
margin: 0px;
background-color: #000000;
font-family: Tahoma, Arial;
font-size: 14px; 
margin: 0 auto;
min-width: 750px;
padding: 0;
text-align: center;
}

#wrap {
	width:900px;
	margin:0 auto;
	padding: 0px;
	background:#FFFF97;
	text-align:left;
	margin-bottom: 20px;
}

#header {
	background:#FFFFFF;
	padding: 0;
	margin: 0;
	margin-bottom:0px;
	height: 200px;
	overflow: hidden;
	display: block;
	text-align: left;
}



img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 {
    margin:0;
}

#nav {
/*	padding:5px 10px;*/
	background:#cc2800;
/*	border-bottom: 10px solid black;*/
	color: #FFFFFF;
	height: 50px;
}

#main {
	float: left;
	width: 670px;
	padding: 10px;
	padding-top: 30px;
	border-right: 10px solid black;
	background: #FFFFFF;
	display: block;
	min-height: 300px;
	border-top: 10px solid black;
}

.homepage #main {
	background: #FFFFFF url(index-bg.png) no-repeat right;
}

#sidebar {
	float: left;
	width: 180px;
	padding: 10px;
	background: #FFFF97;
	text-align: center;
	display: block;
	border-top: 10px solid black;
}

#footer {
	clear:both;
	padding: 5px;
	width: 890px;
	background:#cc2800;
	border-top: 10px solid black;
	color: #FFFFFF;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

ul a:link, ul a:visited {
	text-align:center;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #FFFFFF;
	height: 50px;
/*	position:absolute; top:50%; height:50px; margin-top:-25px; */
}

ul a:hover {
	text-decoration:none;
	color: #FFFFFF;
}
/*
ul {
	list-style-type: none;
	background-image: url(navbar.png);
	height: 50px;
	width: 800px;
	margin: auto;
	margin: 0;
	padding: 0;
}

li {
	float: left;
}*/

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 149px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid black;
	background-image: url(navbar.png);
	line-height: 50px;
}

#nav li:hover {
	background-image: url(navbar_hover.png);
}

.subnav {
	height: 0px; overflow: hidden;
	background-color: #AC1900;
	line-height: 25px;
	text-align: center;
}

.subnav a:link, .subnav a:visited {
	padding: 0;
	margin: 0;
	text-decoration: underline;
	color: #FFFFFF;
}

.subnav a:hover {
	text-decoration:none;
	color: #FFFFFF;
}

a.closenav {
	text-decoration: none;
	background-color: #c80000;
	padding: 5px;
}

h4 {
	font-size: 20px;
	font-variant: small-caps;
	margin-bottom: 0px;
}

h5 {
	font-size: 16px;
	font-variant: small-caps;
	margin-bottom: 0px;
}

.subtext {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 12px;
}

.item {
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

.desc {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

hr {
	height: 2px;
	background-color: #000000;
	color: #000000;
	border: 0px;
	margin-top: 15px;
}

/* .nav_container {
    display: table;
    height: 100%;
    width: 100%;
  }
  .nav_cell {
    display: table-cell;
    vertical-align: middle;
}*/
  
th p {
  font-weight: normal;
  margin: 0px; padding: 0px;
  font-size: 0.8em;
}

/*.printonly {
	display: none; height: 0px;
}*/