.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	padding: 5px 5px 0px 10px
}
.body1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	padding: 10px 15px 15px 200px;
	margin: 0px;
}
.bodya {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
.bodyBlue {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #343D8C;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	right: 5px;
}
.blueSubheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #343D8C;
}
.imagePadding {
	position: relative;
	bottom: 5px;
	left: 15px;
	margin-left: 5px;
}
.p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1.h1 {font-family: Arial, Helvetica, sans-serif;font-size: 24px;margin: 0pt; padding:0px; color:gray;}
.h1 span {color:#343d8c;}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #343d8c;
	padding: 0px 5px 0px 15px;
}
.bodyb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #343d8c;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #343D8C;
	padding: 5px 15px 0x 15px;
	margin: 0px;
}.bodyc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #343D8C;
}
.maintable {
	border-style: solid;
	border-width: 15px;
	border-color: white;
}
.rightborder { border-collapse: collapse; border-right-style: solid; border-width: 1px }
.border {
	border: 1px solid #EDAB00;
}
.borderNoTop {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ED8001;
	border-right-color: #ED8001;
	border-bottom-color: #ED8001;
	border-left-color: #ED8001;
}
.borderNoTopRight {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ED8001;
	border-right-color: #ED8001;
	border-bottom-color: #ED8001;
	border-left-color: #ED8001;
	background-color:#ECE9D8;
}
.links {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
.phone {font: 22px arial; color: #ed8001; }
.borderTop {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: none;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ED8001;
	border-right-color: #ED8001;
	border-bottom-color: #ED8001;
	border-left-color: #ED8001;
}
.menurow {
	padding: 0px 0px 0px 5px;
	border-bottom-style:dotted;
	border-width: 1px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
.menurow1 {
	padding-left: 5px;
}

.h2White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	padding-left: 10px;
}
		#menu a { font-size: 14px; text-decoration: none; color: white; }
		#menu a:hover { font-size: 14px; text-decoration: underline; color: white; }
		#bmark a { font-size: 11px; color: white }
		#bmark a:hover { font-size: 11px; color: gray }
		#bmark a:visited { font-size: 11px; color: white }

		a { color: #343d8c }
.mainBody{
	background:#ECE9D8;
		border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ED8001;
	border-right-color: #ED8001;
	border-bottom-color: #ED8001;
	border-left-color: #ED8001;
	}
.gradient {
	background-color:#ed8001;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	padding: 0 0 2px 10px;
	background-image:url(../images/gradient.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.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;
}
.floatLeft {float:left; margin:0px 10px 10px 0px;}
