/***********************************************/
/* Layout Divs                                 */
/***********************************************/

body{
	margin: 0px;
	padding: 0px;
	background-color: #928e82;
}
#main {

	position: relative;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 780px;
	font-family: Arial,sans-serif;
	color: #333333;
	background-color: white;
	line-height: 1.166;	
}

#navcolumn {
	background-color: #c6b887;
	vertical-align: top;
	padding: 6px;
}

#contentcolumn { 
	margin: 0px 0px 0px 200px;
	vertical-align: top;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#header {
	margin: 0;
	padding: 0;
	width: 100%;
}

#header img{
	padding: 4px;
}



#content{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

#footer {
	height: 16px;
	border-top: 3px solid #645b4b;
	border-bottom: 3px solid #645b4b;
	padding-top: 4px;
	font-size: 72%;
	color: #645b4b;
	background-color:#c6b887;
}


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #645b4b;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #645b4b;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #645b4b;
}

h2{
 font-size: 114%;
 color: #645b4b;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #999999;
}

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: #334d55;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 12px 0px 12px 0px;
	text-align: center;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 6px 0px 0px 6px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 6px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

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


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}



.copyright {
	float:left;
	width:280px; 
	font-weight: bold;
}

label {
	font-size: 90%;
	color: #000;
}

