/* The body is the outermost layout component and contains the visible page content.  */
body {
	background-color: #303B79;
	color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Commonly used to style page titles. */
h1 {
	color: #A6C742;
}
/* Commonly used to style section titles. */
h2 {
	color: #243773;
}
h3 {
	color: #A6C742;
}
h5 {
	color: #808285;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #243773;
}
/* Sets the style for visited links. */
a:visited {
	color: 243773;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #B9D34C;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #003399;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #003399;
}
/* This is a container for the page content.  */
#outerWrapper {
	background-color: #E6E9EC;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#outerWrapper #header {
	background-color: #000000;
	color: #E7EBF1;
}


#outerWrapper #contentWrapper #leftColumn1 {
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	background-repeat:repeat-y;
	background-position:left;
}

#outerWrapper #footer {

}

#content {
	
}
#content p {
	font-size: 13px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
#nav  ul{
	list-style-type: none;
	display: inline;
}
#nav  ul li {
	list-style-type: none;
	display: inline;
}
.home a{
	background-position: bottom;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/home_button.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 139px;
	float: left;
	margin-right: 5px;
	margin-left: 25px;
}
.home a:active {
	text-decoration:none;
}
.home a:visited {
	color:#000;
	text-decoration:none;
}
.home a:hover
{
	background-position: top;
}
.initiatives a{
	background-position: bottom;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/init_button.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 139px;
	float: left;
	margin-right: 5px;
}
.initiatives a:active {
	text-decoration:none;
}
.initiatives a:visited {
	color:#000;
	text-decoration:none;
}
.initiatives a:hover
{
	background-position: top;
}
.resources a{
	background-position: bottom;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/resources_button.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 139px;
	float: left;
	margin-right: 5px;
}
.resources a:active {
	text-decoration:none;
}
.resources a:visited {
	color:#000;
	text-decoration:none;
}
.resources a:hover
{
	background-position: top;
}
.data a{
	background-position: bottom;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/data_button.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 139px;
	float: left;
	margin-right: 5px;
}
.data a:active {
	text-decoration:none;
}
.data a:visited {
	color:#000;
	text-decoration:none;
}
.data a:hover
{
	background-position: top;
}
.contact a{
	background-position: bottom;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/contact_button.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 139px;
	float: left;
	margin-right: 5px;
}
.contact a:active {
	text-decoration:none;
}
.contact a:visited {
	color:#000;
	text-decoration:none;
}
.contact a:hover
{
	background-position: top;
}
#footer a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #B9D34C;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:active {
	color: #FFF;
	text-decoration: none;
}
.h2altcolor {
	color: #808285;
}

