@charset "UTF-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #006666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtr #container {
	width: 865px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 40px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:0;
}

#header, #footer {
	width:865px;
	margin:0 auto;
}

#header h1 {
	font-size: 50px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}
#header table {
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color:#999;
}

#footer p {
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
h2 {
	background-color: #666666;
	border-top-width: 1px;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 1px;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: solid;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #000000;
	border-right-color-value: #000000;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #000000;
	border-left-color-value: #000000;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	font-size: 18px;
	font-weight: normal;

}
.homeMain {
	float: right;
	width: 48%;
}
.homeSidebar {
	float: left;
	width: 48%;
}

ul#whoWeAre { /* layout for the sidebar on the Who We Are pages */
	float:left;
	margin-right:22px;
    font-family: Verdana, Geneva, sans-serif;
	font-size:80%;
    list-style-type: none;
    color: #fff;
    background-color: #036;
	margin-left:0px;
	padding:7px 0px 7px 0px;
}

ul#whoWeAre li {
// padding: 0.2em 0em 0em 0em;
}

ul#whoWeAre li a
{
//float: left;
color: #fff;
background-color: #036;
text-decoration: none;
padding: 0.3em 1em 0.3em 0.3em;
display:block;
}

ul#whoWeAre li a:hover
{
background-color: #369;
color: #fff;
}

ul#recentDev {
	margin:0 0 0 1em;
	padding:0;
}

ul#recentDev li {
  padding:0em 0em 1em 0em;
  margin:0;
}

