/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLtHdr #mainContent {
	width: 49.6em;
	margin-bottom: 0px;
	height: auto;
	margin-top: 0px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 12px;
} 
#mainContent h2 {
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixLtHdr #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	margin-bottom: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContentp {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00011F;
	text-align: justify;
}




/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: auto;
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 20px;
	padding-bottom: 5px;
	padding-top: 0px;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	background-color: #00011F;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: .7em;
	padding-right: 0.8em;
	padding-bottom: 0.7em;
	padding-left: 0.8em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #00011F;
	color: #01509B;
	border-left-width: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.pagehead {
	background-color: #00011F;
	width: 872px;
	height: 100px;
	padding-top: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #FFCC00;
	padding-bottom: 0px;
	margin: 0;
	line-height: 0.8em;
}
body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #01509B;
	margin-top: 10px;
}
.twoColFixLtHdr .pagehead h1 white {
	color: #CCCCCC;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

