body {
	font:normal 11px/1.8em Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	margin: 0;
	padding: 0 0 10px 0;
	background: #F6F5F5 url(../images/bg.gif) repeat-x;
}
/* Links */
a {
	color: #070;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.more {
	white-space: nowrap;
	padding-right: 10px;
	background: url(../images/learnmore.gif) no-repeat 100% 60%;
	zoom: 1;
	color: #08c;
}
#content {
	width: 676px;
	float: right;
	background: url(../images/contentbody.gif) repeat-y 0 0;
	margin-left:10px;
}
#content .head {
	background: url(../images/contenthead.gif) no-repeat 0 0;
}
#content .foot {
	background: url(../images/contentfoot.gif) no-repeat 0 bottom;
	padding: 12px 5px;
}
#content .post {
	clear: both;
	margin: 0 30px;
}
#content .first {
	border-top: 0;
}
#content .post .l {
	float: right;
	width: 140px;
	padding: 12px 0;
}
#content .post .r {
	float: left;
	width: 430px;
	padding: 12px 0;
}
#content .post h2 {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 15px;
	color:#070;
}
#content .post p {
	line-height: 1.6em;
	margin-bottom: 15px;
}
#content .post a{
	color: #08c;
}
#content .post a:hover {
	text-decoration:underline;
	color: #444;
}
/** END content **/


/** BEGIN sidebar **/
#sidebar {
	width: 224px;
	float: left;
	margin-top:10px;
}
#sidebar .box {
	border: 2px solid #E1E1E1;
	margin-bottom: 5px;
}
#sidebar h2 {
	font-size: 1.0em;
	color: #333;
	background-color: #f0f0f0;
	padding: 5px 5px;
	border-left:5px #9fcc7f solid;
	font-weight: bold;
	width: 205px;
}
#sidebar ul {
	list-style-type: none;
	margin-top:0px;
}
#sidebar ul li {
	line-height: 1.5em;
	padding: 2px 0px;
	border-bottom: 1px solid #E9E9E9;
}
#sidebar ul li a, a:link, a:active, a:visited {
	color: #333;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #444;
	text-decoration: underline;
}
/** END sidebar **/
.break {
	clear: both;
}
.screenshot {
	margin:10px;
	border:none;
	float:right;
}
#navigator {
	float:left;
	width:100%;
	background:#F6F5F5;
	font-size:12px;
	line-height:normal;
	border-bottom:1px solid #ccc;
	margin-bottom:0px;
	font-weight:bold
}
#navigator ul {
	margin:0;
	padding:10px 10px 0 60px;
	list-style:none;
}
#navigator li {
	display:inline;
	margin:0;
	padding:0;
}
#navigator a {
	float:left;
	background:url(../images/tableftF.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#navigator a span {
	float:left;
	display:block;
	background:url(../images/tabrightF.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#318905;
}
#navigator a span {
	float:none;
}
#navigator a:hover span {
	color:#666;
}
#navigator a:hover {
	background-position:0% -42px;
}
#navigator a:hover span {
	background-position:100% -42px;
}
.toplink {
	font-size:10px;
	padding:5px 25px 0 25px;
}
.toplink a {
	color:#318905;
}
.toplink a:hover {
	color:#318905;
}
.slogan {
	font-size:9px;
	font-weight:normal;
	margin-top:5px;
	padding:5px 0 0 25px;
}
.slogan a {
	color:#333;
}
.slogan a:hover {
	color:#333;
}
.logoimage {
	float:left;
	margin-right:20px;
	border:none
}
.top {
	margin:0 auto;
	width:960px;
}
.top a:hover {
	color:#444;
	text-decoration:underline;
}
