body {
	margin: 0px;
	padding: 20px;
	background-color: #E0E0E0;
	font-family: Arial;
}

* {
	behavior: URL(iepngfix.htc); /*-- Fixes the pre-IE7 bug regarding transparent PNGs -- */
}

.pageBody {
	background-color: #EEEEF5;
	width: 800px;
	border: 1px outset #B0B0B0;
	margin-left: auto;
	margin-right: auto;
}

#pageLogo {
	margin: 5px;
}

#linkBar {
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: URL("images/linkbar_bg.png");
}
#linkBar a {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	color: #222222;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12pt;
}
#linkBar a:hover {
	background-image: URL("images/linkbar_bg_hover.png");
}

#pageContent {
	text-align: left;
	width: 650px;
	margin-right: 10px;
	margin-top: 10px;
	color: #444444;
	font-size: 11pt;
	line-height: 15pt;
}
#pageContent h1 {
	font-family: Verdana;
	margin-top: 5px;
	margin-bottom: 25px;
}
#pageContent h2 {
	font-size: 12pt;
	margin-bottom: 5px;
	border-bottom: 1px dotted #333333;
}

#contactform {
	background-color: #b9864b;
	color: #000000;	
}
#contactform input {
	background-color: #ecb97e;
	width: 170px;
}
#contactform textarea {
	width: 580px;
	height: 120px;
}

#footerBar {
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: Verdana;
	font-size: 8pt;
}