body {
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 0px;
	float: left;
}

a:link, a:hover {
	color: #006633;
	text-decoration: none;
	font-size:110%;
}

a:visited {
	color: #666699;
	text-decoration: none;
	font-size:110%;
}

a:hover {
	text-decoration: none;
	background: #AEFFAE;
	color: #006600;
	font-size:110%;	
}


#maincontent {
	position: absolute;
	left: 215px;
	top: 30px;
	margin-right: 13%;
	width:550px;

}





/************* #search styles ***************/

#search{
	padding-bottom: 5px;
	padding-left: 10px;
	width: 200px;
	font-size: 12px;
	text-transform: capitalize;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}




/*********** #Sidebar styles ***********/
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #666699;}


#sidebar{
	width: 155pt;

	background-repeat: repeat-y;
	position: absolute;
	height: auto;
	top: 25px;
	line-height: 150%;
	padding-top: 130px;
}

#sidebar a:link{
	voice-family: "\"}\"";
	voice-family:inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #009500;
	text-decoration: none;
	display:block;
	padding: 7px 0px 0px 12px;
	border-top: 0px none #FDFE98;
	width: 100%;
	font-weight:bold;
	width: 190px;
	line-height: 115%;
	text-align:left;
}

#sidebar a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #009500;
	text-decoration: none;
	display:block;
	padding: 7px 0px 0px 12px;
	border-top: 0px none #FDFE98;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-weight:bold;
	width: 190px;
	line-height: 115%;
	text-align:left;
}

#sidebar a:hover{
	text-decoration: none;
	color: #FFFF99;
	font-size: 80%;
	display:block;
	font-weight:bold;
	border-top: 1px solid #666699;
	border-bottom: 1px solid #666699;
	color: #FFFF99;
	background-color: #006600;
	padding: 5px 0px 0px 12px;
	width: 185px;
	line-height: 115%;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}


/************** Lower text links area styles **********************/
#linkarea, a:active {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #006633;
}


#linkarea, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #FFFFFF;
}

#linkarea, a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #006633;
}

#linkarea, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #666666;
}



/************* Main document styles ***************/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}

#maincontent a:hover {font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #006633;
	text-decoration:none;
	}
	
	
#maincontent a:active{font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	text-decoration: underline;
	color: #666699;
	}
	
#maincontent a:link{font-family: "Times New Roman", Times, serif;
	font-size:  100%;
	text-decoration: underline;
	color: #666699;
	}
	
#maincontent a:visited{font-family: "Times New Roman", Times, serif;
	font-size: 100%;		
	text-decoration: none;
	color: #6666CC;
	}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 135%;
	color: #000000;
	text-transform: uppercase;
	font-weight: normal;
}

h2{
	font-size: 110%;
	color: #009700;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: -2%;
}

h3{
	font-size: 100%;
	color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}






/************* Design CSS ***************/

#footerBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009933;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006633;
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
}

#footerBar, a:link, a:hover {
	color: #006633;
	text-decoration: none;
	font-size: 11px;
}

#footerBar, a:visited {
	color: #666699;
	text-decoration: none;
	font-size: 11px;
}

#footerBar, a:hover {
	text-decoration: none;
	color: #006600;
	font-size: 11px;
}

#contentholder {
	left: 0px;
	top: 140px;
	position: absolute;
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-bottom: 0px;
	padding-bottom: 50px;
	height:100%
}
#headerholder {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/top_tiler.jpg);
	background-repeat: repeat-x;
	width:100%;

}
