/* GENERAL STYLES */
body
{
	font-family:"Verdana","Arial";
	background:rgb(255,255,255);
	margin-left:auto;
	margin-right:auto;
	font-size:10pt;
}
p
{
	text-align:left;
	font-family:"Verdana","Arial";
	font-size:10pt;
}
h1
{
	font-family:"Verdana","Arial";
	font-size:18pt;
	font-weight:bold;
	text-align:left;
}
h2
{
	font-family:"Verdana","Arial";
	font-size:11pt;
	color:rgb(018,064,000);
	text-align:left;	
}
#black
{
	font-family:"Verdana","Arial";
	xbackground:rgb(255,255,255);
	margin-left:auto;
	font-size:10pt;	
}
/* CONTAINERS */
.outerContainer
{
	width:100%;
	text-align:center;
}
.innerContainer
{
	width:1000px;
	background:rgb(253,252,215);
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	clear:bottom;
	clear:both;
}
.pageContent
{
	width:750px;
	float:left;
	margin-top:60px;
	margin-left:20px;
	text-align:center;
}
.clearBoth
{
	clear:both;
}
.footer
{
	clear:both;
}	
.footerContainer
{	
	width:1000px;
	background:rgb(253,252,215);
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	clear:bottom;
	clear:both;
	height:100px;
}
/* LINKS */
a:link, a:visited, a:hover
{
	font-family:"Arial";
	color:rgb(174,116,57);
	text-decoration:none;
}
a:hover
{
	color:rgb(174,116,255);
}
/* NAVIGATION */
/* TOP */
.bannerImage
{
	background:url('images/newbroombanner.jpg');
	position:relative;left:25px;top:25px;width:95px;
	height:188px;
}
.bannerTitle
{
	font-size:36pt;
	position:relative;left:160px;top:-10px;
	color:rgb(255,174,23);
}

.bannerPicture
{
	height:160px;
	width:160px;
	border-style:none;
}
.bannerPictureDiv
{
	float:left;
	border-style:none;
	border-width:0px;
	border-color:rgb(255,174,23);
}
.mainNav
{
	position:relative;top:20px;
}
.mainNav
{
	margin-left:20px;
	width:960px;
	clear:left;
}
.mainNavItem
{
	float:left;
	margin-right:20px;
	margin-bottom:5px;
	margin-top:5px;
	font-size:10pt;
	background:url(images/bullet.bmp) top left no-repeat;
	height:16px;
	padding-left:20px;
}
.mainNavTable
{
	width:980px;
	position:relative;left:20px;top:20px;
}
.mainNavItem a:link, .mainNavItem a:visited, .mainNavItem a:hover
{
	font-size:10pt;
	color:black;
	font-weight:bold;
}
/* LEFT*/
.leftNav
{
	margin-top:60px;
	margin-left:10px;
	width:160px;
	float:left;
	background:rgb(255,224,166)
}
.leftNavSection
{
	margin:0px;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-top:5px;
	background:rgb(255,185,81);
	text-align:center;
}
.leftNavItem
{
	margin:0px;
	padding-bottom:5px;
	padding-left:5px;
}
.leftNavItem a:link, .leftNavItem a:visited, .leftNavItem a:hover
{
	font-size:10pt;
	color:rgb(64,64,64);
}
.leftNavSection a:link, .leftNavSection a:visited, .leftNavSection a:hover
{
	font-size:12pt;
	color:rgb(255,255,255);
	font-weight:bold;
}
/* TABLES */
table
{
	margin:0px;
	font-family:"Verdana","Arial";
	font-size:10pt;
	text-align:left;
}
.homePageTable
{
	
	border-style:none;
	width:494px;
	height:275px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:25px;
}

.boldtable
{
	font-family:'verdana', 'Arial';
	margin-left:auto;
	margin-right:auto;
	font-size:10pt;	
}
.indexPictureDiv
{
	margin-left:auto;
	margin-right:auto;
}
/* BUTTONS*/
.submitButton
{
	border-style:none;
	background:none;
	font-family:'Verdana', 'Arial';
	font-size:10pt;	
}

/* GOOGLE SEARCH WITHIN SITE */
.googleImage
{
	height:0px;
	width:0px;
	float:left;
}
.googleInput
{
	float:left;
}
.googleButton
{
	float:left;
	position:relative;left:5px;top:-1px;
}
.googleSearch
{
	position: relative; top:-75px;left:-110px;
	width:180px;
	float:right;
}
.googleSearchForm
{
	margin:0px;
	padding:0px;
	position:relative;top:0px;left:0px;
	height:30px;
}
