/* CSS Document */
* { font-weight:bolder};
.red {color: #FF0000}
#sidebar
{
	padding: 0px 20px 10px 20px;
	/*margin-left: 545px;*/
	width: 150px;
	/*border: 1px #ccc solid;*/
	/*height:250px; */
	/*background-image: url('nav.jpg');*/
	background: #fff; 
	text-align: left;
/*	background-image: url('shadow.gif');
background-repeat: no-repeat;
background-position: bottom center;*/
	}
	
#sidebar ul li:before {
	content: "\00BB \0020";
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 3px 0 15px 0;
	padding: 0;
	background-image: url('/images/nav.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 20px;
	width: 141px;
/*border: 1px red solid;*/
	}
	
#sidebar ul li a {
	color: #06C;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
	text-transform:none;
	}
	
#sidebar ul li a:hover {
	color:#691003;
	text-decoration:underline;
	}

#header 
{
	width:600px;
	width:100%;
	height:140px;
	background-image: url('/images/header.jpg');
}

#header h2
{	
	color: #FFF;
	text-align:left;
	position: relative;
	bottom: -115px;
	left: 417px;
	left: 20px;
	font-size:20px;
	font-weight:bold;
}

/* -=-=-=-=-=- */

.line {
	background-image: url(line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bigleafback {
	background-image: url(large_leafsmall.jpg);
	background-repeat: no-repeat;
	background-position: -30px 400px;
	border: 1px solid #691100;
}
body,td,th {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0px;
}
body {
	background-color: #CCCCCC;
}
.borderstyle {
	border: 1px groove #570901;
}
.padding5px {
	padding: 10px;
}
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
.style1 {font-size: 11px; color: #666666; font-family: Arial, Helvetica, sans-serif;}

a {text-decoration: none;
	color: #06C;}

a:hover {
	color:#691003;
}
a.nulinks:link {
	color: #999999;
	text-decoration: none;
}
a.nulinks:visited {
	color: #999999;
	text-decoration: none;
}
a.nulinks:hover {
	color: #CCCCCC;text-decoration: none;
}
a.nulinks:active {
	color: #999999;text-decoration: none;
}
.borderstyle {
	border: thin solid #CCCCCC;
}
.browntxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #570901;
}
.borderstyle {
	border: double #570901;
	padding: 2px;
}
.botnav {
	padding-right: 10px;
	float:right;
	}
	
.botnav a {
	text-decoration: none;
	color: #FFF;
	}

.botnav a:hover {
	color: #CCC;
}

