body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/back_main.gif) center;
	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: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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.*/ 
	background: url(../images/header_landing.jpg) 0px 0px no-repeat;
}
.oneColFixCtr #mainContent {
	padding: 145px 50px 0px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box 
	background: #FFFFFF;*/
}

.oneColFixCtr #mainContent h1 {
	font-size: 1.6em;
	color: #FFF;
}

.oneColFixCtr #mainContent h2 {
	font-weight: normal;
	font-size: 0.8em;
	color: #FFF;
}

.LandingPageSections td {
	padding: 5px 15px;	
}

.LandingPageLinks {
	padding: 0px;
	font-size: 0.9em;
	width: 95%;
	margin: 5px 0px 0px 10px;
}

.LandingPageLinks caption {
	font-size: 1.3em;
	color: #FFF;
	text-align: left;
	margin-top: 15px;
}

.LandingPageLinks th a {
	font-weight: bold;
	vertical-align:top;
	color: #FFF;
	
}

.LandingPageLinks th a:HOVER {
	text-decoration: underline;
	
}
.LandingPageLinks td {
	text-align: left;
vertical-align:top;
	color: #FFF;
	padding: 3px 3px 0px 5px;
}

.LandingPageLinks td a {
	color: #FFF;
	text-decoration: none;
}
.LandingPageLinks td a:HOVER {
	text-decoration: underline;
}

div#footer {
	height: 129px;
	width: 989px;
	margin: 0 auto;
	margin-top: 10px;
	clear: both;
	background: url(../images/back_footer.jpg);
	display: block;
	width: 990px;
	height: 129px;
}

#FooterLinks {
	position: relative;
	float: right;
	top: 40px;
}

#FooterLinks ul {
	list-style: none;
}

#FooterLinks li {
	display: inline;
	padding: 0px 30px;
	font-size: 0.8em;
}

#FooterLinks li a {
	color: #FFF;	
	text-decoration: none;
}

#FooterLinks li a:HOVER {
	text-decoration: underline;
}