@charset "utf-8";
body {
	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: #022A20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #439FF6;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* 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. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #1592EE;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FE0000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/*
#navcontainer {
	background-color: #00B185;
	height: 10px;
	width: 960px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/navbg.gif);
	background-repeat: repeat-x;
}*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #993300;
	font-style: normal;
	font-weight: lighter;
}
.oneColFixCtrHdr #container #mainContent strong {
	color: #990000;
}

a:hover
{
	color: #990000;
	text-decoration:underline;
}

/*
#navbar {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
    height:45px;
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar a {
    width:110px;
    color:#fff;
    text-decoration:none;
    background:url("images/rollover.gif") no-repeat;
    float:left;
    padding:12px 10px 13px;
    margin:0 -10px;
}
#navbar a:hover { 
    background-position:0 -45px;
    color:#1e5ebd;
}
#navbar a:active {
    background-position:0 -90px;
    color:#1e5ebd;
}

#navbar li#active a
{
 background-position:0 -45px;
    color:#1e5ebd;
}
*/


#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #993300;
color: #fff;
}
.double-border {
	border: 1px solid #00B185;
	padding: 5px; /*Inner border size*/
	background: #fff; /*Inner border color*/
	color: #000000;
}
h2 {
	font-weight: lighter;
	color: #04B388;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 16px;
}
.txt {
	font-size: 10px;
	color: #CCCCCC;
}
.txt a, a:visited {
	color: #cccccc;
}
.oneColFixCtrHdr #container #mainContent a {
	color: #3B8EE3;
}
