
body{
	font: 76%/1.5 "lucida grande",geneva,verdana,arial,helvetica,sans-serif; 
	color: #5E463C ;
	margin:0 auto; 
	text-align:center;
	background:#FDF9EC url(../images/grad.jpg) repeat-x;

}

/******* hyperlink and anchor tag styles 669999 *******/

a:link, a:visited{
	color: #197F2E;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

	
	
	
/************** header tag styles **************/

h1{
	font-weight:normal;
	color: #B36C20;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
}

h2{
font-size:1.1em;
font-weight:normal;
 color: #B36C20;
 margin: 0;
 padding: 0;
 text-transform:uppercase;
}

h3{
font-size:1em;
	font-weight:normal;
	color: #B36C20;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
}

h4{
font-size:0.9em;
font-weight:normal;
 color: #B36C20;
 margin: 0;
 padding: 0;
 text-transform:uppercase;
}


hr {border:none;
	border-bottom: 1px dashed #831311;
	width: 50%;
	color: #831311;
	height: 1px;
	text-align: center;
	background-color: #fff;
	margin-bottom:1em;
}




/*************** list tag styles ***************/

ul,li{
 margin:0;
 padding:0;
 list-style:none;
}


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell{
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding: 5px;
	position: relative;
	border:8px solid #FCF9F0;
	
}



#masthead{
position: relative;
	width:800px;
	margin:0 auto;
	background-color:#fff;
	border:8px solid #FCF9F0;
	padding: 5px;
	height:122px;
}



#content{
	padding: 0 10px 0 0;
	margin:0 188px 0 188px;
}

#contentLower{
	padding: 0 10px 0 0;
	margin:0 10px 0 188px;
}

#masthead h1{
	display:none;
	visibility:hidden;
}

#sidebar{
position:absolute;
background:#F5EFE4 url(../images/grad-side.jpg) repeat-x;
top:10px;
right:0;
width:165px;
float:right;
padding:0 2px 0 2px;
margin:5px 0 0 0;
}

#sidebar img{
border:1px solid #DFD0A4;
margin:0 10px;
}

div.box{width: 200px;padding: 2px;margin:0 auto 1em auto;height:auto;
    text-align:left;
	color:#fff;
	text-align:center;
	background: #73D371 url(../gradient.png) repeat-x 0 -5px;}


.skipLinks {display: none;}

/************** gallery in table styles *****************/
.gallery p{
margin:0;
	padding: 0 0 10px 0;
	letter-spacing:0.01em;
}


table {
	margin: 0 0 1.5em; border-bottom: #FAF3E0 1px solid; border-left: #FAF3E0 1px solid;border-right: #FAF3E0 1px solid;border-collapse: separate; border-spacing: 0;
}
td {
	padding:0.25em 0.5em 0.25em 0; border-top: #FAF3E0 1px solid; text-align: left;
}

td img{
float:none;
margin:0 auto;
display:block;}

.gallery img{
float:none;
margin:0 auto;
display:block;}

.gallery ul{
font-size:0.9em;
	padding: 0 0 10px 10px;
	letter-spacing:.033em;
	line-height:22px;
}

html>body .gallery {height: auto;}
/************** feature styles *****************/

.feature p{
margin:0;
	padding: 0 0 10px 0;
	letter-spacing:0.01em;
}


.feature ul{
font-size:0.9em;
	padding: 0 0 10px 10px;
	letter-spacing:.033em;
	line-height:22px;
}


html>body .feature {height: auto;}



.feature img{
	float: right;
	padding: 0px 10px 0px 5px;
}




/************** footer ****************/

#siteInfo{
	clear: both;
	border-top: 1px dashed #831311;
	font-size: 12px;
	color: #B36C20;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#credit{
	clear: both;
	font-size: 10px;
	color: #B36C20;
	padding: 2px 20px 4px 10px;
	margin-top: 0px;
	text-align: right;
}


/************ nav **************/
#pageNav{
	float: left;
	width: 168px;
	padding: 0;
	margin:10px 0 0 0;
	font-size: 0.9em ;
}



ul #sectionLinks{
list-style:none;
	margin: 0;
	padding: 0;
}



#sectionLinks li a:link, #sectionLinks li a:visited {
display:block;
	padding: 10px 0 10px 10px;
width:auto;
	background-color: #fff;
	color: #197F2E;
	height:auto;
}

#sectionLinks li{
border-bottom: 1px solid #95CC79;
	display:block;
	background-color: #fff;
	color: #000;
	height:auto;
}

#sectionLinks li a:hover{
	background-color: #831311;
	text-decoration: none;
	color: #fff;
	height:auto;
		display:block;
		width:auto;
}








