body{
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	margin: 0px;
	padding: 0px;
	background-color: #BFB59B;
}

a:link, a:visited, a:hover {
	color: #996633;
	text-decoration: none;
}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #663300;
}

h2{
 font-size: 120%;
 color: #663300;
}

h3{
 font-size: 100%;
 color: #663300;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #663300;
}

h5{
 font-size: 100%;
 color: #663300;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #663300;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	margin: 0;
	width: 780px;
}

#masthead{
	margin: 0;
	width: 780px;
	height: 175px;
	background-color: #BFB59B;
	background-image: url(../images/title.jpg);
	background-repeat:no-repeat;
}

#navBar{
	margin: 0 5px 0 0;
	padding: 0px 0px 0px 0px;
	width: 200px;
	float: left;
}

#navBar p{
	margin-bottom: 0px;
	margin-top: 2px;
	margin-left: 10px;
	padding-bottom: 0px;
	padding-top: 2px;
	font-size: 75%;
	color: #663300;
}

#content{
	margin: 0 0px 0px 0px;
	padding: 0px 0px 0 0;
	margin-left: 200px;
	text-align: left;
	background-color:#BFB59B;

}


/***********************************************/
/*Component Divs                               */
/***********************************************/



/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px;
	background-color:#BFB59B;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.leftimage {
	float: left;
	padding: 5px;
	padding-top: 3px;
	margin-right: 5px;
	margin-top: 5px;	
}
.rightimage {
	float: right;
	margin: 0 20px 15px 10px;
}

.feature p{
	margin-right:5px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 90%;
	color: #663300;
/*	line-height: 18px;*/
	text-align:left
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 80%;
	color: #663300;
	background-color: #BFB59B;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	text-align: center;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/*#navBar li {border-bottom: 1px solid #BFB59B; line-height: 20px;}

/* fix for browsers that don't need the hack 
html>body #navBar li {border-bottom: none;}*/


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	text-align: center;
	vertical-align: bottom;
	background-color: #BFB59B;
	width: 200;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	margin: 0;
	/*padding: 2px 0px 2px 0px;*/
	width: 190px;
  	color: #996633;
	text-decoration: none;
}

#sectionLinks a:visited{
	color: #996633;
	text-decoration: none;
}

#sectionLinks a:hover{
	color: #996633;
	text-decoration: none;
}

#sectionLinks a:active{
	color: #996633;
	text-decoration: none;
}
