@charset "UTF-8";
/* CSS Document */

body {
	background-color: #CCC;
	font-size: 11pt;
	line-height: 150%;
	color: #333;
	text-align: center;
}
body,td,th {
	font-family: 'Book Antiqua','Constantia','Times New Roman','Times',serif;
}
p {
	line-height: 200%;
	font-family: "Book Antiqua", Constantia, "Times New Roman", Times, serif;
}
a {
	color: #4D6C1C;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#main {
	background-color: #f2f2f2; /* #D4E8B0; */
    margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	width: 780px;
	border: 1px solid #666;	
}
#header {
	background-image:url(../images/header_bg.png);
	background-position: center center;
	background-repeat:repeat-x;
	width: 780px;
	height:185px;
	text-align:right;
}
#login {
	color:white;
	font-size:11px;
	margin-top:8px;
	margin-right:8px;
	float:right;
}
#login th {
	color:white;
	text-align:right;
	padding-right:8px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#login input {
	border:0px;
	width: 80px;
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#main-menu {
	text-align:center;
	background-color: #4a6718;
	border-top: 2px solid #ddd;
	padding-left:4px;
}
.menu-item {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	white-space:nowrap;
	font-weight: bold;
	color: #eee;
	padding-top:0px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:2px;
}
.menu-item a {
	color: #eee;
	border-bottom:none;
}
.menu-item a:hover {
	color: #a4de42;
}


#footer {
	background: url(../images/footer_bg.png) repeat center center;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: 24px;
	clear: both;
}
#body {
	float: left;
	width: 560px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	border-right: 1px solid #666;
	background-color:#FFF;
}
#sidebar {
	float: right;
	text-align: left;
	padding-left: 12px;
	height: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 180px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
}
#sidebar ul li {
	padding: 6px;
}
#sidebar ul li:hover {
	background: #BAE86E;
}
#sidebar ul li a {
	text-decoration: none;
	color: #4D6C1C;
	border:none;
}
#picture {
	border-width: 2px solid #666;
	padding: 2px;
	margin-top: 6px;
	margin-left: 12px;
	margin-bottom:12px;
}
#quote {
	font-size: 11px;
	margin-right: 12px;
	margin-top: 12px;
	padding-top: 12px;
	border-color: #666;
	border-top-width: 1px;
}
textarea {
	width: 100%;
	padding:0px;
	margin:0px;
}
input[type="text"] {
	width: 100%;
}
h1 {
	color: #6F9425;
	line-height: normal;
}

.init-para {
	font-size:18px;
	font-weight:bolder;
	color: #4D6c1c;
	font-family:Verdana, Geneva, sans-serif;
}

#jQueryTabs {
	margin-top: 8px;
}