@charset "UTF-8";
/* CSS Document */

body {
	background-color: #999999;
}
h1 { /*Topic head*/
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 5px 0px 5px 0px;
	padding: 15px 0px 0px 16px;
}
	
a:link {
	color: rgb(0, 49, 103);
	text-decoration: none;
}
a:visited {
	color: rgb(0, 49, 103);
	text-decoration: none;
}
a:hover {
	color: rgb(183, 170, 141);
	text-decoration: none;
}
img, div {
	 behavior: url<iepngfix.htc);
 }
ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left:0;
	display: block;
}
#wrapper { /*offsets the page so the text links sit below*/
	width: 900px;
	height: 100%;
	background-color: #999999;
	margin: 0 auto;
	overflow: hidden;
}	
#container {
	margin: 0 auto;
	width: 900px;
	height: 655px;
	background-color: rgb(216, 207, 187);
	background-image:url(images/homepage_back.jpg);
	background-repeat: no-repeat;
}

#bannerspace {
	width: 900px;
	height: 115px;
}
#leftcolumn { 
	width: 175px;
	height: 240px;
	padding: 0px 15px 0px 16px;
	float: left;
}
#middlecolumn {
	width: 385px;
	height: 250px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
/*middle_about {
	float: left;
	background-color: rgb(190,204,196);
	position: absolute;
	top: 0px;
	height: 100%;
}
#rightcolumn {
	float: left;
	position: absolute;
	top: 0px;
	height: 100%;
}*/
	
#pictureframe {
	width: 900px;
	height: 158px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
	
#footer {
	width: 900px;
	height: 100px;
	padding: 30px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
	clear: both;
}

/*Formatting*/

.tagline {
	top: 89px;
	text-align: center;
	padding: 0px 0px 0px 102px;
}
.bodytext {
	font-family: Arial;
	font-weight: normal;
	color: #666666;
	font-size: 12px;
	margin: 20px 5px 0px 16px;
	padding: 0px 5px 0px 3px;
}
.navlinks_first {
	padding: 70px 0px 6px 0px;
}
.navlins_regular {
	padding: 0px 0px 6px 0px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.smallhomepic {
	padding: 0px 0px 20px 90px;
}
.copyright {
	font-family: Arial;
	font-weight: normal;
	font-size: 9px;
	color: #666666;
	padding: 3px 0px 5px 16px;
}
.textlinks {
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	margin: 10px 0px 0px 200px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	display: inline;
}
	
