body {
	background-color: #ffffff;
	color: #012601;
	min-width: 782px;
	text-align:center;
	background-repeat: repeat-y;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	width: 100%;
	margin:0px;
	padding:0px;
	border:0;
}

#header {
	clear: both;
	width: 100%;
	margin:0px auto;
	background-color: #cedff1;
}

#logo {
	font-family:"Times New Roman";
	height: 45px;
	color: #f8f8f8;
	background-color: #8ab4dc;
	font-size:30px;
	padding-top: 10px;
	padding-left: 10px;
	width: 771px;
	margin:0px auto;
	text-align:left;
}

/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper {
	text-align: left;
	margin:0px auto;
	width: 833px;
	background-image: url(../images/bg3.gif);
}

#wrapper2 {
	margin:0px auto;
	width: 780px;
}

#subnav, #footer {
	clear: both;
	width: 782px;
	margin-left:25px;
}

#subnav, #footer {
	padding: 0px;
}

#subnav {
	height:82px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #FFF;
	margin-left:1px;
}

#footer {
	background-color: #323c46;
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	border-right: 1px solid #999;
}

.credit {
	width:771px;
	background-color: #F5F7C4;
	text-align: left;
	font-size: 10px;
	padding: 4px;
	margin:0 auto;
}

/* background: url(sidebar.gif) repeat-y 100% 0; */
#contentfloatholder {/* right faux column tab */
	float: left;
	width: 780px;
	background-color: #FAF9FB;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: ".";
    display: block;
		height: 0px;
    clear: both;
    visibility: hidden;
}

.content {
	padding-bottom:10px;
}

#center {
	min-height:600px;	
	margin-left:10px;
	font-size:14px;
}

#center li {
	list-style:disc;	
}

#centerwrap {
  float:left;
  width: 500px;
  margin-left: 0px;
  background-color: #FAF9FB;
}

#left {
  float:left;
  width: 136px;
  margin: 0px;
  padding-top:5px;
  background-color: #FAF9FB;
  text-align:left;
  height:200px;
}

#right {
	float:right;
	width: 126px;
	text-align:left;
	padding-top:5px;
}

.divider {
	float:right;
	margin-right:10px;
	width: 100px; 
}

.horzSpace {
	height: 7px;
	background-color: #323c46;
	padding:0px;
	width: 781px;
	margin:0px auto;
	text-align:left;
}

.breadcrumb {
	padding:4px;
	margin-left:15px;
}

.category_nav li {
	width:100%;
	padding:4px;
	border-bottom: 1px solid black;
}


.category_nav {
	border:1px solid black;
	background-color: #8ab4dc;
	border-bottom:none;
	list-style: none;
	padding-left: 0px;
	margin-left:5px;
}

.category_nav a {
	color:#FFF;
	text-decoration:none;
}

.child_nav {
	border:1px solid black;
	background-color: #cedff1;
	margin-left:5px;
	list-style: none;
	padding-left: 0px;
}

.child_nav li {
	margin-bottom:5px;
	padding:4px;
}

.child_nav a {
	color:#000;
	text-decoration:none;
}

.bold {
	font-weight: bold;
}

h1 {
	padding-top: 5px;
	color: #3e3e3e;
	font-size: 18px;
	font-family:"Times New Roman";
}

ul a {
	color:black;
}

li {
	list-style-type: none;
}
