@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.ddcolortabs{
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.ddcolortabs ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}
.ddcolortabs a{
	float:left;
	color: white;
	background: #263B5A url(media/color_tabs_left.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: normal;
}
.ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url(media/color_tabs_right.gif) no-repeat right top;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 1px;
}
.ddcolortabs a span{
	float:none;
}
.ddcolortabs a:hover{
	background-color: #B77B01;
	text-decoration:underline;
}
.ddcolortabs a:hover span{
	background-color: #B77B01;
}
.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
	background-color: #B77B01;
}
.ddcolortabsline{
	clear: both;
	width: 100%;
	height: .5em;
	line-height: .5em;
	background: #B77B01;
}
.tabcontainer{
	clear: left;
	width:100%; /*width of 2nd level sub menus*/
	height:.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	font-size: 11px;
	border: 1px solid #B77B01;
}
.tabcontent{
	display:none;
	font: normal 11px Arial, Verdana, sans-serif;
	color: #263B5A;
}
.tabcontent a{
	text-decoration:none;
	color: white;
}
.tabcontent a:hover{
	text-decoration:underline;
}
	
/*end of Dynamic Drive style sheet; begin web page styles*/

.breadcrumb {
	background: #ECECE7;
	margin: 0px;
	border: 1px solid #ECECE7;
	height: 2em;
	font-size: 11px;
}
.breadcrumb p{
	font-size: 11px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.breadcrumb p a{
	text-decoration:none;
}
.breadcrumb p a:hover{
	text-decoration:underline;
	color: #C84B13;
}
.container {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.footlinks {
	color: #FFFFFF;
	background-color: #B77B01;
	height: 1.5em;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.copyright p {
	font-size: 10pt;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footlinks p {
	font-size: 11px;
	padding: 0px;
	text-align: center;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footer p {
	font-size: 11px;
	padding: 0px;
	text-align: center;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rule {
	background-color: #b77b01;
	height: 4px;
	width: 100%;
}
.leftbar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #ECECE7;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border: 1px solid #ECECE7;
}
.leftbar ul{
	list-style-image: url(../images/bullet.gif);
	margin: 0px;
	font-size: 12px;
	padding-left: 20px;
	color: #999999;
}
.leftbar ul a{
	text-decoration:none;
}
.leftbar ul a:hover{
	text-decoration:underline;
	color: #C84B13;
}
.floatright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.main {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 270px;
	margin: 0;
	border: 1px solid #FFFFFF;
} 
.container .content .main p {
	font-size: 11px;
}
.container .content .main li {
	font-size: 11px;
}
.container .content .main h2 {
	font-size: 16px;
}
.container .content .main h1 {
	font-size: 21px;
}
.container .footer .copyright p {
	font-size: 11px;
}
.content {
	width: 1000px;
	padding: 0px;
}
.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;
}
.floatleft {
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.container .content .main ul {
	font-size: 11px;
}
.container .content .main ol li {
	list-style-position: inside;
}
#monthformat {
	border-bottom: 1px dashed #5C743D;
}
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #263B5A;
	letter-spacing:.2em;
}
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #263B5A;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
}
#dateformat a:hover {
	color: #B77B01;
	letter-spacing:.1em;
}
a img {
	border: none;
}
.container .content .main h3 {
	font-size: 14px;
}

