* {
	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;
}

.image{
	border-style:outset;
	border-color: red;
	border-width:10px;
      }

a:hover {
	color:#D90000;
	text-decoration:none;
}

.heading {
	color: #009999;
	align:left;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 720px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 40px;
}
#header {
	height:91px;
	text-align:right;
	margin-right:20%;
}
#header h1 {
	color:#E2F6FA;
	font-size:48px;
}
#header h3 {
	color:#E2F6FA;
	font-size:28px;
}
#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:720px;
	height:20px;
	background:url(../images/picTop.gif) left top no-repeat;
}
.layoutBody {
	background:#E2F6FA;
	padding:0 20px;
}
.layoutFooter {
	width:720px;
	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:15px;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
#navlist a:hover {
	color:#FFFFFF;
	font-size:15px;
	text-decoration:none;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
}
/*end menu*/

