body {
	margin : 0 auto;
	padding : 0;
	background : #E5EDF3 url(images/bodybackground3.png) repeat-x;
	line-height : 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ******************************* MIDDLE ******************************** */
#container {
	position: relative; /* this is necessary for absolute position divs to position with respect to container */
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width : 825px;
	padding : 0;
}
#logoandmenu {
	position: relative; /* this is necessary for absolute position divs to position with respect to container */
	padding: 0px 0px 0px 0px;
	width : 825px;
	height: 122px;
	padding : 0px;
	background: url('images/container_header.png');
	border: 0px solid red;
	overflow: hidden;
	z-index: 1000;
}
#contentoutercontainer{
	position: relative; /* this is necessary for absolute position divs to position with respect to container */
	margin: -8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width : 825px;
	padding : 0;
	background: #E4ECF3 url('images/container-middleedges.png') repeat-y;
	border: 0px solid red;
	overflow: hidden;
}
#bottomoutercontainer{
	position: relative; /* this is necessary for absolute position divs to position with respect to container */
	margin: 0px 0px 0px 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width : 825px;
	height: 20px;
	padding : 0;
	background: #E4ECF3 url('images/container-bottom.png') no-repeat;
	border: 0px solid red;
	overflow: hidden;	
}
#contentinnercontainer{
	position: relative; /* this is necessary for absolute position divs to position with respect to container */
	margin: 0px 0px 0px 12px;
	padding: 0px;
	width : 800px;
	border: 0px solid red;
	overflow: hidden;
}
#topimages{
	position: relative; /* this is necessary for absolute position divs to position with respect to container */
	margin: 0px;
	padding: 0px;
	width : 800px;
	height: 194px;
	border: 0px solid red;
	border-bottom: 5px solid #FDAA27; /* the orange on the site */
	overflow: hidden;	
}
#contentmainwords{
	position: relative; /* this is necessary for absolute position divs to position with respect to container */
	float: left;
	margin: 0px;
	padding: 10px 30px 10px 30px;
	width : 521px;
	border: 0px solid red;
	overflow: hidden;
	font-family: Helvetica;
	font-size: 13px;
	color: #0F466E;
	background-color: white;
}
#contentmainwords h1, #rightgradientpanel h1{
/*	text-transform: capitalize;*/
	font-size: 19px;	
	font-family: Times;
	font-weight: normal;
}
#contentmainwords a, #contentmainwords a:link, #contentmainwords a:visited, #contentmainwords a:hover, #contentmainwords a:active{
	color: #8BB6CE;
}
#rightgradientpanel{
	position: relative; /* this is necessary for absolute position divs to position with respect to container */
	margin: 0px;
	padding: 10px 15px 10px 15px;
	width : 188px; /* 193 originally */
	background: white url('images/rightsidegradient.png') repeat-x;
	border: 0px solid red;
	overflow: hidden;
	font-family: Helvetica;
	font-size: 12px;
	color: #0F466E;
	border-left: 1px solid #8BB6CE;
}
#rightgradientpanel a, #rightgradientpanel a:link, #rightgradientpanel a:visited, #rightgradientpanel a:active, #rightgradientpanel a:hover {
	color :  #033a62; /* necessary for IE */
	text-decoration: underline;
}

#middleheightshim{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 1px;
	height: 250px;
}

#maincontainerwithfloatingdivs{
	margin: 0px;
	padding: 0px;
}

/* ******************************* TOP MENU ******************************** */
#navbar {
	float: right;
	clear: both;
	margin: 85px 30px 0px 0px;
	height: 25px;
	border: 0px solid green;	
	overflow: hidden;
}
#navlist {
	padding : 0px 0px 0px 5px;
	margin : 0px;
	text-align : center;
	background :  #0E5899;
	font-size: 10px;
}
#navlist li {
	list-style : none;
	margin : 0px 4px 0px 4px;
	padding: 4px 0px 4px 0px;
	float: left;
	color :  white;
}
#navlist li a {
	padding : 3px 0px 3px 0px;
	margin : 0px;
	color :  inherit; /* this doesn't work in IE but it does in all other browsers */
	color :  white; /* necessary for IE */
	text-decoration : none;
}
#navlist li a:link, #navlist li a:visited, #navlist li a:active {
	color :  none;
	color :  white; /* necessary for IE */
	border: 0px solid white;
}
#navlist li a:hover {
	color :  #FDAA27; /* necessary for IE */
}
#navlist li a.current{ color: #FDAA27; }
#navlist li.menuseperator{ color: #FDAA27;}

/* ******************************* BOTTOM MENU ******************************** */
.navbarbottom {
	float: right;
	margin: 0px 30px 0px 0px;
	height: 16px;
	width: 700px;
	border: 0px solid green;	
	overflow: hidden;
}
.navlistbottom {
	padding : 0px 0px 0px 5px;
	margin : 0px;
	text-align : center;
	background : #E5EDF3;
	font-size: 9px;
	float: right;
}

.navlistbottom li {
	list-style : none;
	margin : 0px 4px 0px 4px;
	padding: 4px 0px 4px 0px;
	float: left;
	color :  #999999;
}
.navlistbottom li a {
	padding : 3px 0px 3px 0px;
	margin : 0px;
	color :  inherit; /* this doesn't work in IE but it does in all other browsers */
	color :  #999999; /* necessary for IE */
	text-decoration : none;
}
.navlistbottom li a:link, #navlistbottom li a:visited, #navlistbottom li a:active {
	color :  none;
	color :  #999999; /* necessary for IE */
	border: 0px solid white;
}
.navlistbottom li a:hover {
	color :  #999999; /* necessary for IE */
}

#footerdivider{
	width: 799px;
	height: 10px;
	background: #1D629F;
	line-height: .1em; /* necessary for IE */
	font-size: .1em; /* necessary for IE */
}

#footer{
	padding: 7px 30px 0px 0px;
	text-align: right;
	color: #999999;
	font-size: 8.5px;
}
.clearBoth{ clear: both; }
.footerphone{ color: #0F466E; }
.bottommenusm{ font-size: 8.5px; }
