body {
	width: 990px;
	background: #DDDDDD;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: .9em;
	font-family: sans-serif;
	padding: 0px;
	line-height: 1.4;
	}
/***The overflow here is to spread color under directory***/
.page {
	background: #FFFFFF;
	overflow: hidden;
	}
a {
	text-decoration: none;
	padding: 0px;
	color: black;
	margin: 0px 2px;
	}
a:link {
	color: black;
	}
a:visited {
	color: black;
	}
a:hover {
	background: #50729F;
	color: black;
	}
a:focus {
	background: #50729F;
	color: black;
	}
a:active {
	color: black;
	background: #50729F;
	}
/*** Header Stuff ***/
#header {
	height: 70px;
	clear: both;
	background: #50729F;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	}
#header #name {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	}
#header #tagline {
	float: left;
	margin-top: 30px;
	font-weight: bold;
	}
#tagline {
	margin-left: 10em;
	}
#header #timedate {
	float: right;
	font-weight: bold;
	margin: 5px;
	}
h1, h2, h3 {
	display: inline;
	padding-bottom: 0px;
	margin: 0px;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: small;
	}
/*** Picture Block Stuff ***/
#picture {
	float: left;
	width: 500px;
	text-align: center;
	min-height: 430px;
	margin-left: 10px;
	}
#picture h3 {
	display: block;
	}
#picture img {
	margin: 0px auto;
	}
#picture p {
	margin: 0;
	}
#picture a:link {
	color: blue;
	}
#picture a:visited {
	color: blue;
	}
/*** Search Block Stuff ***/
#search {
	height: 25px;
	float: right;
	margin: 5px 5em 10px 0px;
	}
input.forminputbutton {
	width : 110px;
	}
/*** Standard Links Block Stuff ***/
#standardlinks {
	margin-right: 2em;
	float: right;
	line-height: 1.6;
	}
#standardlinks .title {
	color: black;
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	left: 7em;
	}
#standardlinks .title p{
	display: inline;
	}
.category {
	margin: 0px;
	}
.category p {
	font-variant: small-caps;
	font-weight: bold;
	width: 4.5em;
	display: inline;
	margin: 0px;
	float: left;
	}
.category a {
	font-size: .9em;
	}
/*** Directory Stuff ***/
#subdomain .category {
	float: left;
	width: 20%;
	}
#subdomain .category p {
	width: 100%;
	}
#subdomain .category a {
	display: block;
	clear: left;
	}
.even {
	background: #D3DCE7;
	}
#subdomain {
	text-align: center;
	float: left;
	width: 980px;
	}
/*** Cool Site Block***/
#coolsite {
	float: right;
	width: 450px;
	text-align: center;
	margin: 10px;
	}
#coolsite p {
	margin: 0;
	}
#coolsite a:link {
	color: blue;
	}
#coolsite a:visited {
	color: blue;
	}
/*** Weather Stuff ***/
#weather {
	float: right;
	margin-right: 30px;
	}
#weather p {
	margin: 0;
	}
#weather form {
	margin: 0px;
	}
#weather_form {
	float: left;
	margin-top: 25px;
	margin-right: 10px;
	}
/***  Footer Stuff ***/
#footer {
	height: 20px;
	clear: both;
	background: #50729F;
	}
#footer a:link {
	color: black;
	}
#footer a:visited {
	color: black;
	}
#footer a:hover {
	background: #D3DCE7;
	color: black;
	}
#footer a:focus {
	background: #D3DCE7;
	color: black;
	}
#about{
	float: left;
	margin: 1px;
	}
#makehomepage {
	display: inline;
	float: left;
	margin-left: 13em;
	font-weight: bold;
	}
#tell {
	float: right;
	display: inline;
	margin: 1px;
	}
.directory {
	text-align: center;
	}
	