BODY
{
	background-color: #DCDAD5;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: x-small;
}

IMG
{

}
A:link	  { color: #fff; text-decoration: none; font-weight:normal; }
A:visited { color: #fff; text-decoration: none; font-weight:normal; }
A:hover   { color: #000; text-decoration: none; font-weight:normal; background-color: #fff;}
A:active  { color: #fff; text-decoration: none; font-weight:normal; }


h1
{	
	color: #000;

}	

h2
{
	
}
h3
{
	font-size: 200%;
	font-weight:normal;
	line-height: 150%;
	
}

h4
{
	font-size: 150%;
	font-weight: normal;
	line-height: 165%;
	padding-left: 24px;
	padding-right: 15px;
}
.nav {
	
	margin-top: 30px;
	height: 30px;
}

.nav li a {
	display: block;
	border-right: none;
	height: 30px;
	float: left;
	padding: 0 40.4px;
	border: 0px solid #29AF4D;
}


.nav li a:hover, .nav li a.active {
	background-color: #fff;
	color: #000;
	
}

/* LINES */

.line
{
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 20px;
}

.thick
{
	background-image: url(line_thick.png);
}

.thin
{
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	background-image: url(line_thin.png);
	margin-bottom: 0px;
}
.thin2
{
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	background-image: url(line_thin2.png);
	margin-bottom: 0px;
}
.thin3
{
	
	

	background-image: url(line_thin3.png);

}




#container
{
	width: 800px;
	margin: 0 auto;
	line-height: 155%;
	position: relative;
	
}

#container2
{
	margin: 35px;
	line-height: 155%;
}
#container3 
{
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #fff;
	text-indent: 40px;
}

#container3 a:link
{

	color: #000;
	background-color: #DCDAD5;
	
}





#header
{
	background-image: url(banner.png);
	width: 800px;
	height: 217px;
}


#main 
{
	height: 360px;
	padding-top: 1px;

	background-image: url(gradient1.png);
	background-repeat: repeat-x; 
}



ul
{
	margin-left: 20;
	padding-left: 0;
	list-style: none;
	#list-style-type: square;
	#list-style-position: inside;
}

#footer
{
	height: 70px;
	padding-top: 8px;
	background-color: #006633;
	color: #fff;
	font-size: 100%;
	
}
