body {
	background-color: #898989;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

input, select {
	border: 1px solid #898989;
	color: #F47900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1 {
	color: #F47900;
	padding: 0;
	margin: 0;
	font-size: 1.3em;
}

h2 {
	color: #F47900;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

.nob {
	border: 0;
}

u {
	color: #F47900;
	text-decoration: none;
}

a, a:link, a:active, a:visited {
	color: #898989;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0;
}

li {
	margin-bottom: 16px;
}

div#master {
	width: 724px;
	background-color: #E6E6E6;
	padding-top: 18px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#whiteMaster {
	width: 675px; /* 691 - 16 */
	padding-left: 16px;
	padding-top: 17px;
	background-image: url(../images/template/rgrad.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div#content {
	width: 651px;
}

div#top {
	line-height: 33px;
	vertical-align: baseline;
	background-image: url(../images/template/logo.gif);
	background-repeat: no-repeat;
	padding-left: 229px;
	color: #898989;
	font-weight: bold;
	padding-bottom: 17px;
}

div#body {
	clear: left;
}
div#pageImage {
	width: 188px;
	float: left;
}

div#bodyText {
	float: right;
	text-align: left;
	width: 444px;
	padding-bottom: 38px;
}


div#footer {
	clear: both;
	border-top: 1px solid #F47900;
	padding-top: 1px;
	padding-bottom: 13px;
	font-size: 0.9em;
	text-align: center;
}

div#bottom {
	width: 691px;
	background-image: url(../images/template/bcap.jpg);
	background-repeat: no-repeat;
	height: 9px;
	margin-left: auto;
	margin-right: auto;
}

.orange {
	color: #F47900;
}

table#contact td {
	height: 24px;
}
td.colTitle {
	padding-right: 12px;
	text-align: right;
}


.clear {
  clear: both;
}
form#contact { 
	width: 651px; 
}
form#contact p {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: .4em;
}
form#contact label {
	float: left;
	width: 18em; /* 162 */
	text-align: right;
	padding-right: 2em;
}



div#nav ul { list-style: none; position: relative; margin: 0; padding: 0; }
div#nav ul li { float: left; }
div#nav ul li a {
	color: #F47900;
	text-decoration: none;
	padding-left: 16px;
	padding-right: 16px;
	float: left;
	font-weight: normal;
	border: 1px solid #555555;
	border-left: 0;
	text-transform: uppercase;
	line-height: 1.7em;
	background-color: #E6E6E6;
}
div#nav ul li a:hover {
	background-color: #F47900;
	color: #FFFFFF;
}
div#nav ul li a.first {
	border-left: 1px solid #555555;
}
div#navConSep {
	height: 27px;
	clear: left;
}

