
#banner {
	float: left;
	width: 20%;
	height: 258px;
	background-color: #9C8456;
	border-left: 1px solid White;
	padding: 0 1em 0 1em;
}

.clearboth { clear: both; }

.spacer		{
			float: left;
			width: 16%;
		border-top: 1px solid White;
		}
		
.blank {
	margin-top: 10px;
	float: left;
	width: 38%;
	min-width : 200px;
}

#logo {
	float: left;
	width: 20%;
	background: White url(../images/logo.gif) no-repeat center;
	height: 170px;
	min-width: 185px;
	padding: 1em;
}
		
#submenu	{
	float: left;
	width: 83%;
	min-width: 350px;
	background-color: #50442C;
	color: White;
	border-left: 1px solid White;
	border-top: 1px solid White;
}

#submenu a {
text-decoration: none;
	color: White;
}

#submenu a:hover {
	color: #9C8456;
}

#submenu ul {
	padding-top: 5px;
}
 
#submenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 1.7em 0 1.7em; /* left padding moves the text away from the bullet */
	font-weight: bold;
}

#BodyContent {
	background: #9C8456;
	width: 38%;
	min-width: 200px;
	padding: 20px;
	float: left;
}

#BodyContent a {
	color: #50442C;

}

#pullquote a {
	background: url(../images/linkBullet.gif) no-repeat;
	padding: 0px 0px 0px 18px;
	text-decoration: none;
	margin: 2em 0 0 2em;
	font-weight: bold;
	color: #00467F;
}

#pullquote a:hover {
	background: url(../images/linkBulletOver.gif) no-repeat;
	padding: 0px 0px 0px 18px;
	text-decoration: none;
	color: #8D8D8D;
}
		
#pullquote {
	background: White url(../images/menu.gif) no-repeat;
	float: right;
	margin: 0 0 .4em 1em;
	width: 145px;
	line-height: 1.3em;
	padding: .8em;
}
		
#sideContent {
	width: 14%;
	float: left;
	background-color: #50442C;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 85%;
	line-height: normal;
	padding: 6px;
}

#sideContent a {
	color: #9C8456;
	text-decoration:underline;
}

#sideContent a:hover {
	text-decoration:none;
}

#newsItems {
	float: left;
	margin-bottom: 2em;
}
		
.newsItem {
	padding: 5px;
}
				
/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1
{
	font-size: 30px;
}

h2 {
	font-size: 25px;
}
h3{
	font-size: 20px;
}
h4 {
	font-size: 15px;
}

