body {
	margin: 0;
	padding: 0;
	background: #F4F4F4;
	font-size: 13px;
	text-align: justify;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	color: #5D5D5D;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	font-weight: bold;
}

h1 {
	letter-spacing: -2px;
	font-size: 25px;
}

h2 {
	letter-spacing: -1px;
	font-size: 21px;
}

p, ul, ol {
	line-height: 150%;
}
a {
	color: #36B704;
}

a:hover {
	color: #308012;
}

#header {
	width: 920px;
	text-align: center;
	margin: 0 auto;
}

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	background: url(pic/bg2.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(pic/bg1.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
}

#page-bgbtm {
	background: url(pic/bg3.jpg) no-repeat left bottom;
	padding: 30px 40px 30px 30px;
}

#content {
	float: right;
	width: 660px;
	margin: 0;
	padding-top: 5px;
	color: #666666;
}

.maintext {
	padding: 0px 0px 10px 0px;
}

.title {
	margin: 0px;
	padding-bottom: 10px;
	background: url(pic/hr.jpg) repeat-x left bottom;
}

.entry {
	margin: 0;
	padding-bottom: 10px;
}

#sidebar {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	color: #525750;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin-bottom: 40px;
	padding: 0px 10px;
}

#sidebar li li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 25px;
	border-bottom: 1px #AEC0A6 dashed;
}

#sidebar h2 {
	width: 185px;
	height: 32px;
	padding: 6px 0px 0px 15px;
	background: url(pic/gh.jpg) no-repeat left top;
	font-size: 18px;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #525750;
}

#sidebar a:hover {
	text-decoration: none;
	font-weight: bold;
}

#footer {
	width: 800px;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 27px;
}

#footer p {
	padding-top: 15px;
}

#footer p a {
	color: #000000;
}

img { border: none; }

img.left {
	float: left;
	margin: 5px 15px 5px 2px;
}

img.right {
	float: right;
	margin: 5px 2px 10px 30px;
}
.gorder a {
	font-size: 18px;
	font-weight: bold;
	color: #1E8C2B;
	text-align: underline;
}
.gorder a:hover {
	color: #3EC24D;
}
.bolded {
	font-weight: bold;
	font-size: 14px;
}
