p {
	margin: 10px 0;
}
ul, ol {
	width: 90%;
	margin-left: 15px;
	padding-left: 15px;
	list-style-position: outside;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
img {
	border: none;
}
a, a:visited {
	color: #73b321;
}
a {
	font-weight: bold;
}
a:hover {
	color: #222;
}
h1, h2, h3, h4, h5 { 
	color: #73b321; 
	margin: 10px 0;
}
h1 {
	padding-bottom: 15px;
	font-size: 1.6em;
	border-bottom: 2px solid #73b321;
}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
hr {
	border: none 0;
	border-top: 1px solid #DDD;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;
	clear: both;
}
.clear {
	clear: both;
}
body {
	margin: 0 auto;
	color: #231f20;
	font: 62.5% Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 980px;
	background: #fff;
	overflow: auto;
}
#skip {
	margin: 0;
	text-indent: -9999em;
	height: 0;
}
#header {
	width:950px;
	height:89px;
	padding-right: 10px;
	text-align: right;
	font-size: 1.2em;
	background: url(../img/header.gif) no-repeat;
	float: left;
}
.size2 {
	font-size: 1.4em;
}
.size3 {
	font-size: 1.6em;
}
#subheader {
	margin-bottom: 5px;
	padding: 0;
	width: 960px;
	height: 238px;
	float: left;
}
.headerleft {
	margin: 0;
	padding: 0;
	float: left;
}
.headerright {
	margin: 0;
	padding: 0;
	float: right;
}
div#main {
	margin: -3px 0 -10px;
	background: url(../img/bg.gif) repeat-y;
	float: left;
}
div#left-col {
	margin: 0 5px 0 0;
	width: 200px;
	float: left;
}
/* --- navigation --- */
ul#nav {
	margin-top: 20px;
	padding: 0;
	list-style-type: none;
}
ul#nav li {
	line-height: 200%;
	font-size: 1.2em;
}
ul#nav a,
ul#nav a:visited {
	padding: 4px;
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 1.2em;
	text-transform: uppercase;
}
ul#nav a:hover {
	color: #d68d02;
}
div#presenter {
	margin: 100px 5px 20px;
	width: 180px;
	font-family: Times, serif;
	font-style: italic;
	font-size: 1.4em;
	text-align: center;
}
.library {
	margin-bottom: 20px;
}
#content {
	margin-right: 5px;
	width: 547px;
	padding: 20px;
	font-size: 1.4em;
	line-height: 1.8em;
	float: left;
}
.imageright {
	margin: 0 0 10px 10px;
	padding: 0;
	float: right;
	clear: right;
}
a.subscribe {
	width: 187px;
	margin: 40px 0 0;
	padding: 15px 0 15px 15px;
	display: block;
	color: #666;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
a.subscribe:hover {
	text-decoration: underline;
}
.newsletterform {
	margin:15px 0;
	padding:10px;
}
.newsletterform ul { 
	margin:0; 
	list-style:none;
}
.newsletterform ul li {
	clear:both;
}
.newsletterform ul label { 
	display:block; 
	width:160px;
	padding: 4px;
	text-align: right;
	float:left;
}
.newsletterform .textfield  {
	display:block;
	width:260px;
	padding:3px;
	margin:5px 0 7px;
	border:1px solid #73b321;
	outline:none;
	float:left;
}
.newsletterform .textfield:hover, 
.newsletterform .textfield:focus, 
.newsletterform .textfield:active { 
	border-color:#73b321; 
}
.newsletterform .send { 
	padding: 5px;
	margin: 10px 0 0 180px;
	text-align:center;
	background: #fefefe;
	font-size: 1.2em;
	border: 1px solid #73b321;
}
.newsletterform .send:hover {
	color:#73b321;
	background: #fff;
}
div#right-col {
	width: 163px;
	float: left;
}
div#right-col h3 {
	font-size: 1.4em;
	margin: 10px 0 0;
	color: #666;
}
div.social {
	text-align: center;
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
div.ads {
	display: block;
	width: 160px;
	height: 160px;
	margin-bottom: 20px;
	float: left;
}
div#wincontent,
div#featurescontent {
	margin: -4px 0 -1px;
	padding: 5px 10px 10px;
	font-size: 1.4em;
	height: 100%;
}
div#wincontent h2,
div#featurescontent h2 {
	color: #000;
}
div#wincontent a,
div#wincontent a:visited,
div#featurescontent a,
div#featurescontent a:visited {
	color: #000;
	font-weight: bold;
}
div#wincontent a:hover {
	background: #fff;
	color: #73b321;
}
div#featurescontent a:hover {
	background: #fff;
	color: #d68d02;
}
div#wincontent {
	background: url(../img/winbg.gif) repeat-y;
}
div#featurescontent {
	background: url(../img/featuresbg.gif) repeat-y;
}
span.more {
	position: absolute;
	left: -9999px;
	width: 900px;
}
#footer {
	margin: 0 auto;
	position: relative;
	width: 938px;
	padding: 20px;
	font-family: Times, serif;
	font-style: italic;
	font-size: 1.2em;
	border: 1px solid #ccc;
	text-align: center;
	clear: both;
}
#footer h2 {
	margin: 0;
	color: #231f20;
	font-weight: normal;
}
#footer a,
#footer a:visited {
	color: #73b321;
}
#footer a:hover {
	color: #73b321;
}
#footer hr {
	width: 90%;
}
.sponsor {
	margin: 0 5px 5px;
}
h2#copyright {
	margin: 0 auto;
	position: relative;
	width: 960px;
	padding: 5px;
	color: #231f20;
	font-size: .9em;
	clear: both;
}
#copyright a,
#copyright a:visited {
	color: #231f20;
	text-decoration: none;
}
#copyright a:hover {
	color: #73b321;
}
