body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3A4150;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-size: 75%;
	background-image: url(../graphix/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

a:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}


a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;
	text-decoration: underline;
	}
	
form {
	margin: 0px;
	padding: 0px;
}
	
#globalContainer {
	width: 858px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	padding-top: 0px;
	padding-bottom: 0px;
	left: 50%;
	margin-left: -429px;
	overflow: hidden;
}


#globalContainer #mainContent #imageAreaTop {
	height: 158px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FF6600;
	text-align: center;
}

#globalContainer #mainContent #TopNavBar {
	height: 28px;
	background-color: #FFFFFF;
	position: relative
}


#globalContainer #mainContent #baseBar {
	background-color: #CCCED0;
	margin: 0px;
	display: block;
	vertical-align: bottom;
	background-image: url(../graphix/baseBar-graphic.gif);
	position: relative;
	height: 24px;
	padding: 0px;
}
#globalContainer #mainContent #baseBar .wdmLink {
	font-size: 75%;
	text-align: left;
	padding-left: 10px;
	position: absolute;
	width: 300px;
	vertical-align: 50%;
	z-index: 2;
	left: 10px;
	height: 15px;
	padding-top: 8px;
}

#globalContainer #mainContent #baseBar .ThorntonCopyright {
	font-size: 75%;
	text-align: right;
	position: absolute;
	padding-left: 421px;
	width: 405px;
	height: 15px;
	z-index: 1;
	padding-top: 8px;
}

#globalContainer #borderBottom {
	background-image: url(../graphix/Border-B.jpg);
	height: 9px;
}	

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 5px;
}

