@charset "utf-8";


/* CSS Document */

* {	margin: 0px; padding: 0px; border: none; }
body {
	background: #99cc66;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
}
.clearer {
	clear: both;
}
a {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
#container {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 220px;
	width: 750px;
	text-align: left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: #FBEEDD;
	background-position: center top;
}
.headertext {
	text-align: left;
	float: left;
	width: 400px;
	padding-top: 70px;
	padding-left: 20px;
	color: #006600;
}

.headertext h1 {
	font-size: 3em;
}
.headertext p {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #311000;
}
.headertext .strap {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #666666;
	line-height: 1.2em;
}
#middle {
	background-color: #FEF1E1;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
}


#container {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sidenav {
	
	float: left;
	width: 200px;	
}
#content {
	float: right;
	width: 500px;
}
#mainbody {

	
}
#mainbody p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0 0 1.3em;
	color: #333333;
}
#mainbody p.source {
	font-style: normal;
	color: #666666;
	font-size: 1.4em;
}

#mainbody .intro {
	font-size: 1.4em;
	font-weight: bold;
}
#mainbody h1 {
	font-size: 2em;
	line-height: 2em;
	margin: 0 0 0.2em;
	color: #660000;
	text-align: center;
}

#mainbody h2 {
	font-size: 1.6em;
	line-height: 1.6em;
	color: #660000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
#mainbody h3 {
	font-weight: bold;
	font-size: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainbody table { font: 1.2em/1.2em Arial, Helvetica, sans-serif; color: #333; margin: 0 0 2em; }
#mainbody td { border-bottom: #666666 solid 1px; padding: 0.3em 0; }
#mainbody ul  {
	width: 450px;
	line-height: 1.8em;
	margin-left: 20px;
	padding-bottom: 15px;
}
#mainbody li  {
	font-size: 1.4em;
	list-style-type: none;
	background-image: url(images/star.gif);
	background-position: 0 top;
	background-repeat: no-repeat;
	padding-left: 1.4em;
	
}

#footer {
	width: 750px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 19px;
}
.ginkgo {
	float: left;
	padding-top: 20px;
}

.source {
	color: #666666;
}
.imageright {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:15px;
	float: right;
	margin-right: 15px;
}
.glossary {
	font-weight: bold;
}
a.glossary:link, a.glossary:active, a.glossary:visited { color:#324D7B; background-color:#FFFFFF; text-decoration:none; font-weight:normal;padding-top:1px;padding-bottom:1px;padding-left:3px;padding-right:3px;}
a.glossary:hover{ background-color:#D2E3F6; color:#324D7B;text-decoration:none;font-weight:normal;padding-top:1px;padding-bottom:1px;padding-left:3px;padding-right:3px;}

.imgright {
	float: right;
	border: thin solid #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.border {
	border: 1px solid #999999;
}
#left {
	float: left;
	width: 280px;
}
#right {
	float: right;
	width: 190px;
}
#news {
	background-color: #FFCC66;
	margin: 10px;
	width: 470px;
	padding: 8px;
}
