@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	line-height:20px;
	background:url(../images/main_bg.gif) repeat-x left top #FFF;
}
a {
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	font-size:12px;
	color:#355620;
	font-weight:bold;
	text-decoration:none;
}

/* Global */
.spacer { display:block; }
.bold { font-weight:bold; }

/* Wrapper */
#wrapper {
	width:920px;
	margin:4px auto;
}

/* Main */
.leftbg {
	background:url(../images/left_bg.gif) no-repeat left top #FFF;
}
.rightbg {
	background:url(../images/right_bg.gif) no-repeat left top #FFF;
}

/* Content */
.green_title {
	font-size:15px;
	color:#355620;
	font-weight:bold;
}
ul.content {
	margin-left:10px;
	padding-left:5px;
	margin-top:0;
}
ul.content li {
	list-style:disc;
	margin-left:0;
	padding-left:0;
}
img.border {
	border:1px solid #dcdcdc;
	padding:5px;
}
a.redlink {
	font-size:12px;
	color:#ff0000;
	font-weight:normal;
	text-decoration:none;
}
a.redlink:hover {
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

/* Right Column */
table.rhscol td {
	font-size:11px;
	color:#000;
	line-height:16px;
}
table.rhscol a {
	font-size:11px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
table.rhscol a:hover {
	color:#355620;
	text-decoration:none;
}

/* Footer */
table.footer td {
	font-size:11px;
	color:#000;
	line-height:normal;
}

