body {margin:0px; 
	padding:0px;
	background-image: url(../images/concrete_vert.png);
	background-repeat: repeat-x;
	background-color:black;
	
	} /* Need to set body margin and padding to get consistency between browsers. */
/*content - This represents the whole page*/
#content
{
	position: absolute;
	left: 50%;
	width: 860px;
	margin-top: 30px;
	margin-left: -446px;
	text-align: left;
	padding: 15px;
	/*background-color: #EEE;*/
    
	background-image: url(../images/nature_bg_2.png);
	background-position: bottom center;
    background-repeat:no-repeat;

    background-color: #f5f5f0;
}
#contentcol
{
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px 0px 20px 0px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height:16px;
	width: auto;
	position: relative;
	z-index: 0;
}
#header
{
	text-align: center;
	/*border-bottom: 1px solid #333;*/
	margin-bottom: 5px;
	padding: 5px;
	height: 75px;
	border-style: none;
	background-image: url(../images/concrete_vert.png);
	background-repeat: repeat;
	background-position: left top;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}
#footer
{
	/*background-color: gray;*/
	padding: 5px;
	margin-top: 10px;
	height: 30px;
	background-image: url(../images/concrete_vert.png);
	background-repeat: repeat;
	background-position: left top;
	
}

#menucol
{
	float: left;
	width: 140px;
	height: 100%;
	padding: 10px;
	position: relative;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: left;
	/*margin-bottom: 5%;*/
	z-index: 1;
	background-image: url(../images/concrete_vert.png);
	background-repeat: no-repeat;
	
}
#rightcol
{
	float: right;
	width: 110px;
	/*background-color:#00d4d3;*/
	padding: 10px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:0px;
	z-index:2;
	background-image: url(../images/concrete_vert.png);
	background-repeat: no-repeat;
}
#middlecol
{
    width: 510px;
    background-color: white;
    margin-left:175px;
    padding:15px;
    margin-top:5px;
}
/*general styles below based on above*/
div#footer p{
	padding: 5px;
	margin-top: 3px;
	margin-bottom:5px;
	text-align:center;
	line-height:12px;
	color: #003300;
}
.designed {
	font-size:10px;
	line-height:10px;
	
}
.designed a{
	font-size:10px;
	line-height:10px;
	color: #003300;
}
div#menucol a
{
	color: #006600;
	font-size: 13px;
	line-height: 20px;
}
div#menucol a:hover { color: #FF0; }
div#header h1
{
	color: #063;
	margin-top:25px;
	font: bold 24px "Lucida Grande", Lucida, Verdana, sans-serif;
	display:block;
	vertical-align:middle;
	text-align:center;
}
h2
{
	font-size:15px;
    color: red;
    margin-top:0px;
}
textarea
{
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 12px;
    width:500px;
    
}
/*to center img*/
.centered
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	
}
div#rightcol img { border: none; }
/******************************************************/
/* for special pages -- put below here*/
p.about
{
	line-height: 20px;
	
}
div.pagenumbers{
	padding:5px;
	background:#cccccc;
	text-align:center;
	margin-left:5px;
	margin-right:5px;
}
div.pagenumbers a{
	/*text-decoration:none;*/
	color:#006600;
}
div.pagenumbers li{
	display:inline;
}
div.pagenumbers a:hover{
	background:#FF0;
	
}
div.barRed
{
	background: red;
	color: white;
	
}
div.barBlue
{
	background:#00C;
	color:white;
	
}



