body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "lucida grande", helvetica, verdana, arial, sans-serif;
	background-color: #f6f6f6;
	color: #342434;
	overflow: auto;
}
#container {
	background: white url("./bodybg3.jpg") top left repeat-y;
	width: 900px;
	min-height: 540px;
	margin: 0px auto;
	border: 1px dotted #CCCCCC;
}
#navbar {
	width: 305px;
	float: left;
	margin: 0px;
	padding: 0px;
	min-height: 540px;
	text-align: center;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#navbar li {
	background-color: #7cca4f;
	color: white;
	font-size: 15px;
	padding: 5px;
	margin-top: 4px;
}
#navbar li:hover {
	background-color: #9edf80;
}
#navbar a {
	text-decoration: none;
	color: white;
	display: block;
}

#content {
	background-color: white;
	margin: 15px 15px 15px 320px;
	padding: 5px;
	overflow: auto;
	min-height: 500px;
	width: 555px;
}
#content p, #content dl, #content ul, #content ol {
	line-height: 1.4em;	
}
#content a {
	text-decoration: none;
	color: #478324;
	border-bottom: 2px solid #834724;
}
#content a:hover {
	color: #a8e38b;
}
#content ul {
	list-style: circle;
}
#copyright {
	color: silver;
	font-size: 10px;
	text-align: center;
}
#copyright a {
	text-decoration: underline;
	color: silver;
}
p {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #4F7CCA;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1 {
	font-weight: bold !important;
	font-size: 35px;
	border-bottom: 2px dotted #7CCA4F;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 10px;
}