/* 
		Filename: 	stantonstyle.css
		Author: 		Darrell E. Garrett Jr.
		Date: 		May 06, 2008
		Type: 		Cascading Style Sheet
		Changes:		05/06/08 site design
 */

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #FFFFFF;
}

h1 {
	font-size: 1.5em;
	text-align: center;
	font-style: italic;
}

h2 {
	font-size: 1.3em;
	color: #FF00FF;
	text-align: center;
}

h3 {
	font-size: 1.1em;
	color: #999999;
	font-style: italic;
	margin-left: 2em;
}

p {
	margin-right: 2em;
	margin-left: 2em;
	text-indent: 3em;
}

dl, dt, dd, ul, li {
	margin-left: 4em;
}

img {
	border: 0px;
}

table {
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: #00FFFF;
	width: 75%;
	text-align: left;
	padding: 1em;
	border: #0000FF;
	left: 50%;
}

th, tr, td {
	border: #0000FF;
}

#container {
	position: absolute;
	width: 100%;
	height: 100%
}

#center {
	width: 100%;
	text-align: center;
}

#header {
	height: 50px;
	background-color: #0000FF;
	text-align: center;
	color: #FFFFFF;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0;
}

#top {
	background-color:#FFFFFF;
	text-align: center;
	font-size: 1em;
}

#content {
	background-color:#FFFFFF;
}

#bottom {
	background-color:#FFFFFF;
	text-align: center;
	font-size: .8em;
	margin-top: 4em;
}

#address {
	margin-bottom: 2em;
	font-size: 0.8em;
	text-align: center;
	margin-top: 2em;
}

#copyright {
	margin-bottom: 2em;
	font-size: 0.7em;
	text-align: center;
}

#footer {
	height: 31px;
	background-color: #0000FF;
}

.fl {
	float: left;
	margin: 1em;
}

.fr {
	float: right;
	margin: 1em;
}
