@charset "utf-8";
/* author presentation styles for typography */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 100.01%;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3 {
	margin-top: 1.2em;
	margin-bottom: 0px;
}
blockquote {
	margin: 2em 10% 2em 105px;
}
h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .9em;
	color:#01572a;
}
h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color:#01572a;
}
h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #000;
}
p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #333;
	margin-top: 1em;
	margin-bottom: 1em;
}
ul {
	font-size: 0.8em;
	margin-left: 40px;
}
ul ul {
	font-size: 1em;
}
/* end author presentation styles for typography */
.twoColFixLtHdr #container {
	width: 772px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px dotted #ccc;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #063 url(../images/DSPS-banner.jpg) no-repeat 186px 0px;
	position:relative;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* author presentation styles for header navigation styles  */
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:left;
	position:absolute;
	right:0px;
	bottom:0px;
}
#header li {
	float: left;
}
#header li a:link,#header li a:visited{
	padding:0.2em 2em 0.95em 0.2em;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.95em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:2em;
	margin-right:1em;
}
#header li a:hover {
	color:#fff;
	background-color:#74a99c;
}
/* end author presentation styles for header navigation styles  */
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e6f0eb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 15px 0;
	font-size: 85%;
}
/* author presentation styles for sidebar navigation */
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar ul li {
	margin:0;
	padding:0;
}
#sidebar ul a{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:1em;
	color:#fff;
	text-decoration:none;
	line-height:30px;
	margin:0;
	border-bottom:1px dotted #ccc;
	display:block;
	width: 166px;
	padding-left: 20px;
}
#sidebar ul a.last{
	border-bottom:none;
}
#sidebar li a:link,#sidebar li a:visited{
	background:#01572A;
}
#sidebar li a:hover {
	color:#01572A;
	background-color:#74a99c;
}
#sidebar li a.current,#sidebar li a.current:hover,#sidebar li a.current:active{
	color:#01572A;
	background-color:#fff;
	cursor:default;
}
/* end author presentation styles for sidebar navigation */
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent a:link,#mainContent a:visited {
	color: #063;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #fff;
	background: #74a99c;
}
#mainContent li a:link,#mainContent li a:visited {
	color: #063;
	text-decoration: underline;
}
#mainContent li a:hover {
	color: #fff;
	background: #74a99c;
}
/*-------------- Author's Table Styles---------------- */
#mainContent table#infoTbl {
	width: 450px;
	margin: 0 auto;
	background: #e6f0eb;
	border: 1px solid #333;
	border-collapse:collapse;
}
#mainContent #infoTbl thead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	color:#fff;
	font-weight: bold;
}
#mainContent #infoTbl tbody{
	font-family:Arial, Helvetica, sans-serif;
	font-size: .725em;
	color: #333;
	text-align: center;
}
#mainContent #infoTbl caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #063;
	text-align:left;
	padding-bottom: .5em;
}
#mainContent #infoTbl th {
	color: #fff;
	background: #063;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 0.3em;
	border: 1ps solid #333;
}
#mainContent #infoTbl td {
	padding: .5em .5em;
	border: 1px solid #333;
}
#mainContent #infoTbl td.specs {
	text-align: left;
	font-weight: bold;
}
#mainContent #infoTbl tr.odd {
	background: #F2F2F2;
}
#mainContent #infoTbl tr:hover {
	background: #4d9470;
}
/*------------ End Author's Table Styles-----------*/
/*------------Author Styles for Images-----*/
.portrait {
	float:left;
	margin: 0 0 5px 15px;
	border: 1px solid #333;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	border-top:1px dotted #ccc;
	margin-top: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.65em;
	line-height: 1.2em;
	color: #01572a;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.clearBoth {
	clear: both;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

