body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #E5F4D9;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
td,th,input,select,textarea {
	font-size: 12px;
}
form {
	margin: 0px;
}

input.text {
	color: #B78816;
	background-color: #F9F9F9;
	padding: 1px;
	height: 16px;
	border: 1px solid #6C8C0A;
}
input.button {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6C8C0A;
	border-right-color: #6C8C0A;
	border-bottom-color: #6C8C0A;
	border-left-color: #6C8C0A;
	color: #B78816;
	height: 20px;
	background-color: #FFFFFF;
}
textarea {
	border: 1px solid #6C8C0A;
	background-color: #F9F9F9;
}
select {
	color: #B78816;
	background-color: #FFFFFF;
}
a {
	color: #6C8C0A;
	text-decoration: none;
}
a:hover {
	color: #B78816;
	text-decoration: underline;
}
img {
	border: none;
}
#top {
	display: none;
}


#footer {
	clear: both;
	margin-top: 50px;
	color: #66BD0A;
	text-align: center;
	width: 760px;
}
#header {
	width: 550px;
	text-align: right;
	margin-top: 20px;
	height: 150px;
	vertical-align: top;
}
#header h1 {
	font-size: 24px;
	color: #66BD0A;
}
#header h1 a {
	color: #66BD0A;
	text-decoration: none;
}
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#blogTitle {
	color: #66BD0A;
}
#menu {
	color: #6C8C0A;
	margin-top: 2px;
	margin-left: 215px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6C8C0A;
}
#menu ul {
	margin: 0px;
}
#maincontent {
	width: 550px;
	float: right;
}
#pagebody {
	width: 760px;
}

#sidebar {
	float: left;
	width: 200px;
	clear: left;
}
#sidebars {
	float: left;
	width: 200px;
	 
}

#sidebar-top {
	text-align: center;
	margin-bottom: 20px;
}
#sidebar-top img {
	border: 1px solid #000000;
}
#sidebar-bottom {
	text-align: center;
}



.sidepanel {
	padding: 1px;
	margin-bottom: 10px;
}
.sidepanel .paneltitle {
	color: #6C8C0A;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6C8C0A;
	font-weight: bold;
	padding: 2px;
	font-size: 12px;
}
.sidepanel .panelcontent {
	padding: 5px;
	line-height: 120%;
	color: #6C8C0A;
}
.sidepanel .panelcontent ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.sidepanel .panelcontent li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}
.pagecontent {
	color: #B78816;
}
.pagecontent a {
	color: #B78816;
}
.content {
	margin-top: 15px;
	margin-bottom: 15px;
}
.content-top {
	background-image: url(title-bg.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding: 5px;
}
.content-top .contenttitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #6C8C0A;
}
.content-top .contentauthor {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	color: #666666;
}
.content-body {
	font-size: 14px;
	color: #B78816;
	line-height: 21px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CFECB4;
}
.content-bottom {
	font-size: 12px;
	color: #6C8C0A;
	text-align: right;
	padding-top: 5px;
}
.comment {
	margin: 5px;
	padding: 5px;
	width: 80%;
}
.commenttop {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6C8C0A;
	padding: 3px;
	color: #6C8C0A;
}
.commentcontent {
	color: #4C6307;
	padding: 3px;
}
.msgcontent {
	width: 500px;
	margin-top: 10px;
}
.msghead {
	color: #FFFFFF;
	background-color: #6C8C0A;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}
.msgbody {
	padding: 10px;
}
