﻿/* STRUCTURE */
.body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #408E6B;
}
.background {
	display: block;
}
.background * {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #FFFFFF;
}
.background1 {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #92beaa;
	border-right: 1px solid #92beaa;
	background: #cfe2da;
}
.background2 {
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #539979;
	border-right: 1px solid #539979;
	background: #dae9e2;
}
.background3 {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #dae9e2;
	border-right: 1px solid #dae9e2;
}
.background4 {
	border-left: 1px solid #92beaa;
	border-right: 1px solid #92beaa;
}
.background5 {
	border-left: 1px solid #cfe2da;
	border-right: 1px solid #cfe2da;
}
.backgroundfg {
	background: #FFFFFF;
	padding: 5px;
}
/* NAVIGATION */
#topNav {
	font-size: .7em;
	vertical-align: top;
	text-align: right;
}
a.topNavOn {
	color: #333399;
	text-decoration: none;
	padding: 6px 6px 6px 6px;
	font-weight: bold;
	background-color: #EEEEEE;
}
a.topNavOff {
	color: #333399;
	text-decoration: underline;
	padding: 2px 4px 6px 4px;
}
#leftNav {
	background-position: 0px 0px;
	background-image: url('../images/page-background.png');
	background-repeat: repeat-y;
	font-size: .70em;
	width: 155px;
	padding: 1px 0px 0px 2px;
	height: 550px;
}
a.leftNavLinkOff {
	color: #464646;
	text-decoration: none;
}
a.leftSubNavLinkOn {
	color: #808080;
	text-decoration: underline;
}
a.leftSubNavLinkOff {
	color: #808080;
	text-decoration: none;
}
a.leftSubSubNavLinkOn {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}
a.leftSubSubNavLinkOff {
	color: #CCCCCC;
	text-decoration: none;
}
.navDivider {
	background-position: 0px 0px;
	height: 2px;
	background-image: url('../images/page-divider.png');
	background-repeat: repeat-x;
	overflow: hidden;
}
/* BREADCRUMB */
#breadcrumb {
	background-position: 0px 0px;
	background-image: url('../images/page-background.png');
	background-repeat: repeat-y;
	font-size: .70em;
	height: 55px;
	padding: 5px 5px 0px 160px;
}
a.breadcrumbLink {
	color: #464646;
	text-decoration: underline;
	padding: 0px 3px 0px 3px;
	font-weight: bold;
}
/* CONTENT */
#content {
	font-size: .7em;
	color: #464646;
	padding: 8px 12px 12px 7px;
	width: 700px;
}
#contentHome {
	font-size: .7em;
	color: #464646;
	padding: 10px 6px 6px 6px;
	width: 670px;
}
#contentLeft {
	font-size: .7em;
	color: #464646;
	padding: 6px 6px 6px 6px;
	width: 500px;
}
#contentRight {
	font-size: .7em;
	color: #464646;
	padding: 10px 6px 6px 6px;
	width: 190px;
}
/* FOOTER */
#footer {
	padding: 15px;
	font-family: Verdana;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: center;
}
a.footerLink {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0px 6px 0px 6px;
}
/* DIVIDERS  */
.dottedKeyline {
	height: 1px;
	background-position: 0px 0px;
	background-image: url('../images/page-divider.png');
	background-repeat: repeat-x;
	overflow: hidden;
}
/* TEXT */
p {
	margin: 8px 0px 8px 0px;
}
.boldHeader {
	font-weight: bold;
	color: #464646;
}
.smallPrint {
	font-size: 1em;
	border-top: solid 1px #EEEEEE;
	margin-top: 8px;	
	padding: 10px 0px 0px 6px;
	color: #464646;
}
/* LINKS */
a:hover {
	text-decoration: underline;
}
a.blue {
	color: #333399;
	text-decoration: underline;
}
a.white {
	color: #FFFFFF;
	text-decoration: none;
}
/* IMAGES */
.img {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	text-align: center;
}
.imgPad {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 13px;
	text-align: center;
}
.imgSmlPad {
	padding: 4px;
	text-align: center;
	border: 0px;
}
.imgLeft {
	float: left;
	padding: 6px;
	border: 0px;
}
.imgRight {
	float: right;
	padding: 6px;
	border: 0px;
}
.imgCenter {
	padding: 12px 30px 12px 30px;
	border: 0px;
}
/* TABLES */
.tablePage {
	width: 900px;
}
.tableWide {
	width: 100%;
}
.tableHalf {
	width: 50%;
	vertical-align: top;
}
.tableQtr {
	width: 25%;
	vertical-align: top;
}
.topAlign {
	vertical-align: top;
	text-align: left;
}
.topAlignCenter {
	vertical-align: top;
	text-align: center;
}
.midAlignCenter {
	vertical-align: middle;
	text-align: center;
}
.baseAlign {
	vertical-align: bottom;
}
.rightAlign {
	text-align: right;
}
/* FORMS */
.instructions {
	color: #336699;
}
