body {
	margin: 0px;
	padding: 0px;
	font-family: Calibri;
	font-size: 14px;
	color: #4A4A4A; /*color: #352303;*/
/*background-color:#fff4e1;*/
	line-height: 140%;
	background-color: #FFFFFF;
}
.content li
{
	padding-bottom:4px;
}
.linkBar
{
	background-color: #FFFFFF; /*#382112;*/ /*background-color: #51211A; 2*/
	/*background-image:url(texture.jpg);
	background-repeat: repeat;*/

	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	
	font-variant: small-caps;
	height:40px;
}

.linkBarBottom
{
text-align:center;
font-size:12px;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
}




#wrapper
{
	/*border-left: 5px solid #E9E9E9;
	border-right: 5px solid #E9E9E9;*/
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom:20px;
	
}
#banner
{
	/*position:absolute;
	top:0px;
	margin-left:auto;
	margin-right:auto;*/
}
#topShade
{
	/*background-image: url(imgs/backTileTree.jpg);
	background-repeat: repeat;*/
	/*background-color: #382112;*/
	height: 100px;
	width: 100%;
	position: absolute;
	z-index: -10;
}
#topShade2
{
	/*background-color: #381216;*/
	height: 100px;
	width: 100%;
	position: absolute;
	top:100px;
	z-index: -10;
}

#gradient
{
	background-image: url(gradient.gif);
	background-repeat: repeat-x;
	height:100px;
}

#bottomShade
{
	background-color:#382112;
	text-align: center;
	height: 50px;
	width:800px;
	color:white;
}
.content
{
	
	/*background-image: url("gradient.jpg");
	background-repeat: no-repeat;*/
	padding: 5px;
	/*position:absolute;
	top:230px;
	width:800px;*/
}



.content a, .content a:link, .content a:visited, .linkBarBottom a, .linkBarBotton a:link, .linkBarBottom a:visited
{
	color: #013751; /* 7D5D27*/
	text-decoration:none;
}

.content a:hover, .linkBarBottom a:hover
{
	color: #2FA6AA; /* 463416 */
}


td{
	vertical-align: top;
}


.label
{
	color: #043343;
	border-bottom: 1px solid #FFCC33;
	font-weight: bold;
	margin: 3px;
	font-size: 14px;
}
.title
{
	color: #043343;
	font-weight: bold;
	}
	
h1{
	color: #043343;
	font-weight: bold;
	font-size:15px;
}
h2{
	color: #043343;
	font-weight: bold;
	font-size:14px;
}
	p
	{
	padding:5px;
	}
	
	
.padded{
	padding: 3px;
}

.rightColumn{
	padding-left:30px;
}



hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #FFCC33;
    margin: 0 0; padding: 0; }




/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	/* Clear floats */
	float:left;
	width:100%;
	padding-left:0px;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
	
}
#nav a, #nav span{
color: #013751;
	display:block;
	padding:3px;
	text-decoration:none;
}
#nav a:hover{
	color: #2FA6AA;
}

