/* CSS Document 
StevenGrindle@msn.com
Styles to support the home page at www.StevenGrindle.com
Last Revision: 2009 Jun 17
*/

.bold_italic {
	font-style: italic;
	font-weight: bold;
}
.clear_floats {
	clear: both;
}
.display_none {
	display: none;
}
.float_left {
	float: left;
}
.float_left48 {
	padding: 2px;
	float: left;
	width: 48%;
}
.float_right48 {
	float: right;
	width: 48%;
	padding: 2px;
}
.float_right {
	float: right;
}
.smaller_text {
	font-size: .85em;
}
.under_construction {
	font-weight: bold;
	color: #6633CC;
	background-color: #FFFFCC;
}

#banner {
}
#banner h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
#footer {
	clear: both;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
	float: right;
}
#footer img {
	border-style: none;
}
#intro {
	padding: 3px;
	border-bottom: 5px solid #FFFFFF;
}
#update {
	font-size: 0.75em;
	font-variant: small-caps;
	color: #554499;
	position: absolute;
	right: 5px;
	text-align: right;
}
* {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFFCC;
	text-decoration: none;
	background-color: #333333;
}
a:active {
	color: #6633CC;
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #efefef;
	color: #554499;
}
blockquote {
	margin: 10px;
	font-size: 0.9em;
	font-style: italic;
}
h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	margin: 3px 5px;
}
ul {
	margin-left: 25px;
}
