body {
	background-color: #a9c6e2;
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	text-align: center;
}

/* Remove default space P puts at top.  Still leave the bottom space though.
p {
	margin-top: 0;	
}
*/

a {
	color: #707070;
}

a:hover {
	color: #171717;
}

#wrapper {
	background: #ffffff;
	border: 6px solid #ffffff;
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

#masthead {
	background-image: url(../images/masthead.gif);
	height: 99px;
	width: 728px;
}

#navigation {
	font: 12px/22px Arial, Helvetica, sans-serif;
	padding-left: 108px;
	border-bottom: 6px solid #ffffff;
	width: 728px;
	background-image: url(../images/navbar.gif);
}

#navigation a {
	text-decoration: none;
	color: #ffffff;
	margin-right: 4px;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navigation li {
	display: inline;
}

#maincontent {
	float: left;
    width: 728px;
	overflow: hidden;
	padding-bottom: 10px;
}

#maincontent td {
    font: 12px/22px Arial, Helvetica, sans-serif;
}

#footer {
	padding: 20px 10px 10px;
	background-color: #2C5472;
	color: #ffffff;
	border-top: 6px solid #ffffff;
	width: 728px;
}

#maincontent h1 {
	margin-bottom: 0px;  /* Get rid of any margins with h1 so no space between paragraph text and header.*/
	font: bold 120% Arial, Helvetica, sans-serif; /* 125% size of parent font */
  	text-transform: uppercase;
}

#footer p {
	text-align: right;
}