/* CSS Document */

* {
	border:0;
	margin:0;
	padding:0;
	white-space: normal;
	background-color:#f8faff;
}
body {
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
	text-align:center;
	color:black;
}
a, a:link {
	color:blue;
}
a:visited	{
	color:	purple;
}
a:hover	{
	color: red;
}
h1, h2, h3, h4, h5, h6 {
	color:#004400;
}
.page {
 width:800px;
 border:1px solid #66FFFF;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
}
.header {
	font-size:0.8em;
	text-align:left;
}
.title {
	clear:both;
	font-size: 1.5em;
	text-align:center;
	margin:2px 0 0 0;
	border-bottom:2px solid green;
}
.content {
	border-bottom:2px solid green;
}
.content ul {
	list-style:	none;
	line-height: 2em;
	font-size: 1.2em;
}
.content ul ul	{
	text-indent: 2em;
	font-size: 0.9em;
}
.content ul ul ul	{
	text-indent: 4em;
}
.content ul ul a:link	{
	color:#0033DD;
}
.content ul ul a:hover	{
	color:#DD3300;
}
.content div, .content p {
	margin:2px;
}
.content p	{
}
.rightcontent {
	width:380px;
	float:right;
	padding:10px 6px;
	border:1px solid red;
	font-size: 1.2em;
}
.rightsmall {
	width:140px;
	float:right;
	padding:10px 6px;
	border:1px solid yellow;
	font-size: 0.9em;
}
.leftimg	{
	float:left;
	font-size: 0.9em;
	color:#990033;
	margin: 5px;
	padding: 5px;
}
.rightimg	{
	float:right;
	font-size: 0.9em;
	color:#990033;
	margin:5px;
	padding: 5px;
}
.clearimg	{
	clear:both;
}
.leftcontent {
	width:380px;
	float:left;
	clear:left;
	padding:10px 6px;
	border:1px solid blue;
	font-size: 1.2em;
}
.leftbig {
	width:580px;
	float:left;
	clear:left;
	padding:10px 6px;
	border:1px solid aqua;
	font-size: 0.9em;
}
.maincontent {
	clear:both;
	width:774px;
	border:1px solid purple;
	padding:10px;
	font-size: 1.2em;
}
.footer {
	clear:both;
	font-size:0.8em;
	text-align:center;
	color: #003300;
	margin: 0 0 20px 0;
}
.toes {
	float:left;
	text-align:left;
	top:0;
	position:relative;
}
#toe1 {
	position:absolute;
	width:190px;
	left:5px;
	top:0;
}
#toe2 {
	position:absolute;
	width:190px;
	left:205px;
	top:0;
}
#toe3 {
	position:absolute;
	width:190px;
	left:405px;
	top:0;
	text-align:right;
}
#toe4 {
	position:absolute;
	width:190px;
	left:605px;
	top:0;
	text-align:right;
}

.vertnav {
	clear:both;
    font-size:1.8em;
	font-weight:bold;
	line-height:1.8em;
	border:1px solid green;
	width:380px;
	float:left;
	background: #faEEff;
	padding: 6px;
}
.vertnav li {
	list-style:none;
	vertical-align: middle;
	height: 2em;
	width: 380px;
}
.vertnav li a {
	display:block;
	text-align:left;
	text-indent:1em;
	float:left;
	height:2em;
	width:380px;
	vertical-align:middle;
	line-height:2em;
	text-decoration:none;
	background:#FAEEFF;
}
.vertnav li a:link,
.vertnav li a:visited,
.vertnav li a:active {
  color:blue;
}
.vertnav li a:hover {
  background:yellow;
  color:red;
}
.topnav {
	font-size: 1.4em;
}
.topnav ul{
}
.topnav li{
	list-style:none;
	display:inline;
	height: 25px;
	width: 100px;
}
.topnav li a {
	background-color:#Fbb;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	border-right:1px solid #EE9988;
	border-bottom:1px solid #ee9988;
	float:left;
	display:block;
	padding:5px 0;
	height:24px;
	width:99px;
	vertical-align:middle;
	line-height:24px;
}
.topnav a#thispage {
	background:#AAEEBB;
}
.topnav a#section	{
	background: #ffddaa;
}
.topnav li a:link,
.topnav li a:visited,
.topnav li a:active {
  color:blue;
}
.topnav li a:hover,
.topnav li a#thispage:hover,
.topnav li a#section:hover {
  background:yellow;
  color:red;
}

.leftleft	{
	width:150px;
	float:left;
	text-align: left;
}
.rightright	{
	width:150px;
	float:right;
	text-align: right;
}
.leftleft img, .rightright img	{
	border: none;
}
.maincontent img	{
	margin: 5px;
}
.centered, .centered img {
	text-align:center;
}
.endstart, .endstart p	{
	font-size: 0.8em;
	color: #336633;
}
input	{
	border: 2px solid teal;
	background: white;
}
.headline, .headline a	{
	font-size: 1.4em;
	font-weight: bold;
	color: #CC0099;
	margin: 0 0 5px 0;
}
.subhead	{
	color:	#CC0033;
	font-size: 1.1em;
}
.indent	{
	padding: 0 20px;
	font-size: inherit;
}
.indent li	{
	list-style: circle;
	line-height: 1.2em;
	color:#002200;
	font-size: 0.9em;
}
td	{
	border: 1px solid #44ccff;
	padding-left: .25em;
	empty-cells: hide;
}
.maincontent td	{
	border:1px solid #0066cc;
}
.smaller	{
	font-size: 0.8em;
}
.bullet ul, .bullet li, .bullet li p	{
	font-size: 0.9em;
	list-style:	none;
	font-weight: lighter;
	line-height: 1.2em;
	margin-left: 1.2em;
}
ol	{
	margin-left:1em;
}
ol li	{
	margin-bottom: 0.5em;
	font-size: 1em;
	color:#000066;
	margin-left: 1em;
	text-indent: 2em;
	marker-offset:4em;
	list-style-position: outside;
}
.special, .special p, .special img	{
	margin: 0 0 0 -2px;
	padding: 0;
	border: 0;
}
.bulleted ul	{
	list-style: square;
	margin-left: 1.2em;
}
.bulleted li	{
	line-height: 1.2em;
}
.large	{
	font-size: 1.4em;
	color:#990066;
}
a h4, a h5	{
	margin-bottom: 0.5em;
}
.spaceit p	{
	margin-bottom: 1em;
	line-height: 1.2em;
}
.bold	{
	font-weight: bold;
}
.courier	{
	font: courier;
	font-size: 0.8em;
	color:#330066;
}
