@charset "UTF-8";
/* 
	Based on "Walden Master Style Sheet" developed by Aaron Gough
	Walden: http://www.waldendesign.com
*/

/************************************************

			Generic Basic Styling
			
*************************************************/

h1,h2,h3,h4,h5{
	color:#2c5629;
}

body{
	font-size:12px;
}


/************************************************

		Custom Styling for Specifi IDs
			
*************************************************/


.lcount {	background-color:#999; 
	color:#fff;
	padding:2px;
	font:bold 12px verdana;
}

.lhead {	background-color:#eee; 
	border-top:#aaa 3px solid;
	border-bottom:#aaa 3px solid;
	padding:3px;
	font:bold 14px verdana;
}

.lpage {	font:normal 12px verdana;
}

.lpart {	background-color:#f0f0f0; 
	border-left:#ccc 2px solid;
	padding-bottom:25px;
}

#copyright {	font:normal 11px tahoma,verdana;
	color:#000;
	text-align:center;
	padding:0px;
}

.hwsinfo{
	font-size:10px;
}

.style8 {
	font-weight: bold;
	background-image: url('images/template_06.jpg');
}

p{
	font-size:12px;
}

ul{
	font-size:12px;
}

a{
	color:#2c5629;
}
	


/************************************************

				Global Classes
			
*************************************************/

/* for any block-level elements */
.clear{ 
clear: both; 
}

.float_left{
float: left;
}

.float_right{
float: right;
}

/* for text */
.align_left{
text-align: left;
}

.align_right{
text-align: right;
}

.align_center{
text-align: center;
}

.align_justify{
text-align: justify;
}

.bold{
font-weight: bold;
}

.italic{
font-style: italic;
}

.underline{
text-decoration: underline;
}

.greenText{
	font-size:13px;
	color:#2c5629;
}