@charset "UTF-8";
body {
	background-image: url(/Resources/backgroundGradient.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#header {
	margin-bottom: 30px;
}
#body {
	margin-bottom: 30px;
}
#menuLinkBorder {
	text-align: center;
	vertical-align: middle;
	height: 40px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
#bannerTop {
	background-image: url(/Resources/bannerTop.jpg);
	background-repeat: repeat-x;
	text-align: left;
	background-position: top;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
}
#bannerBottom {
	background-image: url(../Resources/bannerBottom.jpg);
	background-repeat: repeat-x;
	text-align: left;
	background-position: center bottom;
	margin-top: 0px;
	margin-left: 0px;
	height: 20px;
	vertical-align: text-bottom;
	position: relative;
	bottom: auto;
	clear: both;
}
#wrapper {
	width: 800px;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
#bodyCell {
	background-image: url(/Resources/Backdrops/homeBackdrop.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 620px;
	margin-left: 0px;
	padding-top: 15px;
	padding-left: 15px;
}
img {
	border: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.bodyFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.infoFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 10px;
}	
