@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
body {
	background-color: #281209;
	background-image: url(images/Bkgrd.gif);
	background-repeat: repeat;
	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 */
	border-bottom-color: #999999;
	min-height: 594px;
}
a.returnLink {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0;
	text-decoration: underline;
	font-weight: normal;
}
.plainLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.plainLink a:link {
	color: #666666;
	letter-spacing: 0;
	text-decoration: underline;
	font-weight: normal;
}
.plainLink a:visited {
	color: #666666;
	text-decoration: underline;
}
.plainLink a:hover {
	color: #9A4D9E;
	text-decoration: none;
}
.plainLink a:active {
	color: #666666;
	text-decoration: underline;
}
a:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}
a:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #9A4D9E;
	text-decoration: none;
}
a:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}
.copyright {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 1px;
}
.disclaimer {
	color: #333333;
	font-style: italic;
	font-size: 11px;
	text-align: center;
}
.quote {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #336600;
	line-height: 1.2em;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #336600;
	border-bottom: solid #999999 1px;
	letter-spacing: 1.7px;
	line-height: 1.5em;
	text-align: center;
}
h2 {
	font-size: 16px;
	color: #9a4d9e;
	line-height: 1.5em;
}
h4 {
	font-size: 18px;
	color: #666666;
}
.twoColFixLtHdr #container {
	width: 950px;  /* 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 #666666;
	text-align: left;
	min-height: 590px;
} 
.twoColFixLtHdr #header {
	padding: 3px 10px 0 20px;  /* 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. */
	width: 630px;
	float: right;
	height: 50px;
} 
.twoColFixLtHdr  #header  h3 {
	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 30px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 255px; /* 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: 0 10px 15px 18px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 10px 292px; /* 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 32px 0 0;
	border-color: #666666;
} 
.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	height: 5px;
} 
.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: 15px;
	margin-bottom: 2px;
}
.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;
}
