* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #1CBDD9 url(../images/siteBackground.gif) right top no-repeat;
	color: #000000;
}
h3 {
	color:#1996D0;
}
a {
	color:#D90000;
	text-decoration:underline;
}
a:hover {
	color:#D90000;
	text-decoration:none;
}
#container {
	width: 500px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px 0 10px 40px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height:91px;
	text-align:right;
	margin-right:20%;
}
#header h1 {
	color:#E2F6FA;
	font-size:48px;
}
#header span {
	color:#BAEBF3;
}
#header span a {
	color:#BAEBF3;
	font-size:12px;
	text-decoration:underline;
}
#header span a:hover {
	color:#BAEBF3;
	font-size:12px;
	text-decoration:none;
}
#mainContent {
}
.layoutTop {
	width:500px;
	height:20px;
	background:url(../images/picTop.gif) left top no-repeat;
}
.layoutBody {
	background:#E2F6FA;
	padding:0 20px;
}
.layoutFooter {
	width:500px;
	height:20px;
	background:url(../images/bottomPic.gif) left top no-repeat;
}
#footer {
	text-align:center;
}
#footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color:#000;
	text-decoration:underline;
}
#footer a:hover {
	color:#000;
	text-decoration:none;
}
/*begin menu*/
#navcontainer {
	text-align:center;
	margin-bottom:10px;
}
#navlist a {
	color:#FFFFFF;
	font-size:18px;
	text-decoration:underline;
}
#navlist a:hover {
	color:#FFFFFF;
	font-size:18px;
	text-decoration:none;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
}
/*end menu*/
