body, html{
	background: #C3CED9 none repeat scroll 0 0;
	margin: 0;
	padding: 0;
	font-family: Tahoma,'Lucide Grande',Arial,sans-serif;
}
#Container{
	top: 5px;
	position: absolute;
	height: 615px;
	width: 710px;
	left: 50%;
	margin-left: -380px;
}
#Masthead{
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 95px;
	width: 710px;
}
#Content{
	background-image: url(../images/content.gif);
	position: absolute;
	top: 95px;
	height: 500px;
	width: 710px;
}
#Title{
	position: absolute;
	top: 5px;
	left: 250px;
	font-family: arial;
	font-size: 20pt;
	width: 200px;
	height: 30px;
}
#Pic{
	position: absolute;
	top: 46px;
	left: 50px;
	height: 252px;
	width: 610px;
}
#Txt{
	position: absolute;
	top: 304px;
	left: 60px;
	height: 114px;
	width: 591px;
	color: #000000;
}
#Footer{
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 499px;
	height: 56px;
	width: 710px;
}
.genLeft{
	margin-top: 34px;
	margin-left: 25px;
	font-weight: bold;
	font-size: 9px;
	color: #FFFFFF;
}
p{
	font-size: 9pt;
	color: #808080;
}
h1{
	font-size: 16pt;
	color: #0099cc;
	font-weight:normal;
}
a:link, a:visited, a:active, a:hover{
	color: #fe7a22;
	text-decoration: none;
}
