html {
	background: #000000;
	color: #000000;
}
body {
	margin: 0px;
	text-align: center;
}

img{
	border: 0;
}

p, h1, pre {
	margin: 0px 10px 10px 10px;
}

h1 {
	font-size: 14px;
	padding-top: 10px;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-weight: normal;
}

#header {
	width: 664px;
	height: 100px;
	background: #FFFFFF;
	text-align: right;
	vertical-align: baseline;
	border-top: 10px solid #009900;
	border-left: 7px solid #009900;
	border-right: 7px solid #009900;
	border-bottom: 15px solid #009900;
	color: #009900;
	font-size: 18pt;
}

#content {
	width: 664px;
	padding: 0px;
	text-align: left;
	border-top: 1px solid #009900;
	border-left: 7px solid #009900;
	border-right: 7px solid #009900;
	border-bottom: 1px solid #009900;
	background: #FFFFFF;
	color: #563E05;
}

#navbar {
	width: 650px;
	height: 25px;
	background: #563E05;
	border: 1px solid #696969;
	margin: 0px;
	padding: 0px;
    color: #FFFFFF;
}

.navitem {
	list-style-type: none;
    height: 31px;
	width: 130px;
	float: left;
	clear: none;
}

.navbutton {
	display: block;
	height: 31px;
	width: 120px;
	font-size: 10px;
	float: left;
	clear: none;
	background: #563E05;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #999999;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 31px;
}

.navbutton:hover {
	background: #FFFF7E;
	color: #000000;
}

#header2 {
	background: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000000;
	text-align: right;
	font-weight: bold;
}

#body {
	width: 350px;
	height: 75%;
	padding: 10px;
	text-align: center;
	float: left;
	background: #FFFFFF;
	color: #000000;
}

#body h1 {
	text-align: center;
	background: #FFFFFF;
	color: #000000;
	font-weight: bold
}

#sidebar {
	width: 146px;
	height: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	float: left;
	border-left: 9px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	background: #009900;
	color: #FFFFFF;
	text-align: center;
}

#imgbar {
	padding-top: 75px;
	width: 150px;
	height: 300px;
	float: left;
	vertical-align: middle;
	background: #FFFFFF;
	color: #FFFFFF;
}

#imgbar img {
	vertical-align: middle;
}	

#infobar {
	width: 250px;
	height: 25%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	float: left;
	vertical-align: middle;
	background: #FFFFFF;
	color: #333333;
}

#infobar h1 {
	color: #0000FF;
	font-weight: bold;
	font-size: 12px;
}

#infobar p {
	color: #000000;
	background-color: #FFFFFF;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
}

#copyright {
	width: 678px;
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #009900;
	color: #333333;
}

#header h1 {
	padding: 0px;
	margin: 0px;
	background: #563E05;
	color: #FFFFFF;
}

#body p {
	color: #000000;
	background-color: #FFFFFF;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 14px;
}

#body li {
	color: #563E05;
	background-color: #FFFFFF;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
}

#sidebar p {
	color: #FFFFFF;
	background-color: #009900;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
}

#sidebar a:link {
	color: #000000;
	text-decoration: underline;
	font-size: 16px;
	text-align: left;
}

#sidebar a:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 16px;
	text-align: left;
}

#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
	text-align: left;
}

#sidebar ul {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

#sidebar li {
	linkcolor: 
	color: #FFFFFF;
	background-color: #009900;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 20px;
	text-align: left;
}

.copyright, .copyright a {
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	background: #009900;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

blockquote {
	border: 1px solid #FFFFFF;
	width: 350px;
	background-color: #EEEEEE;
	font-family: 'Lucida Grande', Geneva, Verdana, Tahoma, Arial, sans-serif;
	font-size: 9pt;
	color: #563E05;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
}
blockquote p {
    background-color: #EEEEEE;
    color: #563E05;
}
cite {
    display: block;
	text-align: right;
	font-size: 8pt;
}
#divider {
	clear: both;
}
