p {
	margin: 14px 0;
}
ul, ol {
	padding-left: 15px;
	list-style-position: outside;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
img {
	border: none;
}
a, a:visited {
	color: #487a01;
}
a:hover {
	color: #222;
}
h1, h2, h3, h4, h5 { margin: 0 0 20px;}
h1 {
	font-size: 1.6em;
	color: #487a01;
}
h2, h3, h4, h5 { 
	color: #c00; 
	text-transform: uppercase;
}
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: 60%;
	height: 1px;
	margin: 20px;
	clear: both;
}
table {
	margin-bottom: 20px;
}
table td {
	padding: 4px;
	border: 1px solid #ccc;
}
.clear {
	clear: both;
}
body {
	margin: 0 auto;
	font: 62.5% Arial, Helvetica, sans-serif; 
	color: #333;
	background: #ffc;
	text-align: center;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 956px;
	background: url(../img/bg.gif) repeat-y;
	overflow: hidden;
}
#skip {
	height: 0;
	text-indent: -9999em;
}
#header {
	width:956px;
	height: 310px;
	background: url(../img/header.jpg) no-repeat;
	float: left;
}
#header p {
	position: relative;
	top: 224px;
	left: 170px;
	font-family: Times,"Times New Roman", serif;
	font-size: 23px;
	letter-spacing: .001em;
	color: #063;
}
#left {
	width: 191px;
	margin-right: 20px;
	font-size: 1.2em;
	float: left;
}
/* --- navigation --- */
ul#nav {
	margin: 0;
	padding: 36px 0;
	list-style: none;
	background: #487a01;
}
ul#nav li {
	font-weight: bold;
	font-size: 1.2em;	
	border-bottom: 1px solid #cf9;
}
ul#nav li.first {
	border-top: 1px solid #cf9;
}
ul#nav a {
	padding: 6px 0 6px 20px;
	display: block;
}
ul#nav a:link, 
ul#nav a:visited {
	color: #fff;
	text-decoration: none;
}
ul#nav a:hover,
ul#nav a:focus {
	color: #fff;
	background: #2b5500;
}
#contact {
	width: 151px;
	padding: 20px;
	color: #355a01;
	float: left;
	font-size: 1.2em;
}
#contact a,
#contact a:visited {
	color: #355a01;
	font-weight: bold;
	text-decoration: none;
}
#contact a:hover,
#contact a:focus {
	color: #222;
	text-decoration: underline;
}
/* --- END LEFT--- */
#content {
	width: 710px;
	padding: 30px 0 20px;
	font-size: 1.2em;
	line-height: 1.6em;
	float: left;
}
#content p,
#content ul,
#content ol,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content hr,
#content table,
#sponsors,
#sponsors h3 {
	width: 440px;
}
#sponsors {
	margin: 20px 0;
	border-top: 2px solid #ccc;
	text-align: center;
}
#sponsors h3 {
	margin-top: 20px;
	color: #222;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}
#sponsors img {
	margin-right: 10px;
}
div.caption {
	width: 220px;
	margin: 0 0 20px;
	float: right;
	clear: right;
}
div.caption p {
	width: 200px;
	display: inline;
}
.small {
	font-size: .8em;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 956px;
	padding: 10px 0 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	color: #487a01;
	text-transform: none;
	font-size: 1em;
}
#footer h2 a, 
#footer h2 a:visited {
	color: #487a01;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #222;
}
#footer h3 {
	margin: 0;
	text-align: center;
	color: #ccc;
	text-transform: none;
	font-size: .9em;
}
#footer h3 a, 
#footer h3 a:visited {
	color: #ccc;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #487a01;
}