body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/retrotile7.jpg);
	line-height: 130%;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #000;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #000;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #000;
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000;
}
h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #000;
}
li {
	list-style-image: url(../images/dragonfly.png);
}
img {
	padding: 5px;
}
label {
	clear: left;
	float: left;
	width: 12em;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #c34b0e;
	margin-right: .5em;
}

a: link {
	color: #013b7e;
}
/* ids */

#container {
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#content {
	width: 855px;
}
#header {
	float: left;
	height: 90px;
	width: 855px;
	background-image: url(../images/webheader5.png);
}
#nav {
	display: none;
}
#webinfo {
	font-size: 60%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#login {
	display: none;
}

#contentfull {
	float: left;
	width: 100%;
}
#contentfullmiddle {
	width: 100%;
}
#contentfullfooter {
	display: none;
}
#contentleftbig {
	float: left;
	width: 66%;
}
#contentrightbig {
	float: right;
	width: 66%;
}
#contentleftbigmiddle {
	width: 66%;
}
#contentleftbigfooter {
	display: none;
}
#contentrightbigmiddle {
	width: 66%;
}
#contentrightbigfooter {
	display: none;
}
#contentleftbigfooter {
	display: none;
}
#contentleftsmall {
	float: left;
	width: 34%;
}
#contentrightsmall {
	float: right;
	width: 34%;
}
#contentleftsmallmiddle {
	width: 34%;
}
#contentleftsmallfooter {
	display: none;
}
#contentrightsmallmiddle {
	width: 34%;
}
#contentrightsmallfooter {
	display: none;
}

/* classes */

.hide {
	display: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearboth {
	clear: both;
}

.floatleft {
	float: left;
}
.contentitem {
	clear: both;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}
.formfield {
	margin-top: .5em;
	clear: both;
}
.contentimg {
	margin: 10px;
	float: right;
	clear: both;
}
.contentimgr {
	margin: 10px;
	float: right;
	clear: both;
	text-align: right;
}
.contentimgl {
	margin: 10px;
	float: left;
	clear: both;
	text-align: left;
}
.contentimgline {
	margin: 10px;
	float: left;
	text-align: center;
}
.imgdescs {
	font-size: 80%;
	max-width: 100px;
}
.imgdescm {
	font-size: 80%;
	max-width: 270px;
}
.imgdescl {
	font-size: 80%;
	max-width: 600px;
}
.imgdesc {
	font-size: 80%;
}



