@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: #F8F7E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #580A0A;
}
#container #sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
	color: #CED6AA;
	line-height: .5em;
}

#container  {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #9C9E54;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #040718;
	background-image: url(images/sp_homepage_comp2.jpg);
	height: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container #sidebar1 ul {
	font-size: 1.4em;
	line-height: 1.7em;
	font-weight: normal;
	list-style-type: none;
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-repeat: no-repeat;
}
#footer {
	font-size: 1.2em;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.copyright {
	font-size: 0.9em;
	font-weight: normal;
	text-align: right;
	padding-left: 340px;
}


#container #sidebar1 h4 {
	font-size: 1.3em;
	line-height: .5em;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer p {
	line-height: 1.5em;
}
#container #sidebar1 a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#container #sidebar1 a:hover {
	color: #9C9E54;
}
#footer a:hover {
	color: #9C9E54;
}




#mainContent  { 
	margin: 0 0 0 250px; /* 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 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}
#container1 {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #040718;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #9C9E54;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	background-color: #040718;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #9C9E54;
	background-image: url(images/sidebar2bg.jpg);
	background-repeat: no-repeat;
}
#content {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: normal;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 300px;
}
#content a {
	font-weight: bold;
	color: #AD631D;
	text-decoration: none;
}
#content a:hover {
	color: #9C9E54;
	text-decoration: underline;
}


#container1   #sidebar2   h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
	color: #CED6AA;
	line-height: 0.5em;
}
#container1   #sidebar2   ul {
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: normal;
	list-style-type: none;
}
#container1   #sidebar2   h4 {
	font-size: 1.1em;
	line-height: 0.5em;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container1   #sidebar2   a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#container1  #sidebar2  a:hover {
	color: #9C9E54;
}
.selected {
	color: #AD631D;
	font-weight: bold;
}
.twoColFixLt #container1 #content table {
	font-size: small;
	vertical-align: top;
	text-align: left;
}
.twoColFixLt #container #sidebar1 a {
}
.style1 {
	font-size: 1.5em
}
