@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;
	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: #333;
	background-color: #AE103B;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4em;
}
.italic {
	font-style: italic;
}
#sidebar1 ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	list-style-type: none;
	padding-bottom: 15px;
	font-size: 16px;
}
.twoColFixLtHdr #header {
	background-color: #AE103B;
	background-image: url(images/header-SM.jpg);
	background-repeat: no-repeat;
	height: 314px;
	width: 790px;
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent {
	background-color: #B4213E;
	background-image: url(images/main-sm.jpg);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 454px;
	background-repeat: no-repeat;
	margin-left: 182px;
	padding-right: 0px;
	padding-left: 0px;
	float: none;
	background-position: left top;
	width: 608px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 182px;
	background-color: #AE103B;
	background-image: url(images/sidebar1-sm.jpg);
	height: 454px;
	background-repeat: no-repeat;
}
#mainContent h1 {
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18pt;
	margin-left: 35px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: -40px;
	padding-left: 0px;
	margin-bottom: -15px;
}
#mainContent p {
	margin-left: 35px;
	margin-right: 50px;
	margin-top: 30px;
	padding-right: 25px;
	background-repeat: no-repeat;
	font-size: 10pt;
	margin-bottom: -10px;
}
#mainContent ul li {
	font-size: 10pt;
	list-style-position: inside;
}

.twoColFixLtHdr #footer {
	background-color: #AE103B;
	width: 790px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
	float: none;
	background-position: center top;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer p {
	padding-top: 5px;
	padding-right: 10;
	padding-bottom: 5px;
	padding-left: 0;
	width: 790px;
	font-size: 12pt;
	color: #FFF;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height: 1.3em;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0;
}
#footer p a:link {
	color: #FFF;
}

.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 #container {
	width: 790px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
} 
#sidebar1 ul li a:link {
	text-decoration: none;
	color: #FFF;
}
#sidebar1 ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#sidebar1 ul li a:hover {
	color: #F0931A;
	text-decoration: none;
}
#sidebar1 ul li a:active {
	color: #F0931A;
	text-decoration: none;
}
img {
	padding: 5px;
	border: 1px solid #999;
}
