body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #d5e9bb url(media/background-page.gif) top center repeat-y;
	font-family: "Lucida Grande", Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	}
	
h1 {
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Verdana, Geneva, sans-serif;
	font-size: 24px;
	line-height: 1.2em;
	color: #488b31; /* 488b31, f60 */
	margin: 1em 0 1em 0;
	}

h2 {
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	color: #488b31;
	margin: 2em 0 0 0;
	}
	
h3 {
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #000;
	margin: 1em 0 0 0;
	}

a { text-decoration: none; }

#head { text-align: center; }
	
#container {
	background: white;
	width: 680px;
	text-align: left;
	margin: 0 auto;
	}

#nav {
	background: #5aae3d;
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	/* font-weight: bold; */
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav a {
	float: left;
	display: block;
	margin: 0 0 0 10px;
	padding: 4px 8px;
	background: transparent;
	color: white;
	text-decoration: none;
	}
#nav a:hover {
	background: #488b31;
	}
#nav a:active {
	background: #2d571e;
	}
#nav a.here {
	background: #d5e9bb;
	color: #488b31;
	font-weight: bold;
	}
	
#content {
	clear: both;
	float: left;
	width: 100%;
	background: white url(media/content-gradient.gif) top left repeat-x;
	font-family: "Lucida Grande", Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	}
#content dl {
	margin: 1em 0;
	padding: 0;
	}
#content dl dt {
	margin: 0;
	padding: 4px 0 0 8px;
	font-weight: bold;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background: transparent url(media/gray-10-gradient.gif) top left repeat-x;
	}
#content dl dd {
	margin: 0 0 1em 0;
	padding: 0 0 0 8px;
	border-left: 1px solid #999;
	}
#content ul,
#content ol {
	list-style-position: outside;
	padding: 0 0 0 2em;
	margin: 0;
	}
#content li { margin: 0.5em 0; }
	
#wrap {
	margin: 30px;
	}
	
#maincol {
	margin: 0 200px 0 0;
	}
	
#maincol img { border: 1px solid #ccc; padding: 10px; }
#maincol a { text-decoration: none; }
#maincol a:link {
	color: #488b31;
	}
#maincol a:hover {
	background: #ffe38e;
	color: #000;
	border-bottom: 1px solid #c90;
	padding: 1px 0;
	}
#maincol a:visited {
	color: #5aae3d;
	}

#subcol {
	float: right;
	width: 180px;
	font-size: 11px;
	line-height: 1.3em;
	}

#footer {
	clear: both;
	text-align: left;
	color: #ccc;
	border-top: 1px solid;
	margin: 0 30px;
	padding-top: 2px;
	padding-bottom: 20px;
	}
#footer a { color: #ccc; }
#footer a:hover { color: #666; border-bottom: 1px solid; }
	
.intro {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	}

.box {
	background: #39c url(media/box-gradient.gif) top left repeat-x;
	padding: 10px;
	border: 1px solid #39c;
	color: #11222a;
	}
.box h3 {
	margin: 0 0 0.5em 0;
	}
.box a { text-decoration: none; }
.box a:link {
	color: #000;
	border-bottom: 1px solid #246b8e;
	}
.box a:hover {
	color: #000;
	border-bottom: none;
	background: #8dc6e3;
	}
.box a:visited {
	color: #000;
	border-bottom: 1px solid;
	}
	
.item { margin: 0 0 30px 0; }

.button {
	text-align: center;
	color: #036;
	border: 1px solid #069;
	background: transparent url(media/box-gradient.gif) top left repeat-x;
	font-size: 12px;
	font-weight: bold;
	}
.button a { display: block; padding: 5px; }
.button a:link,
.button a:visited {
	border: 0;
	}

#blue {
	color: #3b90d1;
	border-bottom: 2px solid;
	padding-bottom: 2px;
	}
	
#red {
	color: #be042a;
	border-bottom: 2px solid;
	padding-bottom: 2px;
	}
	
#black {
	color: #000;
	border-bottom: 2px solid;
	padding-bottom: 2px;
	}
	
.floatleft {
	float: left;
	margin: 0 15px 10px 0;
	}