@charset "utf-8";
body, p, h1, h2, h3, h4, h5, h6, ol, ul, li, hr, input {
  margin: 0;
  padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	background-color: #B1B18B;
	margin-top: 16px;
	color: #000;
}
a:link, a:visited {
	color: #036;
}
a:hover, a:active {
	color: #F90;
}
#outerWrapper {
	background-color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bannerWrapper {
	width: 960px;
	height: 97px;
	background-image: url(../images/blog_phone.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #637E47;
}
#logo {
	width: 360px;
	height: 97px;
	float: left;
}
#navtop {
	width: 600px;
	height: 97px;
	float: right;
}
#navtop ul {
	float: right;
	padding-top: 8px;
	padding-right: 2px;
	list-style-type: none;
}
#navtop ul li {
	color: #FFF;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#navtop a:link, #navtop a:visited {
	color: #FFF;
	text-decoration: none;
}
#navtop a:hover, #navtop a:active {
	color: #FC0;
	text-decoration: none;
}
#navbar {
	width: 960px;
	height: 24px;
}
#pageTitle {
	width: 960px;
	background-color: #FFF;
}
#pageTitle h1 {
	font-size: 24px;
	font-weight: normal;
	color: #C60;
	margin-top: 36px;
	margin-bottom: 24px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C60;
}
#contentWrapper {
	width: 960px;
	background-color: #FFF;
}
#rssBar {
	width: 220px;
	margin-top: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #637E47;
}
/*
#content {
	display: inline;
	width: 580px;
	float: left;
	margin-bottom: 36px;
	margin-left: 10px;
}
#sidebar {
	display: inline;
	width: 280px;
	float: right;
	margin-bottom: 36px;
	margin-right: 10px;
}
*/
#footerWrapper {
	font-size: 11px;
	color: #FFF;
	width: 940px;
	padding-top: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 175%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF
}
.copyright {
	font-size: 10px;
	color: #CCC;
	margin-top: 4px;
	float: left;
}
.author {
	font-size: 10px;
	color: #CCC;
	margin-top: 4px;
	float: right;
}
.author a:link, .author a:visited {
	font-size: 10px;
	color: #CCC;
}
.author a:hover, .author a:active {
	font-size: 10px;
	color: #FF6;
}
.center {
	text-align: center;
}
.floatImageLeft {
	float: left;
	margin-right: 16px;
	margin-bottom: 4px;
}
.floatImageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearFloat {
	clear: both;
}
.greenText {
	color: #6C3;
}
