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

h1 { font-size: 16px; line-height: 41px;}
h2 { font-size: 16px; }
h3 { font-size: 120%; }

img{ border:0;}


#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;
	width: 900px; height: auto;
	margin: 0 auto 0 auto; padding: 70px 0 0;
	
}

#content2 {
	position: relative;
	width: 750px; height: 800;
	margin: 0 auto 0 auto; padding: 70px 0 0;
	
}
	#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: 3px;
	list-style-image: url(images/bullet.gif);
	float:right;
}
#strip{width:800px; margin:10px auto 1px auto; text-align:center;}
#strip h1{line-height:14px;}

#strip2{width:750px; margin:10px auto 1px auto; text-align:left;}
#strip2 h1{line-height:8px;}
#strip2 p{line-height:1px; padding:0 0 0 28px}

#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; }
	
#leftside {
	float: left; 
	width: 380px;
	margin: 0 3px 3px 0;
	text-align: left;
}

#leftside h2 {line-height:14px;}
#leftside h1 {line-height:3px; font-size:10px;}


#rightside { float: right; width:490px; }

#rightside h2 {line-height:14px;}
#rightside h1 {line-height:3px; font-size:10px;}

#content li { 
	margin-bottom: .5em;
	list-style-image: url(../images/bullet.gif);
	float:left;
	display:block;
	padding:10px;
	line-height:21px;
	}

#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; }



.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; }

