
#banner {
	border-top: 10px solid Black;
	float: left;
	width: 100%;
	height: 41px;
}

.clearboth { clear: both; }
		
.blank {
	margin-top: 10px;
	float: left;
	width: 38%;
	min-width : 200px;
}

#logo {
	margin-top: 10px;
	float: left;
	width: 31%;
	background: #FAD529 url(../images/logo.gif) no-repeat right;
	height: 153px;
	border: 18px solid #FAD529;
	min-width: 200px;
}
		
#mainImage {
	border: 10px solid #FAD529;
	width: 183px;
	height: 149px;
	background: url(../images/mainImage.jpg) no-repeat;
}

#submenu	{
	float: left;
	margin-top: 30px;
	width: 45%;
	min-width: 350px;
	background-color: #2AAAAA;
	color: White;
	height: 140px;
}

#submenu a {
text-decoration: none;
	color: White;
}

#submenu a:hover {
	color: #FAD529;
}

#submenu ul {
  width: 15em; /* width is changed */
  margin: 20px  0 1em 0;
  padding: 0;
  list-style: none;
}
 
#submenu li {
	width: 10em;
	margin: 0;
	background-image: url(../images/menuBullet.gif);
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding: 0 0 0 1.7em; /* left padding moves the text away from the bullet */
	font-weight: bold;
}

#submenu  .col1 {line-height: 2.5em; margin-left: 2em;} 
#submenu  .col2 {line-height: 2.5em; margin-left: 13em;}
#submenu  .col3 {line-height: 2.5em; margin-left: 26em;}

#submenu .coltopper {margin-top: -7.5em;}

#sideContent {
	width: 25%;
	float: left;
	text-align: right;
	margin: 1% 2% 0 -1px;
	padding-left: 10%;
}

#BodyContent {
	background: #2AAAAA url(../images/mainContentBackground.gif) repeat-x;
	color: #f3e4bf;
	width: 38%;
	margin-left: 37%;
	min-width: 200px;
	padding: 20px;
}
#InteriorContent {
	background: #FFF6DF;
	color: #4A4A12;
	width: 38%;
	margin-left: 37%;
	min-width: 200px;
	padding: 20px;
}
#InteriorContent a {
	color: #5DAAAA;

}

#InteriorContent h1 {
	background: #AD2B2B url(../images/ButtonsBackground.gif) repeat-x;
	padding: 0 0 0 6px;
}

		
#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;
}
		
#newsItem1 {
	border-right: 1px solid #6FBAB5;
	margin-top: 20px;
	float: left;
	padding-right: 2%;
	padding-left: 1%;
	width: 17%;
}
		
#newsItem2 {
	margin-top: 20px;
	padding-left: 1%;
	float: left;
	margin-left: 2%;
	width: 16%;
}
		
		
		
/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1 {
	color: #F4E5C0;
	font-size: 22pt;
}

h2 {
	margin-top: -10px;
	font-size:18pt
}

h3{
	color: #F3E4BF;
	font-size:15pt;
}

h4 {
	font-size:15pt;
}

