body {
	margin: 0; padding: 0;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	background-color: #ffffff;
}

h1 { font-size: 180%; line-height: 130%; }
h2 { font-size: 160%; }
h3 { font-size: 120%; }


#container {
	position: absolute;
	top: 81px;
	width: 100%; height: auto;
	background: #c0cde2 url(images/bg-bordertop.gif) repeat-x left top;
	z-index: 500;
}

#content {
	position: relative;
	top: 115px; left: 50%;
	width: 700px; height: auto;
	margin: 0 0 160px -350px; padding: 80px 0 0;
	line-height: 160%;
}
	#container > #content { padding-top: 55px; }
	#home #content { top: 200px; margin-bottom: 200px; padding-top: 10px; }
	#home #container > #content { padding-top: 0; }

#content li { 
	margin-bottom: .5em;
	padding-left: 7px;
	list-style-image: url(images/bullet.gif);
}

#logo {
	position: absolute;
	top: 38px;
	width: 100%; height: 199px;
	background: transparent url(images/logo.gif) no-repeat center top;
	z-index: 1000;
}
	#home #logo { height: 245px; background-image: url(images/logo-lg.gif); }
	#logo a { display: block; width: 190px; height: 190px; margin: 0 auto; padding: 0; }

#menutop {
	position: absolute;
	top: 7px;
	width: 100%;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	z-index: 3000;
}
	#menutop a { white-space: nowrap; }

#menubtm {
	margin-top: 0;
	padding: 18px 0 10px; 
	font-size: 90%;
	text-align: center;
	background: #ffffff url(images/bg-borderbtm.gif) repeat-x left top;
}
	#menubtm a { white-space: nowrap; }

#footer, div.potent {
	margin-top: 30px;
	font-size: 90%;
	letter-spacing: normal;
}
	div.potent { margin-top: auto; line-height: normal; }
	a.potent { font: bold 170% serif; font-style: italic; text-decoration: none; color: #8a998f !important; }
	a.potent span { display: none; }

div.head {
	float: left; 
	width: 200px;
	margin: -75px 20px 20px 0;
	text-align: center;
}
	#content > div.head { margin-top: -65px; }

.left { float: left; margin-right: 20px; }
.clear { clear: both; }
.nowrap { white-space: nowrap; }

a { text-decoration: none; color: #054300; }
	#content a, a:hover { text-decoration: underline; }
	#content a:hover { color: #fff; }

