body{margin-top:0;text-align:center;background: #636958;}
body{font: 75%/150% "Trebuchet MS", Tahoma, Arial;}
body#content{font-family:tahoma,verdana,san-serif;font-size:14pt;}

#wrapper {
	position:relative;
	background:#fff;
	background:#fff url(../img/greenbar-top.gif) repeat-x top left;
	width:950px;		
	padding-top:8px;/*greenbar-top.gif is 8 pixels high--pixel perfect*/
	margin:0 auto;  /*centers the wrapper and everything in it if the body has text aligned center.*/
	text-align:left;	
	border-left:4px solid #53584a;
	border-right:4px solid #53584a;	
}
#content {
	float: left;
	width: 649px;
	margin: 30px 20px;
	font-size: 95%;
	line-height: 1.5em;

	}
#content h3{font: 1.5em Georgia, Times, serif;}
#sidebar {
	float: right;
	width: 241px;
	margin: 30px 10px 30px 0;
	color: #473C28;

	}
#footer {
	clear: both;
	font-size: 85%;
	}
 #b{color:#666666;}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h3{color:rgb(48,128,203);font-size:20px;font-weight:normal;}
.date{color:#dddddd;font-size:10px;line-height:12px;border-bottom:#dddddd 1px dashed;}
#content dt{color:rgb(48,128,203);}




/* --[ nav ]------------------------------- */

#nav {
	width: 450px;
	float: left;
	margin: 0;	
	padding: 20px 0 18px 36px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 115%;
	}
#nav li {
	list-style: none;
	float: left;
	margin: 0 6px 0 0;
	padding: 0 0 0 0;
	}
#nav a {
	float: left;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #6CA300;
	border: none;
	}
	
/* hover state */

#nav li:hover {
	background: #E0E8B9 url(../img/nhov-top.gif) no-repeat top left;
	}
#nav a:hover { /* a backup for IE's lack of li:hover support */
	background-color: #E0E8B9;
	}
html>body #nav a:hover {
	background: transparent url(../img/nhov-bottom.gif) no-repeat bottom right;
	}
	
/* active state */

#nav li.active {
	background: url(../img/nav-top.gif) no-repeat top left;
	}
#nav li.active a {
	color: #333;
	background: url(../img/nav-bottom.gif) no-repeat bottom right !important;
	}
#titlebar{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	background: url(../img/header-bg.gif) repeat-x bottom left;
	
}
#titlebar h1 {
	float: left;
	width: 144px;
	height: 36px;
	margin: 0;
	padding: 20px 20px 18px 20px;
	}
#titlebar h1 a {
	border: none;
	background: none;
	}
	
#content {
	float: left;
	width: 649px;
	margin: 30px 20px;
	font-size: 95%;
	line-height: 1.5em;
               
	}
#sidebar {
	float: right;
	width: 241px;
	margin: 30px 20px 30px 0;
	color: #473C28;	}
	
	.box {
	width: 241px;
	margin: 0 0 14px 0;
	background: #F8F8EC url(../img/box-tile.gif) repeat-y top left;
	}
.box-inner {
	background: url(../img/box-bottom.gif) no-repeat bottom left;
	}
.box h3 {
	margin: 0;
	padding: 15px 18px 0 18px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 110%;
	color: #E97E00;
	background: url(../img/box-top.gif) no-repeat top left;
	}
.box p, .box ul, .box ol, .box dl, .box form {
	margin: 0;
	padding: 1em 18px 18px 18px;
	font-size: 85%;
	line-height: 1.4em;
	}
.box ul li {
	margin: 0 0 2px 10px;
	padding-left: 15px;
	list-style: none;
	background: url(../img/bullet-alt.gif) no-repeat 0 3px;
	}
.box dl dt {
	margin: 0 0 2px 0;
	font-weight: bold;
	}
.box dl dd {
	margin: 0;
	padding: 0;
	}
ul.SidebarNavContent{font-size:12pt;}
.SidebarNavContent ol{margin-left:0px;padding-left:0}
	/* --[ footer ]------------------------------- */

#footer {
	margin: 0;
	padding: 0 0 28px 0;
	color: #473C28;
	text-align: center;
	background: #F8F8ec url(../img/footer-bottom2.gif) no-repeat bottom left;
	width:100%;
	}
#footer p {
	margin: 0 15px 0 25px;
	padding: 20px;
	line-height: 1.4em;
	background: url(../img/footer-top2.gif) no-repeat top left;
	}

	

	/* fixes IE double-margin bug */
	/*very important*/
#content, #sidebar {
	display: inline;
	}

/* hide from IE/Mac \*/
/* again very important to top of footer image which disappears */
#footer {
	height: 1%;
	}
/* end hide */
body#content{font-family:tahoma,verdana,san-serif;font-size:14px;}	