@charset "utf-8";
/* CSS Document */

body{ 
	margin: 0 auto;
	width: 760px;
	font-family: comic sans ms, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:center;
	background-color: #372a24;
}

* {
	padding: 0;
	margin:0;
}

p {padding-bottom: 1em;}

ul {list-style: square;
	}
li {list-style: square;}

h1, h2, h3, h4, h5 {
	font-family: comic sans ms, Arial, Helvetica, sans-serif;
	padding-bottom: 1em;
}
  
#container{
	margin: 0 auto;
	width: 812px;
	font-family: comic sans ms, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	background:  url(../images/body_back2.gif) 0 0 repeat-y;
	}

#header {
	background-image: url(../images/header2.gif);
	background-repeat: no-repeat;
	height: 164px;
	width: 760px;
	margin-left: 26px;
}

#nav{
	background-image: url(../images/nav2.gif);
	background-color: #f2f5f0;
	background-repeat: no-repeat;
	height: 47px;
	margin-left: 26px;
	width: 760px;
	padding-top: 10px;
	font-size: 1em;
	font-weight: 500;
	text-align: right;
	
}


#nav a, #nav a:visited {
	text-decoration: none;
	color: #000000;
	padding-right: 26px;
	
}

#nav a:active, #nav a:hover {
	text-decoration: underline;
	color: #000000;
	padding-right: 26px;
}

#body_content{
	background-color: transparent;
	font-size: .8em;
	height: auto;
}

#left_nav{
	float: left;
	width: 200px;
	margin-left: 34px;
	margin-top: 10px;
	font-size: .9em;
	display: inline; /*do not remove, needed for IE6 double margin bug*/
}

#left_nav ul{
	list-style: none;
	color: #576b49;
	font-weight: 500;
}

#left_nav li {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	padding-top: 5px;
	list-style: none;
}

#left_nav a, #left_nav a:visited {
	text-decoration: none;
	color: #576b49;
}

#left_nav a:active, #left_nav a:hover {
	text-decoration: none;
	color: #000000;
}

.subnav  {
	width:100%;
	margin: 0px;
	background: transparent;
	border: none;
}

.subnav li {
	padding: 0;
	margin:0;
	background: transparent;
	border: none;
	margin-left: 30px;
	
}

#right_body{
	float: right;
	padding-left: 20px;
	border-left: 2px solid #d2ddcb;
	width: 520px;
	padding-top: 10px;
	margin-right: 33px;	
	/*border: 1px solid red;*/
	display: inline; /*do not remove, needed for IE6 double margin bug*/
	
}

#right_body ol{
	padding-left: 20px;
	list-style: decimal;
}

#right_body ul{
	list-style: disc;
	padding-left: 20px;
	padding-bottom: 5px;
	}
	
#right_body ul li ul li{
	list-style: circle;
}
#right_body ul li ul li ul li{
	list-style: disc;
}


#right_body a, #right_body a:visited {
	text-decoration: underline;
	color: #576b49;
}

#right_body a:active, #right_body a:hover {
	text-decoration: underline;
	color: #2c211d;
}

#title {
	font-family: comic sans ms, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: center;
	padding-bottom: 2em;
}

#footer{
	background-image: url(../images/footer2.gif);
	background-color: #f2f5f0;
	background-repeat: no-repeat;
	clear: both;
	height: 43px;
	margin-left: 26px;
	width: 760px;
	text-align: center;
}

#footer_text {
	padding-top: 14px;
	font-size: .8em;
}

#footer_text a, #footer_text a:visited {
	text-decoration: none;
	color: #000000;
	
}

#footer_text a:active, #footer_text a:hover {
	text-decoration: underline;
	color: #000000;
}

.hide {
	display:none;
}

#counter_out {
	text-align:center;
	border: none;
	width: 200px;
}
