body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #F3FBEC;
	background-repeat: repeat;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	padding-bottom: 0px;
} 
#header {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #F8F7F2;
	border: 3px double #999;
} 
#header img {
	padding-top: 10px;
	padding-bottom: 10px;
}
#breadcrumbs {
	font-size: 0.85em;
	padding-top: 1.25em;
	padding-bottom: 1.25em;
	padding-left: 1em;
	line-height: 3em;
	text-decoration: none;
}
#breadcrumbs a {
	color: #83440e;
	text-decoration: none;
	border: 1px solid #FFF;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#breadcrumbs a:hover {
	color: #4A2404;
	border: 1px solid #0B670F;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 20px;
	background-color: #E0EBD3;
	margin-left: 10px;
}
#sidebar1 img {
	margin-left: 6px;
	border: 3px double #000;
	margin-top: 2px;
	margin-bottom: 20px;
	padding: 2px;
}
#vertMenu {
	margin-left: 10px;
	height: auto;
	width: auto;
}
#SBmenu {
	float:left;
	padding:0;
	margin:3px 0 0 0;
	list-style:none;
	position:relative;
	width:170px;
	}
	
#SBmenu ul {
	padding:0; 
	margin:0; 
	list-style:none; 
	width:150px; 
	height:auto; 
	background: url(trans.gif); 
	position:absolute; 
	left:-9999px; 
	top:0;}

#SBmenu li {
	float:left;
	margin-bottom:2px;
	}
	
#SBmenu li a {
	display:block;
	float:left;
	width:170px;
	height:40px;
	color:#000;
	line-height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	text-indent:15px;
	background-color: #E6F0DD;
	border: 1px solid #C7C7C7;
	}
	
#SBmenu li a.fly {
	background-color: #E6F0DD;
	}

#SBmenu li:hover {
	position:relative;
	background-color: #093;
	}
#SBmenu li a:hover {
	position:relative;
	background-color:#093;
	color:#fff;
	}
	
#SBmenu li:hover > a {
	background-color:#F9DD89;
	color:#733706;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	border-top-color: #666;
	border-bottom-color: #666;
	}

#SBmenu ul li a {
	height: 30px;
	line-height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2A605;
	border-right-color: #E2A605;
	border-bottom-color: #E2A605;
	border-left-color: #E2A605;
	background-color: #0B670F;
	width: 120px;
	color: #FFF;
	font-size: 12px;
	}
#SBmenu ul li a.fly {background:#aaa url(right-arrow.gif) no-repeat right center;}


#SBmenu li a.current,
#SBmenu ul li a.current,
#SBmenu ul ul li a.current {
	background-color:#E2A605;
	color:#FFF;
	height: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffe;
	border-right-color: #aaab9c;
	border-bottom-color: #ccc;
	border-left-color: #fff;
}

#SBmenu :hover ul,
#SBmenu :hover ul :hover ul,
#SBmenu :hover ul :hover ul :hover ul {
	left:155px
}

#SBmenu :hover ul ul,
#SBmenu :hover ul :hover ul ul {left:-9999px;}

#SBmenu ul li:hover > a {
	background-color:#FCEFC7;
	color:#000;
	border: 1px solid #800000;
}
#mainContent {
	margin: 0 0 0 250px; /* 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 */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
} 
#mainContent h2 {
	width: 400px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 3px;
	margin-top: 0px;
	padding-top: 8px;
}
#mainContent .reports {
	width: 600px;
	border: 1px solid #E2A605;
	background-color: #F8F7F2;
	color: #876B20;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.4em;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#mainContent .reports blockquote {
	text-indent: 1em;
}
#mainContent .notes {
	background-color: #FBE9B3;
	margin-right: 20px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.6em;
	font-style: normal;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #000;
	border-bottom-color: #666;
	border-left-color: #CCC;
	color: #7D2828;
	margin-bottom: 15px;
	font-size: 14px;
}
#mainContent .notes p {
	text-indent: 0.5em;
}
#mainContent .question {
	font-weight: bold;
	color: #633232;
	margin-bottom: 10px;
}
#mainContent .answer {
	line-height: 1.65em;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
}
#mainContent .answer .person {
	font-style: normal;
	font-weight: bold;
	color: #360;
}
#mainContent .answer .remarks {
	font-style: italic;
	color: #803232;
}
#footer {
	font-size: 10px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #666;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	background-color: #EEE;
} 
#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 */
}
.fltrt { /* this class is used to float an element right in your page. The floated element precedes the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class is used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class is 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;
}
