body {
	font-family: "Lucida Grande",  Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
div#container {
	width:760px;
	margin:auto;
}
title {
	display:none;
}
a {
	text-decoration:none;
	border-bottom:1px dotted;
}
.clearAll {
	clear:both;
}
/* ----------------------- All logos */
img.flashbutton {
text-decoration:none;
background:none;
border:none;
}

div#camden {
	text-align:right;
	width:760px;
	margin:auto;
	padding:5px 0px 0 0px;
	
}
div#camden img {
	vertical-align:middle;
	margin-left: 15px;
}
div#camden a img {
	border:none;
	border-bottom: none;
}
div#camden a {
	border: none;
}
div#camden a.side {
	margin-right: 20px;
}
div#copytag {
	padding:0 10px;
	margin-top: 2px;
	position:relative;
	top: 16px;
}
/* ----------------------- Header */
h1#title {
	background:url(images/logo_beta.gif) no-repeat;
	background-position: 20px 6px;
	height:54px;
	width:204px;
	float:left;
	margin:0;
	padding:0;
}
h1#title span {
	display:none;
}
div#header {
	background:url(images/bg_top.gif) no-repeat;
	height:54px;
	color:#99ce24;
}
div#header p {
	text-align:right;
	padding: 26px 20px 0 0;
	float:right;
	margin:0;
}
div#header p a {
	background: #4B6512;
}
div#header p a:link,  div#header p a:visited {
	color:#fff;
	text-decoration:none;
}
div#header p a:focus {
	color:#99ce24;
	border-bottom: 2px solid #99ce24;
}
div#header p a:hover {
	border-bottom: 2px solid #fff;
}
div#header p a:active {
	color:#99ce24;
	border-bottom: 2px solid #99ce24;
}
div#header .current, div#header p a:visited .current {
	border-bottom: 2px solid #99ce24;
}
/* ----------------------- Content */
div#content {
	clear:both;
	background: #4b6512 url(images/inner_mid.gif) repeat-y top left;
}
div#content h1 {
	background:url(images/inner_top.gif) no-repeat;
	margin:0;
	padding:20px 30px 0 30px;
	color:#99ce24;
}
div#content span.topHeader {
	background:url(images/inner_top.gif) no-repeat;

	height: 14px;
	padding: 0;
	margin: 0;
	
	display:block;
}
div#content h2 {
	margin:0;
	font-size:1.4em;
	padding:30px 30px 0 30px;
	color:#4b6512;
}
div#content p {
	padding: 6px 30px 0 30px;
	margin:0;
	margin-top:1em;
	line-height:1.6em;
	color:#4b6512;
	
	text-align:left;	
}
div#content a {
	background:#99ce24;
	color:#fff;
}
div#content a:hover {
	color:#4b6512;
}
div#graph {
	text-align:center;	
		
	height: 590px;
}
div#graph p {
	margin: 0;
	padding:0;
	
	display:block;
	
	text-align:center;	
}
div#rightcontent {
	float:left;
	width:170px;
	margin:0 10px 10px;
	
	text-align: center;
}

div#content #leftcontent {
	width:560px;
	float:left;
	border-right:1px dotted #ccc;
	background:none;
}

div#content table {
	margin: 20px 30px 0 30px;
	width:695px;
}

div#content table th {
	background:#4b6512;
	color:#fff;
	padding:3px;
	text-align:left;
}
div#content table td {
	padding:5px 5px 5px 0;
	text-align:left;
	vertical-align:text-top;
	color:#4b6512;
	line-height:1.6em;
	border-bottom:1px dotted #ccc;
}
div#content table .leftcol {
	width:400px;
}

/* Contact page */
label { 
	width: 180px;
	margin-right:10px;
	float:left;
}
div#contact p { clear:both; }
input, textarea, select {
	font-family: "Lucida Grande",  Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	border:2px solid #99ce24;
	color:#4b6512;
	width: 200px;
}

/* ----------------------- Footer */
div#footer {
	background:url(images/bg_bottom.gif) no-repeat;
	height:54px;
	color:#99ce24;
}
div#footerleft {
	text-align:left;
	padding: 2px 0 0 20px;
	float:left;
	width:100px;
	margin:0;
}
div#footerleft a img {
	border:none;
}
div#footerright {
	text-align:right;
	padding: 6px 20px 0 0;
	float:right;
	width:620px;
	margin:0;
}
div#footer a {
	color:#99ce24;
}
div#footer a:hover {
	color:#fff;
}
