/*basic2.css*/
*
{
	margin: 0px;
	padding: 0px;
}
BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
BODY#home
{
	background-image: url(../images/hazelnut_home_banner3.jpg);
	background-repeat: no-repeat;
}

h3 {
font-size:15px;
}

.boxline
{
	border-bottom: 1px dotted black;
}
.banner
{
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC99;
	padding: 10px;
}
#main_menu
{
	padding: 10px;
}
#mission
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 200px;
	padding: 20px;
	background-color: #FFFFCC;
}
.news
{
	font-size: 80%;
}
#container TABLE
{
	position: relative;
	top: 0px;
	float: right;
}
#container TD
{
	padding-left: 7px;
	padding-right: 7px;
}
#welcome
{
	background-color: #FABC69;
	color: #5E2B0D;
	padding: 6px 10px 10px;
	margin-bottom: 0px;
	border-bottom: solid #5E2B0B;
}
#footer TABLE
{
	position: absolute;
	float: none;
}
/*N A V   B A R   C O D E*/
#navlist
{
	margin: 1px 20px 2px 10px;
	font: 12px helvetica, arial, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 8px;
}
#navlist-white
{
	margin: 1px 20px 2px 10px;
	font: 12px helvetica, arial, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 8px;
}
UL#navlist LI, UL#navlist-white LI
{
	list-style: none;
	margin-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 2px;
	border-bottom-color: #5CA26C;
}
UL#navlist A, UL#navlist-white A
{
	color: #329B54;
	text-decoration: none;
	height: 20px;
	border-bottom: inherit none;
}
UL#navlist A:visited, UL#navlist-white A:visited
{
	color: #44A363;
	text-decoration: none;
}
UL#navlist A:hover, UL#navlist-white A:hover
{
	color: #572D10;
	text-decoration: none;
}
UL#navlist A#current, UL#navlist-white A#current
{
	color: #572D10;
}
/*E N D   N A V   B A R   C O D E
I T E M   B L O C K*/
.news_block
{
	background-image: url(../images/newsbackwide.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.item_title
{
	font-size: 12px;
	font-weight: bold;
}
.admin_name
{
	font-size: 9px;
}
.date
{
	font-size: 15px;
}
.item_block
{
	font-size: 12px;
	color: #602D12;
}
.item_block P
{
	margin-bottom: 10px;
	text-align: justify;
}
.item_block UL
{
	list-style: disc;
	margin-left: 30px;
	margin-bottom: 10px;
}
/*E N D   I T E M   B L O C K
S U B   P A G E S
This incorporates a workaround for IE5 garbage incompatability
http://www.bluerobot.com/web/css/center1.html for more info*/
#sub_container
{
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}
#sub_content
{
	width: 700px;
	margin: 0px auto;
	text-align: left;
	padding: 15px;
	border: 1px dashed #333;
	background-color: #EEE;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.indent
{
	margin-left: 30px;
}
UL.indent LI
{
	margin-bottom: 10px;
}
BLOCKQUOTE
{
	margin-left: 40px;
}
#sub_content TABLE.info
{
	border-right: 1px solid black;
	border-top: 1px solid black;
}
#sub_content TABLE.info TD
{
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px;
	background-color: #FFFACD;
}
/*E N D   S U B   P A G E S
N E W S L E T T E R*/
UL#newsletter
{
	margin-left: 80px;
}
UL#newsletter LI
{
	list-style: url(../images/newsletter_icon.gif);
	margin-bottom: 10px;
}
.link A
{
	border-bottom: 1px dotted #3D1F0E;
	text-decoration: none;
}
.link A:hover
{
	border-bottom: 1px solid #010101;
}
.link A:visited
{
	color: #3D1F0E;
}
#login
{
	padding: 10px;
	background-color: #602D12;
	color: #FDBC53;
}
.warning
{
	color: #FF0000;
}

.paddedblock {
padding: 10px;
}
