@charset "UTF-8";
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: 40px 0 0 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: #606060;
}
.thrColFixHdr #container {
	width: 820px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	padding: 0;  /* 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: 0;
} 
.thrColFixHdr #page_title {
	margin: 20px 0 5px 200px;
	padding: 0;
}
.thrColFixHdr #page_title h1{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 10px 15px 20px;
}
.thrColFixHdr #sidebar1 h1 {
	font-size:11px;
	padding: 0 0 5px 0;
	margin: 10px 0;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #333333;
	line-height: 11px;
}
.thrColFixHdr #sidebar1 h2 {
	font-size:11px;
	padding: 8px 0 3px 0;
	margin: 0;
	color: #333333;
}
.thrColFixHdr #sidebar1 p {
	font-size:11px;
	padding: 0 0 10px 0;
	margin: 0;
	color: #333333;
	line-height: 16px;
}
.thrColFixHdr #sidebar1 a, a:hover, a:visited {
	color: #2D3C00;
	text-decoration: underline;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 20px;
}
.thrColFixHdr #sidebar2 h1 {
	font-size:11px;
	padding: 0 0 5px 0;
	margin: 10px 0;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #333333;
	line-height: 11px;
}
.thrColFixHdr #sidebar2 h2 {
	font-size:11px;
	padding: 0;
	margin: 0;
	color: #333333;
}
.thrColFixHdr #sidebar2 p {
	font-size:11px;
	padding: 0 0 8px 0;
	margin: 0;
	color: #333333;
	line-height: 16px;
}
.thrColFixHdr #sidebar2 a, a:hover, a:visited {
	color: #2D3C00;
	text-decoration: underline;
}
.thrColFixHdr #mainContent {
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0;
}
.thrColFixHdr #mainContent h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #9A3B26;
}
.thrColFixHdr #mainContent h2 {
	padding: 8px 0 5px 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}
.thrColFixHdr #mainContent h3 {
	font-weight: bold;
	padding: 10px 0 4px 0;
	margin: 0;
	font-size: 11px;
}
.thrColFixHdr #mainContent p {
	font-size:11px;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 16px;
	color: #606060;
}
.thrColFixHdr #mainContent a, a:hover, a:visited {
	color: #2D3C00;
	text-decoration: underline;
}
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #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 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;
}
.initial_cap {
	font-size: 120%;
}
.intro_text{
	font-size:11px;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 16px;
	color: #9A3B26
}
.dark_olive {color: #3E4519}
.pink {color: #970254}
.perriwinkle {color: #7BA4D9}
.olive {color: #878800}
.sienna {color: #954A09}
.gold {color: #B06F00}
.royal {color: #0083BE}
.rust {color: #9A3B26}
