@charset "UTF-8";
body  {
	text-align: center;
	font-size: 100%;
	background-attachment: fixed;
	background-image: url(../images/background.png);
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D2D2D2;
}
.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background-image: url(../images/header.png);
	padding-right: 10px;
	padding-left: 10px;
	height: 130px;
	background-color: #000;
} 
.thrColFixHdr #header h1 {
	font-size: 1em;
	text-indent: -2000em;
}
.thrColFixHdr #header h2 {
	font-size: 0.9em;
	color: #C0C0C0;
	text-indent: -2000em;
}
.thrColFixHdr #header p  {
	font-size: 0.9em;
	position: absolute;
	top: 100px;
	background-color: #000;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
}
.thrColFixHdr #mainContent {
	margin-right: 190px;
	margin-left: 190px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #E7D9BF;
	text-align: left;
} 
#mainContent h1 {
	margin-bottom: 1.1em;
	color: #FBE5A1;
	padding-left: 15px;
}
#mainContent h2 {
	font-size: .9;
	color: #FBE5A1;
	background-color: #00003F;
	margin: 5px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 450px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#mainContent h3 {
	font-size: 1em;
	color: #03C;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	background-color: #1E1E1E;
	text-align: left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	background-color: #E3E3E3;
}
#footer {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
	height: 60px;
	vertical-align: bottom;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #020052;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#footer p {
	font-size: 0.8em;
	color: #9AA5BB;
}
#sidebar1 h3 {
	font-size: 1
.em;
	color: #FFC;
	font-size: 1.1em;
	text-align: left;
}
#sidebar2 p {
	font-size: .9em;
	color: #575757;
	text-align: left;
}
#sidebar2 p a {
	color: #039;
}
.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;
	color: #EBEBEB;
}

/*PRESENTATION STYLES*/
@charset "UTF-8";
body,td,th {
	color: #EAEAEA;
	font-size: 0.8em;
}
p, ul, ol, dl {
	margin-right: 20px;
	margin-bottom: 7px;
	margin-left: 20px;
	color: #9AA5BB;
	font-size: 0.9em;
}
h1 {
	font-size: 1.1em;
}
h2 {
	font-variant: small-caps;
	color: #F90;
	margin-left: 10px;
	font-size: 1em;
}
h3 {
	font-weight: bold;
	font-variant: normal;
	margin-left: 20px;
	color: #020052;
	text-align: left;
	font-size: 0.8em;
}
a:link {
	color: #9AA5BB;
	text-decoration: none;
}
a:visited {
	color: #9AA5BB;
	text-decoration: none;
}
a:hover {
	color: #162BAD;
	text-decoration: none;
}
a:active {
	color: #9AA5BB;
	text-decoration: none;
}
.bold {
	color: #F6FFC5;
	font-style: normal;
	font-weight: bold;
}
.cb {
	color: #003;
}
.hiLite {
	color: #50303F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.news {
	font-size: 0.9em;
	color: #B18500;
}
.newsQuote {
	font-size: 0.9em;
	color: #9AA5BB;
}
.quotes {
	color: #0066B7;
	font-style: italic;
}
img {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#sprlaw {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.featured {
	color: #4D1907;
	font-weight: bold;
}
