

body	{
	background: #a7a197;
	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
	}



p {
	margin-top: 0;
	margin-bottom: 1em;
	font: 12px/18px helvetica, verdana, lucida, arial, sans-serif;
	}
	

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #ff6600;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #ff9933;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #ff6600;
	background: transparent;  
	}

/*  header fonts  */ 

h1, h2, h3, h4, h5, h6	{
	font-weight: bold;
	font-family: helvetica, verdana, lucida, arial, sans-serif;
	}

h1	{
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 32px;
	color: #19160f
	}

h2	{
	font-size: 22px;
	margin-top: 14px;
	margin-bottom: 0;
	letter-spacing: 1px;
	color: #339933
	}

h3	{
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 4px; 
	color: #666666
    }

h4	{
	font-size: 13px;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
	}

/*  main layout divs  */

#container {
	background: #fff;
	border: 1px dotted #333;
	margin: 10px;
/*  if you want the layout centered, uncomment these next 2 lines */
	margin-left: auto;
	margin-right: auto; 
	padding: 10px;
	width: 722px;			/* false value for IE4-5.x/Win, like so: */	
	voice-family: "\"}\"";	/* real width + l/r border + l/r padding = false value */
	voice-family:inherit;	/* end false value for IE4-5.x/Win */
	width: 700px;			/* real value for compliant browsers */
}

html>#container {
	width: 700px;			/* be nice to Opera */
}

#banner {
	padding: 10px 10px 10px 15px;
	background-color: #d5d1B9;
	text-align: center;
	background: url(../images/header_background.jpg);
  	background-repeat: no-repeat; 
}

#sidebar {
	float: left;
	margin: 15px 0 0 0;
	margin-right: 2px;
	padding: 2px;
	background-color: #e8e5D6;
	font-family: helvetica, verdana, lucida, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	width: 149px;			/* false value for IE4-5.x/Win, like so: */	
	voice-family: "\"}\"";	/* real width + l/r border + l/r padding = false value */
	voice-family:inherit;	/* end false value for IE4-5.x/Win */
	width: 145px;			/* real value for compliant browsers */
}

html>#sidebar {
	width: 145px;			/* be nice to Opera */
}

#content {
	padding: 0px 10px 0px 10px;
	margin-left: 158px;
	background-color: #fff;
	font-family: helvetica, verdana, lucida, sans-serif;
	color: #000;
	font-size: 12px;
}

/*  sidebar links  */

#navcontainer ul 
{
	margin: 0; 
	padding: 10px 0 10px 10px;
	list-style-type: none; 
	font: normal 11px/20px helvetica, verdana, lucida, sans-serif;
}

#navcontainer li { margin: 0 0 3px 0; } 

#navcontainer a 
{
	display: block; 
	padding: 2px 2px 2px 20px; 
	border: 1px solid #fff; 
	width: 100px; 
	height: 20px; 
	background-color: #b4b29c; 
	width: 124px;			/* false value for IE4-5.x/Win, like so: */	
	voice-family: "\"}\"";	/* real width + l/r border + l/r padding = false value */
	voice-family:inherit;	/* end false value for IE4-5.x/Win */
	width: 100px;			/* real value for compliant browsers */
}

html>#navcontainer {
	width: 100px;			/* be nice to Opera */
}

#navcontainer a:link, #navlist a:visited 
{
	font-size: 11px;
	color: #fff; 
	text-decoration: none; 
}

#navcontainer a:hover 
{
	font-size: 11px;
	border: 1px dotted #fff; 
	background-color: #ff9933; 
	color: #fff; 
}

#active a:link, #active a:visited, #active a:hover 
{
	font-size: 11px;
	border: 1px solid #fff; 
	background-color: #ff6600; 
	color: #fff; 
}


#footer {
	clear: both;
	padding: 4px;
	margin-top: 24px;
	background-color: #d5d1B9;
	font-family: helvetica, verdana, lucida, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}


#footer_home {
	clear: both;
	padding: 4px;
	margin-top: 0px;
	background-color: #d5d1B9;
	font-family: helvetica, verdana, lucida, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
