body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#960;
	}
	
a:hover {
	text-decoration:underline;
	}
	
h1 {
	font-size:20px;
	margin:10px 0px 5px 0px;
	}

h2 {
	font-size:18px;
	margin:10px 0px 5px 0px;
	}

h3 {
	font-size:16px;
	margin:10px 0px 5px 0px;
	}

h4 {
	font-size:14px;
	margin:5px 0px 5px 0px;
	}

select {
	font-size: 10px; 
	color: #996600;
	text-decoration: none; 
	background-color: #FFFFFF; 
	border: thin solid #996600;
}

input {
	font-size: 10px;
	color: #996600;
	text-decoration: none;
	background-color: #FFFFFF;
	border: thin solid #996600;

}

textarea {
	font-size: 11px; 
	color: #996600;
	text-decoration: none; 
	background-color: #FFFFFF; 
	border: thin solid #996600;
}
	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#contentcenter {
	padding:10px;
	}

#bodytext p {
	padding-top:10px;
	margin:0px 0px 10px 10px;
	}

#bodytext p:first-letter {
	margin-left:-5px;
}
/*
#contentheader {
	height:150px;
	}

#bodytext p:first-letter {
	font-size:300%;
	float:left;
	padding:2px;
	margin-right:2px;
	color:#FFFFFF;
	}
#bodytext p:first-line {
	font-size:130%;
	}
*/

#pullquote-center {
	margin: 1em;
	padding: 1em;
	width: 90%;
	border-color: #dcb;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	text-align: center;
	}

#pullquote-center hr {
	visibility:hidden;
	}

#pullquote-right {
	margin: 1em;
	padding: 1em;
	width: 200px;
	border-color: #dcb;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	text-align: center;
	float: right;
	}

#pullquote-right hr {
	visibility:hidden;
	}

#image-right {
	margin: 1em;
	padding: 0px 1em 0px 1em;
	width: 200px;
	border-color: #dcb;
	border-style: solid;
	border-width: 1px;
	float: right;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	line-height: 1em;
	}

#image-right img {
	margin-bottom:1em;
	}

#pullquote-left {
	margin: 1em;
	padding: 0px 5em 0px 1em;
	width: 200px;
	border-color: #dcb;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	text-align: center;
	float: left;
	}

#pullquote-left hr {
	visibility:hidden;
	}

#image-left {
	margin: 1em;
	padding: 0px 5em 0px 1em;
	width: 200px;
	border-color: #dcb;
	border-style: solid;
	border-width: 1px;
	float: left;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	line-height: 1em;
	}

#image-left img {
	margin-bottom:1em;
	}
/************** .feature styles ***************/

.feature{
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 90%; */
	background-color:#FFFFFF;
	color: #333333;
	margin: 5px;
	padding: 5px 5px 5px 5px;
}

/*
.feature img{
	border-width: 5px;
	border-color: #333333;
}
*/

/************** .highlight styles *****************/

.highlight {
	color: #f90;
}

.highlight-tan {
	color: #960;
}

.highlight-orange {
	color:#f90;
}

.highlight-box {
	margin: 0px 0px 0px 10px;
	padding: 5px;
	border-color: #dcb;
	border-style: solid;
	border-width: 1px;
}

.small {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

.tiny {
	font-size: 9px;
	font-weight: normal;
	color: #999;
}

.sidebar {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

/*** Old site carryover ***/
.BodyTitle {
	font-size: 18px;
	color: #960;
}

.BodySubTitle {
	font-size: 16px;
	font-weight: bold;
}

.NoBorder {
	border: none;
}

.NoLinkLine {
	text-decoration: none;
	border: thin none #FFFFFF;
}

.quote {
	font-size: 12px;
	font-weight: bold;
	color: #996600;
}
