body  {
	background-color: #100040;
	margin: 0; 							/* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; 				/* centers the container in IE 5*. Text is then set to left aligned default in the #wrapper */
	color: #000000;
}
p {
	padding:2px 0px;
	margin:0;
	text-align:left;
}
img {
	border:0;
}
h3 {
	font-size:16px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 0px 10px 0px;
	margin:0;
	text-align:center;
}
h4 {
	font-size:14px;
	font-weight:800;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px 0px 5px 0px;
	margin:0;
	text-align:center;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
}
.alignCenter {
	text-align:center;
}
.alignCenter:hover {
	color:#FFFFFF;
}
.alignLeft {
	text-align:left;
}

.italic {
	font-style: italic;
}
.listNone {
	text-align:left;
	list-style-type: none;
}
.listNone li{
	list-style-type: none;
	text-align: left;
}
.listNone a {
	text-decoration:underline;
}
.listNone a:hover {
	text-decoration:none;
}
.listNone li.smallText {
	font-size:12px;
}
.listNone li.alignCenter {
	text-align:center;
}
.cellStyle {
	padding:20px 0px 10px 30px;
	background-color:#F7F7F7;
}
.table {
	width:600px;
	margin:30px 0px 0px 0px;
	padding:0;
}
.table tr {
	border:#333333 thin solid;
}
.border {
	padding: 10px 5px;
	background-color: #FFFFFF;
	border: thin outset #999999;
	margin: 3px 0px;
	color: #000000;
	text-decoration: none;
}
.noDec {
	text-decoration:none;
	color: #000000;
}
.noDec:hover {
	color:#FF0000;
}
#wrapper {
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto; 				/* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; 				/* this overrides the text-align: center on the body element. */
	padding:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
} 
#header {
	margin:0;
	height: 110px;
	background-image: url(images/banner1.jpg);
	background-repeat: no-repeat;
} 
#sidebar1 {
	float: left; 					/* since this element is floated, a width must be given */
	width: 150px;
	padding: 90px 30px 10px 10px; 	/* padding keeps the content of the div away from the edges */
	background-image:url(images/catsitlay2.gif);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}
#sidebar2 {
	float: right;  					/*since this element is floated, a width must be given */
	width: 180px;
	background: #EBEBEB;  			/*the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; 	/*padding keeps the content of the div away from the edges */
	border:thin solid #666666;
	font-weight:200;
	font-size:16px;
	text-align:center;
	margin:100px 0px 20px 0px;
}
#mainContent {
	text-align:center;
	padding: 0 10px; 				
	margin: 0px 200px; 				
	font-size: 16px;
} 
#sidebar2 .border li {
	list-style-type: none;
}

#mainContent p {
	text-align:left;
	padding:0px 10px 20px 0px;
	font-size:16px;
}
#footer {
	padding: 0 10px 0 20px; 		/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 10px;
} 
#footer p {
	margin: 0; 						/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse */
	padding: 10px 0;				/* padding on this element will create space, without the margin collapse issue */
}
.fltrt { 							/* 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 { 						/* 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;
}
img.button {
	border:thin #000000 double;
	padding:2px;
	margin:2px;
}
img.button:hover {
	border:double medium #FF0000;
}.announcement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	clear: left;
	margin-top: 0px;
}
