* {
	margin: 0px;
}
body {
	background-color: #D0EBFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D1EBFA;
}
#wrapper {
	margin: 0px;
	width: 100%;
	background-image: url(../images/homeBkgd.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 550px;
}
#masthead {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#masthead  .logo{
	margin-top: 47px;
	float: right;
}
#mainNav  {
	height: 25px;
	margin-top: 84px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 602px;
	float: left;
}
#mainNav img {
	margin-top: 0px;
	margin-right: 26px;
}
#flashcontent {
	height: 401px;
	width: 748px;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 15px;
	padding-top: 15px;
	font-size: 11px;
	letter-spacing: .1em;
}
#footer a:link {
	color: #D1EBFA;
	text-decoration: none;
}
#footer a:visited {
	color: #D1EBFA;
	text-decoration: none;
}
#footer a:hover {
	color: #D1EBFA;
	text-decoration: underline;
}
#footer a:active {
	color: #D1EBFA;
	text-decoration: underline;
}
