* {
	margin: 0px;
	padding: 0px;
}
a img {
	border:none;
}
body {
	font-size: 62.5%;
	text-align: center;
	background-color: #D1F0E1;
	background-image: url(/images/gradient2.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #4c4c4c;
	padding-top: 40px;
}
#wrapper {
	width: 812px;
	margin: 0 auto;
	text-align: left;
}
#logo a {
	background-image: url(/images/logo2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 102px;
	display:block;
	overflow:hidden;
}
#tagline {
	background-image: url(/images/tagline2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 57px;
	background-position: right top;
}
#contentHeading {
	margin-left: 280px;
	color: #4a6e6e;
	padding-top: 51px;
	font-size: 2em;
	font-weight: normal;
}
#main {
	padding-top: 26px;
}
#mainContent {
	float: right;
	width: 530px;
	font-size: 1.3em;
	min-height: 343px;
}
#sidebar {
	text-align: right;
	width: 189px;
	list-style-type: none;
	font-size: 1.8em;
}
#sidebar li {
	padding: 0 0 12px 0;
}
#sidebar li a {
	color: #4c4c4c;
	text-decoration: none;
}
#sidebar li.current a {
	color: #4a6e6e;
}
#sidebar li a:hover {
	color: #689B9C;
}
#mainContent h2 {
	margin-bottom: 1em;
	font-size: 1.25em;
	font-weight:normal;
}
#mainContent h3 {
	font-size: 1.1em;
	margin-bottom: 1em;
}
#mainContent h4 {
	color: #4a6e6e;
	margin-bottom: .5em;
}
#mainContent ul {
	margin-bottom: 1.4em;
	list-style-type: none;
	margin-left: 4em;
}
#mainContent ul li {
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 13px;
	background-position: 0px .6em;
}
#mainContent p {
	line-height: 1.7;
	margin-bottom: 1.8em;
}
#mainContent p+h2 {
	margin-top: 2em;
}
#mainContent strong {
	font-weight: 700;
}
#mainContent a {
	color: #4a6e6e;
}
#mainContent a.learnmore {
	text-align: right;
	display: block;
	color: #4a6e6e;
	text-decoration: none;
}
#mainContent a.learnmore:after {
	content: "\00A0\00BB";
	display:inline;
}
address {
	margin-bottom: 1.2em;
	font-style: normal;
}
#footer {
	clear: both;
	width: 530px;
	float: right;
	font-size: 1.1em;
	text-align: right;
	padding-bottom:15px;
}
#footer a {
	color: #4c4c4c;
}
.off-left {
	position: absolute;
	left: -999px;
	width: 990px;
}
