@charset "utf-8";
body  {
	background: #666666;
	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: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	float: none;
}
#container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #f4e8b9;
	font-size: 0.8em;
	right: auto;
	left: auto;
} 
#header {
	height: 200px;
	padding-top: 15;
	padding-bottom: 0;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(images/alegacy.png);
	background-position: bottom;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #f4e8b9;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 0px;
	padding-bottom: 15px;
	font-style: normal;
}

#mainContent {
	background-color: #f4e8b9;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 9px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-style: italic;
} 
#sidebar1.style4 {
	margin-top: 0px;
}

#sidebarbox.style4 {
}

#container #sidebar1 .style4 {
	height: 50px;
	width: 120px;
	padding-left: 10px;
	padding-top: 10px;
}

#footer {
	background-color: #000000;
	position: absolute;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
} 

#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f4e8b9;
}
.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;
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 180px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #90bade;
}

#blueblock li a{
	display: block;
	padding: 5px 5px 5px 8px;
	background-color: #f4e8b9;
	color: #000000;
	text-decoration: none;
	width: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: solid;
	border-right-color: #508fc4;
	border-left-color: #800000;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
	background-color: #000000;
	color: #fff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #5ba3e0;
	border-left-color: #1c64d1;
}

.style2 {
	font-size: .9;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {font-size: medium}
.style4 {font-size: 0.8em}
.style5 {color: #f4e8b9}
.style6 {color: #800000}
.style7 {
	font-size: x-small;
	color: #f4e8b9;
}
.style8 {color: #000000}
.style9 {font-size: x-small}
.style11 {
	font-size: .9
}
.style13 {font-weight: bold}

.CatImage {
	height: 30px;
	width: 750px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: thin none #dea138;
	float: none;
	position: absolute;
	clip: rect(auto,auto,auto,70px);
	margin-left: 180px;
}
.CatImage2 {
	height: 150px;
	width: 175px;
	border: thin groove #dea138;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
table
{
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 0px;
	margin-top: 0px;
}

td
{
	margin: 0;
	background-color: #f4e8b9;
	padding: 4px;
	border: 1px solid #999999;
}
.style14 {font-size: xx-small}
.style7 {
	font-size: x-small;
	color: #f4e8b9;
}
#sidebar1 textbox {
	height: 50px;
	width: 110px;
	padding-left: 15px;
}
a:link {
	text-decoration: none;
	color: #800000;
}
a:visited {
	text-decoration: none;
	color: #800000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #800000;}
.style15 {font-size: small}
#apDiv1 {
	position:absolute;
	left:610px;
	top:567px;
	width:55px;
	height:10px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:550px;
	top:567px;
	width:55px;
	height:10px;
	z-index:1;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	background-color: #f4e8b9;
	padding-right: 10px;
	padding-bottom: 15px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#bottombar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 750px; /* padding keeps the content of the div away from the edges */
	background-color: #f4e8b9;
	padding-right: 10px;
	padding-bottom: 15px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: auto;
	padding-left: 70px;
	
}
#toptext {
	float: left; /* since this element is floated, a width must be given */
	width: 650px; /* padding keeps the content of the div away from the edges */
	background-color: #f4e8b9;
	padding-right: 50px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: auto;
	padding-left: 50px;}

.style17 {
	font-size: 11px;
	height: 176px;
	width: 950px;
	position: static;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.style18 {height:0; line-height: 0px; clear: both;}
.style18 {height:0; line-height: 0px; clear: both;}
.style19 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
