body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #101010;
	background: #FFFFFF url(../images/common/backs/greydiag.png);
	table-layout: fixed;
	margin: 0px;
	padding: 15px 0px 0px;
}

/* 
border: 1px dotted #999999;
*/
/* development only */
/* temporary work around */


/* main content layer */
#maindiv {
	position: absolute;
	top: 185px;
	width: 100%;
}
#maintable {
	width: 900px;
	margin: 0px auto;
}

/* main content cell */
#maincontent {
	background: #FFFFFF url(../images/common/backs/content_back_mid.png) repeat-y left top;
	vertical-align: top;
}
#contenttop {
	height: 10px;
	background: url(../images/common/backs/content_back_top.png) no-repeat left top;
}
#contentcontainer {
	margin: 15px 27px 21px 30px;
}

h1 {
	font-size: x-large;
	color: #526DA6;
	text-transform: lowercase;
	margin: 0px 0px 12px;
}
h2 {
	font-size: large;
	color: #526DA6;
	text-transform: capitalize;
	margin: 0px 0px 9px;
}
h3 {
	font-size: medium;
	color: #7BAB4B;
	text-transform: capitalize;
	margin: 0px 0px 6px;
}
p {
	font-size: small;
	line-height: 1.5;
	margin: 0px 0px 12px;
}
.firstp {
	text-align: justify;
}
.linkbelow {
	margin: 0px 0px 3px;
}

.leftimage {
	float: left;
	margin: 3px 12px 9px 0px;
	border: 1px dotted #CCCCCC;
}
.rightimage {
	float: right;
	margin: 3px 0px 9px 9px;
	border: 1px dotted #CCCCCC;
}

.startquote {
	vertical-align: text-top;
	margin: 0px;
}
.endquote {
	vertical-align: text-bottom;
	margin: 0px;
}

.inlineicon {
	vertical-align: text-bottom;
	margin: 0px;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 12px;
}
li {
	font-size: small;
	line-height: 1.5;
}

hr {
	clear: both;
	margin: 0px 3px 12px;
}

.listtable {
	margin: 0px 0px 12px;
}
.listtable td {
	vertical-align: top;
	padding: 12px;
}

/* default links */
a {
	font-weight: bold;
}
a:link, a:visited {
	color: #526DA6;
	text-decoration: none;
}
a:hover {
	color: #7BAB4B;
	text-decoration: underline;
}

/* resource links */
.extlinkdiv {
	text-align: right;
	margin: 0px 0px 12px;
}
.extlinkdiv a {
	font-size: small;
}

/* footer content */
#maincontentfoot {
	background: #FFFFFF url(../images/common/backs/content_back_mid.png) repeat-y left top;
}
#totop {
	text-align: right;
	padding: 0px 9px 12px 0px;
}
#totop a {
	font: bold 14px/1 Verdana, Arial, Helvetica, sans-serif;
}
#copyright {
	font: small/1 Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 0px 9px;
}
#contentbase {
	background: url(../images/common/backs/content_back_base.png) no-repeat left bottom;
	padding: 0px;
	height: 10px;
}

/* right content */
#rightcontent {
	width: 220px;
	vertical-align: top;
	padding: 0px;
}
#sideback {
	background: #FFFFFF url(../images/common/backs/sidenav_mid.png) repeat-y left top;
	margin: 0px;
	padding: 0px;
}
#sidetop {
	display: block;
	margin: 0px 0px 3px;
}
#sidepic {
	display: block;
	margin: 0px 9px 6px;
	border: 1px solid #CCCCCC;
}

/* main menu */
#menutable {
	width: 202px;
	margin: 0px 9px 9px;
}
#menutable td {
	padding: 0px 3px 3px;
}
#menutable a {
	font: bold 16px/21px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding: 3px 6px 3px 9px;
	border: 1px solid #999999;
}
#menutable a:link, #menutable a:visited {
	color: #526DA6;
}
#menutable a:hover, #menutable a:active {
	color: #7BAB4B;
}


/* random testimonial */
#testimonialdiv {
	font: bold 13px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0px 12px 9px;
	padding: 3px;
	border: 1px dotted #999999;
}

#sidebase {
	display: block;
	margin: 0px;
}

/* banner layer */
#topdiv {
	position: absolute;
	width: 100%;
}
#toptable {
	width: 900px;
	background: #FFFFFF url(../images/common/backs/back_top.png) no-repeat center top;
	margin: 0px auto;
}
#toptable td {
}
#logocell {
	padding: 3px 0px 0px 9px;
}
#tagline {
}
#topcontacts {
	text-align: right;
	vertical-align: top;
	padding: 6px 6px 0px 0px;
	font: bold 13px/1.3 Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	letter-spacing: 1px;
}
#logosdiv {
	text-align: right;
	margin: 41px 9px 7px 0px;
}
#logosdiv img {
	margin: 0px 0px 0px 12px;
}


/* form classes */
form {
	margin: 0px 3px 9px;
}
fieldset {
}
legend {
	font-size: large;
	font-weight: bold;
	color: #526DA6;
	margin: 0px 0px 12px;
}
.formtable {
	margin: 0px 0px 9px;
}
.formtable td {
	padding: 0px 6px 6px 0px;
}
label {
	font-size: small;
	font-weight: bold;
	color: #526DA6;
	cursor: pointer;
	cursor: hand;
}
.requiredfield {
	font-size: small;
	font-weight: bold;
	color: #FF3300;
}
input, select, textarea {
	font-size: small;
	font-weight: bold;
	color: #526DA6;
}
.inputoff {
	border: 1px solid #CCCCCC;
}
.inputon {
	border: 1px solid #526DA6;
}
.sendbutton {
	font-size: medium;
	color: #526DA6;
	cursor: pointer;
	cursor: hand;
}

.biggreennotice {
	font: bold 13px/1.3 Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	display: block;
	text-align: center;
	margin: 0px 0px 15px;
	padding: 30px;
	border: 3px dashed #009900;
}
.bigrednotice {
	font: bold 13px/1.3 Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	display: block;
	margin: 0px 0px 15px;
	padding: 30px;
	border: 3px dashed #CC0000;
}
