.body-text {
	font-size: 14px;
	line-height: 17px;
	padding: 0px;
	margin: 7px 45px 7px 45px;
}
.body-text-small {
	font-size: 12px;
	padding: 0px;
	margin: 7px 45px 7px 45px;
}
.form {
	font-size: 13px;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
	color: #333333;
}
.red-bold {
	font-size: 12px;
	font-weight: bold;
	color: #CC0033;
}
.numbers {
	font-family:"Times New Roman", Times, serif;
}
.ltgrey {
	color: #999999;
}
.white-top {
	font-size: 13px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}
.white-top-phone {
	font-size: 20px;
	line-height: 23px;
}

/*************************************************/

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #999999;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 800px;
}
#outerWrapper #header {
  background-color: #999999;
  font-size: 18px;
  font-weight: bold;
  height: 79px;
  line-height: 15px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #topNavigation {
  background-color: #999999;
  height: 26px;
  width: 800px;
  text-align: right;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper {
}
#outerWrapper #contentWrapper #content {
  background-color: #ffffff;
 float: left;
  margin: 0 0 0 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 800px;
}
#outerWrapper #footer {
  background-color: #999999;
  float:right;
  margin-top: -7.1em;
  height: 80px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 800px;
}

/****************************/
/*DROP DOWN MENU*/

#menu ul {
	float: right;
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0 0 0px 0;
}

#menu{
	list-style: none;
	line-height: 1em;
	padding-left: 0px;
	margin: 0 0 0 0px;
}

#menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html #menu, * html #menu li li a{
	height: 1%;
}

#menu a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

#menu a:hover{
	background-color: #ffffff;
	color:#241f51;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

#menu li {
	float: right;
}

#menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 16em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	z-index: 200000;
	background-color: #FFFFFF;
}

#menu li li {
	padding-right: 1em;
	width: 16em;
	text-transform: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #BABABA;
}

#menu li ul a {
	border-right: 1px solid #585757;
	text-transform:none;
	padding:.5em 1em;
}

#menu li ul ul {
	margin: -1.75em 0 0 14.1em;
	border: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	background-color: #F6F6EE;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

#menu li:hover, #menu li.sfhover {
	background-color: FFFFFF;
	color: #000066;
}

#menu li li:hover, #menu li li.sfhover {
	background-color: #FFFFFF;
	color: #000066;
}
#menu li:hover a, #menu li.sfhover a {
	color: #241f51;
	text-decoration: none;
}
#menu li:hover li a, #menu li.sfhover li a {
	color: #333333;
	text-decoration: none;

}

#menu li li a:hover, #menu li li.sfhover a:hover{
	background-color: #cccccc;
	color: #333333;
}

#menu li li a, #menu li li.sfhover a{
	border: none;
	background-color: #FFFFFF;
	color: #333333;
	position:relative;
}

#menu li li.bottom {
	background-color: #FFFFFF;
	border-bottom: none;
}
#menu li.on a{
	color: #CCCCCC;
}
#menu li.on li a{
	color: #FFFFFF;
}

#submenu{
	margin: 4px 4px 6px 8px;
	padding: 0;
	clear: both;
	overflow: auto;
}

* html #submenu{
	height: 1%;
}

#submenu li{
	list-style: none;
	float: right;
	padding: 0px 0px 0px 4px;
	margin: 0;
}

#submenu a{
	color: #333333;
	text-decoration: none;
	margin-bottom: 4px;
	margin-right: 2px;
}

#submenu a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/* IE FIX */
#menu iframe {
position: absolute;
left: 0;
top: 0;
z-index: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
