@charset "UTF-8";
body  {
	margin: 10; /* 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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #28001E;
}
ul {
	font-size: 0.9em;
	color: #28001E;
	list-style-type: square;
	line-height: 1.4em;
}
a {
	color: #660033;
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border: 1px solid #FFBB33;
} 
h1 {
	font-size: 1.4em;
	color: #28001E;
	font-weight: normal;
}
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 22px;
}
.twoColFixLtHdr #sidebar1 p {
	font-size: 0.9em;
	font-weight: bold;
	color: #999999;
	line-height: 1.8em;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 a {
	color: #28001E;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #FFCC00;
}
a:hover {
	color: #FFBB33;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 4px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer {
	background-color: #28001E;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFBB33;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.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;
}
.twoColFixLtHdr #mainContent p {
	font-size: 0.8em;
	margin-bottom: 0.6em;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #28001E;
	margin-top: 1.5em;
	margin-bottom: 0.6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #28001E;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #999999;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #999999;
}
