@charset "utf-8";
body {
	font: 100%  Arial, Helvetica, sans-serif;
	background: #FFF;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header{
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}

.oneColFixCtrHdr #navigation {
	background: #6E2405;
	padding: 4px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #navigation a, .oneColFixCtrHdr #navigation a:visited{
	font-size: 75%;
	color: #CEBCB5;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;

}
.oneColFixCtrHdr #navigation a:hover{
	color: #FFFFFF;
}

.oneColFixCtrHdr #titleBar{
	color: #666666;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #titleBar a, .oneColFixCtrHdr #titleBar a:visited{
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-size: 90%;
}
.oneColFixCtrHdr #titleBar a:hover{
	font-weight: normal;
	color: #333333;
	text-decoration: none;
		font-size: 90%;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
}
ul.list{
	font-size: 80%;
}
.oneColFixCtrHdr #mainContent h1, .oneColFixCtrHdr #mainContent2Column h1 {
	color: #4F7282;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	}

.oneColFixCtrHdr #mainContent h2, .oneColFixCtrHdr #mainContent2Column h2{
	color: #6E2405;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	}
.oneColFixCtrHdr #mainContent h3, .oneColFixCtrHdr #mainContent2Column h3{
	color: #333333;
	margin: 0px;
	padding: 4px 0px 0px;
	font-size: 90%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	}
	
.oneColFixCtrHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 15px 20px;
}
.oneColFixCtrHdr #mainContent2Column {
	margin: 0 0 0 350px; /* 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: 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 	

.oneColFixCtrHdr #mainContent2Column p, .oneColFixCtrHdr #mainContent p{
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 80%;
} 	


.oneColFixCtrHdr #mainContent2Column a, .oneColFixCtrHdr #mainContent a,.oneColFixCtrHdr #mainContent2Column a:visited, .oneColFixCtrHdr #mainContent a:visited{
	color: #4F7282;

}
.oneColFixCtrHdr #mainContent2Column a:hover, .oneColFixCtrHdr #mainContent a:hover{
	color: #6E2405;

}
.oneColFixCtrHdr #flashVideo {
	font-size: 11px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 320px;
}

.oneColFixCtrHdr #flashVideo object{
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}

.oneColFixCtrHdr #flashVideo h1{
	font-size: 13px;
	color: #6E2405;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #flashVideo h2{
	font-size: 11px;
	color: #666666;
	margin-top: 8px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #flashVideo p{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #flashVideo a, .oneColFixCtrHdr #flashVideo a:visited{
	color: #6E2405;
	font-weight: bold;
}

.oneColFixCtrHdr #flashVideo p a:hover{
	color: #000000;
}	
		
.oneColFixCtrHdr #flashDetect{
	margin: 0px;
	padding: 10px;
	border: 1px dashed #6E2405;
}		
	
	
.oneColFixCtrHdr #footer {
	padding: 0px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#B0A67A;
	margin: 0px;
}

.oneColFixCtrHdr #footer a,.oneColFixCtrHdr #footer a:visited{
	color: #6E2405;
	text-decoration: none;
	font-weight: bold;
}

.oneColFixCtrHdr #footer a:hover{
	color: #FFFFFF;	
}
.oneColFixCtrHdr #footer p {
	color: #FFFFFF;
	font-size: 10px;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.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;
}
.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;
}

.grey {
	background-color: #E5E5E5;
}
.red{
	background-color: #6E2405;
	color: #FFFFFF;
}
.blue{
	background-color: #4F7282;
	color: #FFFFFF;
}

/* BEGIN Table One for users. Used for charts of information */

.tableOne{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;

}

.tableOne td{
	border-top: 1px none #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px none #666;
}
.tableOne blockquote{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.tableOne p{
	margin: 0px;
	padding: 2px;
	font-size: 90%;	
}
.tableOne th{
	border-top: 1px none #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px none #FFFFFF;
	background-color: #E6E6E6;
	font-size: 90%;	
}

h1.tableOne {
	margin: 0px;
	padding: 2px;
}
h2.tableOne {
	margin: 0px;
	padding: 0px;
}
.tableOne h3{
	margin: 0px;
	padding: 0px;
}
/* END Table One for users. Used for charts of information */