﻿/* HTML Tag styles */
body {
	background-color: #a4c6cf;
	font-family: Verdana, Arial, Garamond;
	font-size: 12px;
	text-align:center;
	margin-top: 0;
	margin-bottom: 0;
}
Div {
/*
	position: relative;
	width:auto;
	height: auto;
	*/
}
P {
	margin-bottom: .25em;
	margin-left: 1em;
	margin-right: 1em;
}
table {
	background-color: #FFFFFF;
}
TD {
	font-size: 12px;
}
a, a:visited {
	color: #24a66f;
	text-decoration: none;
}
UL {
	margin-left: 2.5em;
	padding-bottom: .5em;
	padding-top: .5em;
}
LI {
	padding-bottom: .5em;
}

/* Class styles */

.bodylink {
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}
.breadcrumb {
	margin-left: 1em;
}
.comment {
	color:#FF0000;
	font-style:italic;
	font-size:12px;
	font-weight:lighter;
}
.ContentRow {
	margin-top: -1.25em;
	background-color: #fff;
	width: 66em;
}
.Indent {
	margin-left: 12em;
}
.indent1 {
	margin-left: 5em;
}
.indent2 {
	margin-left: 10em;
}
.indent3 {
	margin-left: 15em;
}
.indent4 {
	margin-left: 20em;
}
.Logo {
	border: 0;
}
.LogoRow, .MenuRow {
	background-color: #3e40a4;
	text-align: center;
	width: 66em;
}
.more {
	margin-left: 6em;
}
.QuickBlurb {
background: #f0f6ff;	
}
.QuickBlurb2 {
background: #f0f6ff;
height:150px;
width:150px;
}
.QuickTD {
	width: 22.5em;
	text-align: center;
	padding-left: .25em;
	padding-right: .25em;
}
.QuickTD1 {
	width: 22.5em;
	vertical-align: top;
	padding-left: .25em;
	padding-right: .25em;
}
.SectionHead {
	font-weight:bold;
}
.sidelinks {
	text-decoration: none;
	border: 1px solid gray;
	color: navy;
	padding: 2px 10px 1px 20px;
	width: 110px;
	text-align:center;
	border-color: rgb(90%,85%,80%) rgb(60%,55%,50%) rgb(60%,55%,50%) rgb(90%,85%,80%);
	background: rgb(92%,91%,90%) url(link-base.gif) 3px 50% no-repeat;
}
.StandOut {
	font-size: 16px;
	font-weight: bold;
	margin-top: 1em;
	margin-left: 2em;
}
.Toolback {
	background-color: lightblue;
	text-align: center;
	border: solid 1px white;
}
a.bodylink {
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}
b.rtop, b.rbottom {
	display:block;
	background: #FFF
}
b.rtop b, b.rbottom b {
	display:block;
	height: 1px;
	overflow: hidden;
	background: #f0f6ff
}
b.r1 {
	margin: 0 5px
}
b.r2 {
	margin: 0 3px
}
b.r3 {
	margin: 0 2px
}
b.rtop b.r4, b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px
}
.QuickBlurb P {
	margin-top: -1em;
	margin-left: .5em;
	margin-right: .5em;
}
.sidelinks a, .sidelinks a:visited {
	text-decoration:none;
	color:#24464f;
}
.sidelinks a:hover {
	text-decoration:none;
	color:#64868f;
}

/* Item styles */

#Header {
	background-color: #3e40a4;
	text-align: center;
	width: 66em;
}
#footer {
	padding-bottom: .5em;
	padding-top: 1.5em;
	text-align: center;
}
#wrapper {
	width: 66em;
	min-width:780px;
	margin:0 auto;
	border:solid black 1px;
	text-align:left
}