﻿body {
	font-family: Georgia;
	vertical-align: middle;
	margin: auto;
	width: 900px;
	height: auto;
	position: relative;
	background-color: #FFFF99;
	background-color: #FFFFFF;
	background-color: #4140A6;

}
	
#masthead{
	position: relative;
	width: 900px;
	height: 100px;
	z-index: 1;
	right: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#navigation {
	margin: 0 auto;
	width:150px;
	position: relative;
	font-size: 14px;
	border:thin;
	border-width: 1;	
	
	/*
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 1px;	
	background-color:#CCCCFF;

	*/
	
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight:bold;
}
#navigation li {
	float:none;
}

#navigation a {
	text-decoration: none;
	display: block;
	padding: 10px;
	color: #394576;
	border-color:#F62A05;
}
#navigation a:hover {
	text-decoration: none;
	color: #CCCCFF;
	background-color: #4140A6;
}

#container {
	/*border: 1px solid #000000;*/
	padding: 0px;
	margin: auto;
	position: relative;
	width: 900px;
	height: auto;
	z-index: auto;
	background-color: #FFFFFF;
}

#content{
	border-color: #CCCCFF;
	padding-left: 4px;
}

#topHalf{
	position: relative;
	width: 900px;
	height: auto;
	z-index: inherit;
}
#dateTime{
	position: relative;
	width: 900px;
	height: auto;
	z-index: inherit;
}
#contactInfo{
	margin: 2px;
	position: relative;
	width: 250px;
	height: auto;
	z-index: inherit;
	left: inherit;
	float: right;
}
#ponder{
	margin: 2px;
	position: relative;
	width: 640px;
	height: auto;
	z-index: inherit;
	float: left;
}
#ponder p{
	font-weight: normal;
}
#topHalf{
	position: relative;
	width: 900px;
	height: auto;
	z-index: inherit;
}
#leftColumn{
	margin: 2px;
	position: static;
	width: 445px;
	height: auto;
	z-index: inherit;
	float: left;
}
#rightColumn{
	margin: 2px;
	position: relative;
	width: 445px;
	height: auto;
	z-index: inherit;
	float: right;
}

#StatCounter p {
	font-size: x-small;
	text-align: center
}

#footer{
	/*background-color: #CCCCFF;*/
	position: static;
	width: 900px;
}

#footer p {
	font-size: x-small;
	text-align: center
}

h2 {
	font-family: Georgia;
	font-size: large;
	/*font-style:italic;*/
	font-weight:bold;
}

h3{
	font-family: Georgia;
	font-size: medium;
	/*font-style:italic;*/
	font-weight:bold;
	/*color: #F62A05;*/
}

p{
	font-family: Georgia;
	font-size: small;
	font-weight: normal;
	/*font-style:italic;*/
}
