body {
	background-color: #ECECEC;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 135%;
	color: #000000;
}
.backToTop { /* for "Back to Top" links, with dottom row at bottom */
	text-align:right;
	padding:2px 0 10px 0;
	margin:0 0 15px 0;
	border-bottom: 2px dotted #aaa;
}

#MainDiv { 
	/* for Firefox, Opera and others: (superceded by s4np-ie.css for IE) */
	max-width: 900px; 
	min-width: 750px; 
	width: 100%;
	margin-left: auto; 
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: double 5px #BBB;
	border-right: double 5px #BBB;
	background-color: #FFFFFF;
}
#InnerDiv { 
	padding-left: 10px;
	padding-right: 10px;
}
a:link {
	color: #134D77;
}
a:visited {
	color: #134D77;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}
h1 {
	font: normal 24pt "Times New Roman", Times, serif;
	color: #155080;
	margin-bottom: 0px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #155080;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #000000;
}
.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #716F64;
}
.leftquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #666666;
	height: auto;
	width: 200px;
	text-align: right;
	border: 1px dotted #999999;
	padding: 5px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 30px;
	vertical-align: top;
	line-height: normal;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #666666;
	height: auto;
	border: 1px dotted #666;
	padding: 5px;
	vertical-align: top;
	line-height: normal;
}
.rightquote {
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #666666;
	height: auto;
	width: 300px;
	text-align: left;
	border: 1px dotted #666;
	padding: 7px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: top;
	line-height: normal;
}
.quoteAuthor {
	font-size: 12pt;
	font-style: italic;
}
.tagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	color: #155080;
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
	padding-right: 20px;
	padding-bottom: 15px;
}
table.bordered {
	border-collapse: collapse;
	border: none;
}
.bordered th, .bordered td {
	border: 1px solid #999999;
}
.dashes {
	border-top: 1px dashed #999999;
	border-bottom: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}
div.sitemap {
	display: block;
	float: left;
	margin-top: 0px;
	padding-right: 20px;
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}
div.sitemap a {
	text-decoration: none;
}
.DivButton {
      font-weight: bold;
      color: #000000;
	  width: auto;
      text-align:center;
      background-color: #DDDDDD;
      padding: 5px;
      border: 1px solid #333333;
}
.DivButton a {
	color: #000000;
	text-decoration:none;
}
.DivButton:hover{
	text-decoration:none;
	color:#000000;
	border: 1px solid orange;
}
.container {
  width: 100%;
  float: left;
  margin-right: -320px;
  clear: both;
}
.content {
  margin-right: 320px;
  padding-right: 3px;
}
.sidebar {
  width: 320px;
  float: right;
}
.footer {
  clear: both; 
}

