body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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 */
	background-color: #66CCFF;
	background-image: url(images/Backgrounds/GreyA.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #A5CA99;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #3B547C;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* 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. */
	vertical-align: bottom;
	background-color: #0D9BA9;
}
	
/*-----navigation css-------*/


ul#list-nav {
list-style:none;
margin:10px;
padding:0;
width:750px;
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
	text-decoration:none;
	padding:5px 0;
	width:135px;
	background:#A5CA99;
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	float:left;
	text-align:center;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C2D6F1;
}

ul#list-nav li a:hover {
background:#8DAD83;
color:#fff
}
/*----end navigation css----*/


.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 */
	margin-bottom:-10px;

}
#navigation {
	text-align: left;
	margin: 0px;
	position: absolute;
	top: 226px;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 900px;
}
.oneColFixCtrHdr #mainContent {
	background: #a5ca99;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 15px;
	color: #000;
}
.oneColFixCtrHdr #footer {
	background-color: #0d9ba9;
	height: 220px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.copyright {
	font-size: 10px;
	text-align: center;
	line-height: 1.5em;
}
#mainContent img {
	border: thin solid #3C557E;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0px;
}
.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#trainingbar
{
text-align:center; background-color:#3B547C;color:#FFF;text-transform:uppercase; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:28px;
}
#occupationsbox
{
width:202px;
padding-right:5px;
float:left;
font-size:10px;
}

#login
{

	color:#FFFFFF;
font-size:12px;
padding-left:435px;
position:absolute;
top:4px;
}


#bottomnav
{
font-size:12px;
margin: 0 auto;
padding:10px;
}


#bottomnav A:link	{color: #000;
	text-decoration:none}
#bottomnav A:visited	{color: #000;
	text-decoration:none}
#bottomnav A:active	{color: #3B547C;
	text-decoration:none}
#bottomnav A:hover	{color: #3B547C;
	}


