/* CSS Document */
body {
background-color: #c0bbc8;
margin: 0px;
}
p {
margin: 0px;
padding: 0px;
}
a {
text-decoration: none;
}
#outtercontainer {
	width: 700px;
	background-color: #fff;
	margin: 0px auto 20px auto;
	padding-bottom: 35px;
	position: relative;
}
#innercontainer {
width: 636px;
height: 152px;
margin: 0px auto;
background-image:url(images/masthead.jpg);
background-repeat: no-repeat;
}
#mainnav {
position: absolute;
right: 38px;
top: 112px;
padding:0px;
margin:0px;
width: 400px;
height: 42px;
text-align: right;
}
a .mainnavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c9c9c9;
	font-size: 11px;
	line-height: 20px;
	padding: 5px 7px 3px 6px;
	margin-top: 0px;
}
#row1 a .mainnavtext {
color: #FFFFFF;
}
a:hover .mainnavtext {
background-color:#CC0033;
padding: 4px 7px 4px 6px;
}
#logohotspot {
	position: absolute;
	top: 0px;
	left:32px;
	width: 254px;
	height: 71px;
}
#addressblock {
position: absolute;
left: 32px;
top: 100px;
}
.addresstext {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #CCCCCC;
font-size: 9px;
line-height: 12px;
padding: 5px 6px 3px 5px;
margin-top: 0px;
}
.addresstext strong {
font-size: 11px;
}
#pagecontentarea {
position: static;
width: 636px;
margin: 1px auto;
background-color: #70a0c0;
background-color: #116699;
}
.pagecontent {
padding: 22px 30px 20px 20px;
}
.pghead {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #b9e565/*#dedede*/;
}
.bodycopy {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#F5F5F5;
line-height: 16px;
margin-top: 7px;
}
.bodycopy ul {
padding: 0px 0px 0px 25px;
margin: 2px 0 12px 0;
}
.bodycopy a {
color: #bbe;
}
.bodycopy a:hover {
text-decoration: underline;
}
/*
.navrow {
display: block;
position: relative;
right: 0px;
}
*/
.tquote {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: italic;
margin-top: 25px;
line-height: 20px;
}
.tquotee {
text-align: right;
margin-top: 8px;
}
#regform p {
	width:90px;
	text-align:right;
	padding: 0 6px 0 0;
	line-height: 19px;
	clear:left;
}
#regform input {
	text-align:left;
	background-color: #e6e6e6;
	padding: 1px 2px;
	border: none;
	color: #555;
}
