@charset "utf-8";
/* CSS Document */

body {
	background: #faf5e7 url(/images/stripedBg.jpg) top left repeat-x;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	margin: 0;
}

h1 {
	color:#8f5f19;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:12px;
	padding-bottom:2px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
	color:#666;
}

h4 {
	font-size:12px;
	color:#005f41;
}

.headline {
	color:#8f5f19;
	border-bottom:1px solid #999999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:12px;
	padding-bottom:2px;
}

.subhead {
color:#000;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
margin-left:15px;
}

.adxSectionCopy {}

.articleHead {
	font-size: 18px;
	text-decoration: none;
	color:#005f41;
}

/*.content2 .articleHead {
	font-size: 18px;
	color:#000;
}*/

.article {
	width: 410px;
	float:left;
	padding: 15px 0;
	border-bottom: thin #CCC solid;
}

.content2 .article {
	float:left;
	padding: 15px 0;
}

.details {
color:#555;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
margin-top:0;
}

.content2 .details {
color:#555;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
margin-top:0;
}

.callout {
color:#CC0000;
font-family:Arial,Helvetica,sans-serif;
font-style:italic;
font-weight:bold;
}

a {
	color:#005f41;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

.resultsHeader {
	font-weight:bold;
	font-size:14px;
	color:#454545;
	margin: 25px 0 0 0;
}

p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	margin-bottom:15px;
}

ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px 0;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type:disc;

}

ol {
	margin-left: 15px;
}

li {
	margin: 10px 0 0 0;
	line-height:18px;
}

#wrapper {
	background: url(/images/shadowBg.png) top repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
}

#container {
	background: #FFF url(/images/pageBg.jpg) top repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	border: 1px solid #333;
}

#header {
	width:1000px;
	background: #FFF url(/images/ssrHeader.jpg) bottom left repeat-x;
	height: 142px;
	border-bottom: #333 solid 1px;
}

#login {
	font-weight:bold;
	font-size: 11px;
	float:right;
	margin: 20px 20px 0 0;
}

#login a {
	color:#005f41;
	text-decoration:none;
}

#login a:hover {
	color:#333;
}

#main {
	width: 725px;
	float:right;
}

#left {
	background-color: #b6c9ba;
	float:left;
	width: 240px;
	padding: 15px;
	min-height: 900px;
}

#right {
	width: 240px;
	float:right;
	margin: 0 20px 0 0;
}

.blueBack {
	background-color: #005983;
	color: #FFF;
	width: 230px;
	padding: 5px;
	font-size: 14px;
}

.leftSide {
	width: 240px;
	margin: 0 0 20px 0;
}

#topics, #docs {
	width: 240px;
	margin: 20px 0;
	margin: 20px auto;
	font-size:11px;
}

.sideBox{
	background: #FFF url(/images/sideBoxFade.png) bottom left repeat-x;
	margin: 20px 0;
}

.sideBoxInside {
	border-right: 1px solid #8f5f19;
	border-left: 1px solid #8f5f19;
}

.sideBoxInside td
{
	/*border: thin dashed #008000;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
}

.sideBox a
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
}

.ad {
	margin: 20px 0;
}

.moreLinks a
{ 
	color:#5e5e5e;
}

.sideBoxHeader {
	color: #8f5f19;
	color: #777;
	font-size: 11px;
}

.sideBoxHead { 
	color:#666;
	font-size: 12px;
	font-weight:bold;
}

.sideBox a {
	font-weight:bold;
}

.sideAd {
	width: 240px;
	margin: 20px 0;
}

#footer {
	color:#FFF;
	background-color: #005f41;
	padding: 10px;
	text-align:center;
}

.boldLink {
	font-weight:bold;
	color: #005f41;
}

.boldBlue {
	color: #d4a925;
	font-weight:bold;
}

#nav {
	background: #b6c9ba url(/images/navBg.gif) top left repeat-x;
	float: left;
	font: 1em Helvetica, Arial, sans-serif;
	overflow: hidden;
	width: 100%;
	border: 1px solid #333;
	border-top: none;
}

#nav ul {
	margin:0;
	padding:0;
}

#nav li {
	display: inline;
}

#nav li a{
	float: left;
	color: #000;
	padding: 6px 18px 6px 10px;
	text-decoration: none;
	background-image: url(/images/navTab.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#nav li a.Right {
	background-image: url(/images/navTabRight.gif);
}

#nav li a:hover, #nav li .current {
	color: #005f41;
}

#searchBox {
	color:#000;
	font: 1em Helvetica, Arial, sans-serif;
	float:right;
	text-align:right;
	vertical-align:middle;
	padding: 5px 5px 4px 20px;
}

.btn {
	font-size: 11px;
	color: #FFF;
	background-color: #555;
	border: 1px solid #000;
}

.input {
	height: 1.3em;
	color:#888;
	font-size:11px;
}

.content {
width: 420px;
float:left;
margin: 0 10px 0 25px;
padding-bottom:25px;
}

.content a {}

.contentLink {
color:#333;
font-weight: bold;
}

.content2 {
width: 670px;
float:left;
margin: 25px;
min-height:600px;
}

.content, .content2 ul {
list-style-type:none;
}

.mailLink {
color:#005f41;
font-weight: bold;
}

.date {
color: #737373;
}
.print
{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.printArticleHead
{
	font-size: 18px;
}
.headlines
{
	border-left: #8f5f19 1px solid;
	border-right: #8f5f19 1px solid;
}
.headlines A
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	padding-top: 0px;
}
.headlines A:hover
{
	text-decoration: underline;
}
.headlines TD
{
	border-bottom: #baa859 thin solid;
}
.relatedContent
{
	border-bottom: #C0C0C0 1px solid;
	text-align: left;
	border-left: #C0C0C0 1px solid;
	padding-bottom: 7px;
	margin: 90px 0px 0px 10px;
	padding-left: 7px;
	width: 150px;
	padding-right: 7px;
	float: right;
	border-top: #C0C0C0 1px solid;
	border-right: #C0C0C0 1px solid;
	padding-top: 7px;
}
.relatedHeader
{
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.relatedContent UL
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.relatedContent LI {
	
}


