body {
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: 50% 0px;
	margin: 0 auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.2em;	
	color: #2534dc;	
	text-align: center;
	margin: 0;
	padding: 0;
}
p, ul, li, dt, dd {
	color: #2534dc;
	font-size: .9em;
	text-align: left;
}
dt, dd, a {	
	color: #2534dc;	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
}
h1 {
	color: #ff7d2b;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
}
h2 {
	color: #ff7d2b;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.25em;
}
h3 {	
	color: #ff7d2b;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;
	text-align: left;	
	}
h4 {
	color: #ff7d2b;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	}
}
a:hover {	
	text-decoration: underline;
}
#footer {
	clear: both;
	text-align: right;
	border-top: #27c4e9 thin groove;
	border-bottom: #27c4e9 thin groove;
}
#footer dt {
	display:inline;
	padding: 0 10px;
	margin: 0 10px;
}
#footer dd {
	display: none;
}
#footer p {
	font-size: .75em;
	line-height: .25em;
	text-align: right;
}
#banner {
	background-image: url(../image-files/banner.jpg);
	background-repeat:no-repeat;
	position: relative;
	height: 90px;
}
#highlight {
	background-color: #ff7d2b;
	background-repeat:no-repeat;
	height: 25px;
	clear: left;
	border: thin groove #27c4e9;
}
#wrapper {
	position: relative;
	top: 0;
	left: 0;
}
#top-nav dl {
	clear: both;
	top: 1px;
	left: 0;
	text-align: left;
	display: block;
}
#top-nav dt {
	display: inline;
	padding: 0 20px 0 20px;
	margin: 2%x;
}	
#top-nav dd {
	display: none;
}
#sidebar {
	position: relative;
	left: 10px;
	clear: both;
	float: left;
	width: 27%;
	margin: 1%;
	border: dotted #ff7d2b thin;
	text-align: left;
	text-transform: uppercase;
	padding: 15px;
	margin: 10px;
}
#contents {
	margin-top: 20px;
	float: right;
	width: 63%;
	padding: 5px;
	border: none;
}
#contents hr {
	width: 60%;
	color: #27c4e9;
}
#contents a {
	text-decoration: underline;
}
#contents p, p a {
	text-align: left;
}