/* Simple Pleasures CSS sheet */
body {
	background-image: url(images/grn-sqw_tile.gif);
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-color: #E9F8F8; 
}
body, p, td, li, ul, ol{
	font-family: verdana, helvetica, arial, "sans serif";
	color: #006;
	font-size: 12px;
	font-weight: normal;
}
a:link {
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, helvetica, arial, "sans serif";
	text-decoration: none;
	color: #006;
	text-decoration:underline;
}
a:visited {
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, helvetica, arial, "sans serif";
	text-decoration: none;
	color: #099;
	text-decoration:underline;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, helvetica, arial, "sans serif";
	text-decoration: none;
	color: #36F;
	text-decoration:underline;
}
a:active {
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, helvetica, arial, "sans serif";
	text-decoration: none;
	color: #FFF;
	text-decoration:underline;
}
/* Headers */
/* h1 is for page titles */
h1	{
	font-size: 14px;
	font-family: verdana, helvetica, arial, "sans serif";
	font-weight: bold;
}
/* h2 is for header under top of page */
h2  {
	font-family: verdana, helvetica, arial, "sans serif";
	font-size: 12px;
	font-weight: bold;
	}
/* h3 is bold font */
h3	{
	font-family: verdana, helvetica, arial, "sans serif";
	font-size: 11px;
	font-weight: bold;
}
/* h4 is for normal font */
h4  {
	font-family: verdana, helvetica, arial, "sans serif";
	font-size: 10px;
	font-weight: normal;
	}
/* h5 is for header, smaller body text font */
h5  {
	font-family: verdana, helvetica, arial, "sans serif";
	font-size: 9px;
	font-weight: normal;
	}
/* h6 is very small font for bottom copyright block */
h6	{
	font-family: verdana, helvetica, arial, "sans serif";
	font-size: 10px;
	font-weight: normal;
}
/* nav is for the footer navigation links */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 10px;
	font-family: verdana, helvetica, arial, "sans serif";
}
#container {
	border-color: #099; 
}
#content {
	border-color: #099;
}
input.txt {
	width: 50px;
	border: 1px inset #CCCCCC;
	float: right;
}
.left {
margin: .3em 1em .2em 0;
float:left;
}

.right {
margin: .3em 0 .2em 1em;
float:right;
}
.redtext {
color: #FF0000;
font-size: 1.6em;
}
img {
	border:none;
}
