body {
	margin: 0;
	padding: 0;
	color: #555;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 25px;
}

ul {
margin-top: 0px;
margin-bottom: 0px;
}

img {border:0;}
table {border-collapse:collapse;}
td {margin:0;padding:0;border-collapse:collapse;}

a { color: black; }
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline;}

.title_image {
	background-image: url(/images/image1.jpg);
	height: 164px;
	width: 256px;
	background-repeat: no-repeat;
}

#button_container {
	position: relative;
	right: 0px;
}

#button_container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#button_container ul li {
	display: inline;
}

#button_container ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
}

#button_container ul li a:hover {
	color: #778899;
}

.mission_statement {
	width: 29px;
	height: 23px;
	display: block;
	float: left;
	padding-top: 10px;
	position: relative;
	margin-left: 10px;
	top: 7px;
}

.divspace {
	width: 113px;
	height: 39px;
	color: #fff;
	float: right;
	position: relative;
	top: 8px;
	right: 5px;
}


#info {
	height: 100px;
	padding: 18px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


.table_header {
	background-image: url(/images/buttonbackground.gif);
	padding-left: 42px;
	padding-right: 10px;
	font-size: 110%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #000000;
}

.rightline {
	border-right: 1px solid #ccc;
}

.leftline {
	border-left: 1px solid #ccc;
}

.footer {
    height:20px;
    width:100%;
    background: blue;
    position: absolute;
    bottom: 0px; 
}