/* CSS Document */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}
body {
	background: #fff;
	color: #5E0022;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 0.85em;	
	text-align: center;
	background-image:url(../images/wrapper_bg.jpg);
	background-repeat:repeat-x;
}

.container 
{
	width: 770px;	
	margin: 0 auto;
	text-align: left;
}

h1 
{
	font-size: 2em;
	margin-bottom: 20px;
	padding-left:10px;
}

h2 
{
	font-size: 1.5em;
	padding-left:10px;
}

h3 
{
	font-size: 1em;
	padding-left:10px;
}

h2,
h3,
p
{
	margin-bottom: 10px;
}

p
{
	line-height: 1.5em;
}

/* skip links */
#skipnav 
{
	position: absolute;
	top: 0;
	left: -1000px;
}

/* links */
a,
a:link,
a:active,
a:visited 
{
	color: #DE3C16;
	text-decoration: none;
}

a:hover
{
	color: #FFFFCC;
	background: #DE3C16;
}

/* skip links */
#skipnav 
{
	position: absolute;
	top: 0;
	left: -1000px;
}
#printed-header
{
	display: none;
}
/*divs*/

#wrapper {
	width:100%;
	/*height:400px;*/
	min-height:100%;
	/*background-color:#C5C4AF;*/
	background-image:url(../images/bg_tile.gif);
	background-repeat:repeat-x;
	background-position:0 175px;
	
	}
#breadcrumbs {
	float:left;
	width:260px;
	height:30px;
	background-color:transparent;
	margin-top:10px;
	padding:3px 0 0 3px;
}
#leftcol {
	float:left;
	width:200px;
	/*height:400px;*/
	/*background-color:#00CCCC;
	border:1px solid #000000;*/
	margin:30px 0 0 0;
	}
/*Left column navigation*/

#leftcolnavarea {
	width:200px;
	height:290px;
	background-color:#transparent;
	/*background-image:url(../images/streak.gif);
	background-position:center right;
	background-repeat:no-repeat;*/
	}
#nav {
	width:200px;
	padding:5px;
	/*background-color:#837952;*/
	background-color:#99cc00;
	text-align:center;
	border:5px solid #F5F5F5;
	}
#nav ul {
	padding:0;
	margin:0;
	background-color:transparent;
	list-style-type:none;
	/*border:1px solid #000000;*/
	}
#nav ul li {
	padding:0;
	margin:0;
	font-weight:600;
	}
#nav ul li a {
	background-color:#8c8a66;
	background-image:url(../images/link_back.jpg);
	background-repeat:no-repeat;
	border-bottom: 1px solid #837952;
	color:#fff;
	display:block;
	padding:4px 0 6px 4px;
	text-decoration:none;
	height:1%;
	}
#nav ul li a:hover, #nav ul li a:focus {
	background-color:#c5c4af;
	background-image:url(../images/link_backhover.jpg);
	background-repeat:no-repeat;
	border-right: 1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	}
/*left column extra content div*/
	
#leftcolextra {
	margin-top:50px;
	margin-bottom:10px;
	width:260px;
	background-color:transparent;
	}

/*right column divs*/

#rightcol {
	width:495px;
	/*height:400px;*/
	/*background-color:#fff;*/
	float:right;
	position:relative;
	margin:-70px 0 0 0;
	/*border:5px solid #f5f5f5;
	background:url(../images/content_repeat.png) repeat-y top left;*/
	z-index:10;
	}
#rightcolinner {
	width:495px;
	position:relative;
	/*border:5px solid #f5f5f5;*/
	background:url(../images/content_repeat.png) repeat-y top left;
	z-index:1;
	}
#rightcol p {
	margin:10px 30px 0 30px;
	}
#rightcol h1, h2, h3, h4, h5 {
	margin:10px 30px 0 30px;
	}
#rightcol img {
	margin:10px 30px 0 15px;
	}
#rightcol .footimg {
	/*background-color:#FFFFFF;*/
	background-image:url(../images/content_footer.png);
	background-repeat:no-repeat;
	
	width:495px;
	height:65px;
	}
#rightcol .header {
	margin:0;
	padding:0;
	/*background-color:#FFFFFF;*/
	height:70px;
	width:495px;
	background:url(../images/content_header.png) no-repeat left top;
	}

.clearit {
	clear:both;
	}
/* sNews */
fieldset { border: 1px solid #E4DF94; padding: 10px 8px; margin: 0 0 8px 22px; background: #FFFBC0; color: #000; width:425px; }
input { padding: 2px; }
textarea { width: 97%; height: 20em; padding: 3px; }
.comment { background: #F5F6F6; color: #808080; padding: 10px; margin: 0 35px 10px 30px; border-top: 1px solid #ccc; }
.commentsbox { /*background: #f4f4f4;*/ color: #808080; padding: 10px; margin: 0 0 10px 0; }
.date { border-top: 1px solid #eee; margin: 0 0 20px 0; }
