﻿body {
	background: #fff;
	margin: 10px, 0px, 0px, 0px;
	padding: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#centered {
	text-align: center;

}

#masthead {
width: 765px;
height:100px;
margin-right:auto;
margin-left:auto;
}

#top_nav {
	width: 763px;
	background-color: #343232;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	color: #fff;
	border-left: 1px #343232 solid;
	border-right: 1px #343232 solid;
	padding-top: 3px;
	font-size: x-small;
	font-weight: bold;
}

#top_nav_text{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	margin-top:5px;
	margin-right:10px;
}

#top_nav_text a {
	color:#fff;
	text-decoration:none;
}

#top_nav_text a:active {
	color:lime;
	
}


#container {
	position: relative;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	width: 765px;
	border: 1px #000000 solid;
	background-color:#fff;
}


#textbox {
float: left;
	background-color: transparent;
	width: 370px;
	height: auto;
	margin-top: 0px;
	margin-left: 5px;
	padding: 0px;
	text-align: left;
}

#textbox2 {
float: right;
	background-color: transparent;
	width: 380px;
	height: auto;
	margin-top: 0px;
	text-align: left;
}

#textbox3 {

float: left;
	background-color: transparent;
	width: 750px;
	height: auto;
	margin-top: 0px;
	margin-left: 5px;
	padding: 0px;
	text-align: left;
}

	
}

#footer {
	width: 763px;
	height:20px;
	background-color: #000;
	color: #fff;
	font-size: x-small;
	margin-right:auto;
	margin-left:auto;
	border: 1px #000000 solid;
}

#footer_text {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: x-small;
	clear: both;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
}

#footer_text a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: xx-small;
	clear: both;
}

.heading {
	font-size:24px;
	font-weight:bold;
	margin-left:10px;
}
