/* CSS Document */
p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #105889;
	margin:0px 0px; padding:0px;
	text-align:center;
}
div.container{
	width:905px;
	margin:0px auto;
	text-align:center;
	padding:0px;
	border:1px solid #34586B;
	background-color:white;
} 
div.header{
	text-align:left;
	color:maroon;
	font-weight: bold;
	line-height: 25px;
} 
.navigationtext {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
.bottomsmalltext {
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-color: #CFDDE0;
}
.byline {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #999999;
}
a:active {
	color: #000000;
}
a.intext:link { 
	color: #003399;
}
a.intext:visited {
	color:#003399;
}
a.intext:hover {
	color: #000066;
}
a.intext:active {
	color: #000066;
}
.pageheader {
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}
.contentcolumn {
	font-size: 13px;
	float: left; 
	width: 225px;
	padding: 5px;
/*	line-height: 16px; */
	text-align: left;
	margin-top: 87px;
	margin-left: 20px; 
}
.contentfull {
	font-size: 13px;
	float: left; 
	width: 450px;
	padding: 5px;
/*	line-height: 16px; */
	text-align: left;
	margin-top: 87px;
	margin-left: 20px; 
}
.content_contact {
	font-size: 12px;
	float: left; 
	width: 450px;
	padding: 5px;
/*	line-height: 16px; */
	text-align: left;
	margin-top: 87px;
	margin-left: 20px; 
}
.whitespaced {
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.12em;
	font-size: 12px;
}
.caption {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
#navbar {
	margin: 0px;
	padding: 0px;
	height: 24px;
	list-style: none;
}
#navbar a {
	text-decoration: none;
	display: block;
	float: left;
}
#navbar li {
	float:left;
}

#navbar #all{
	background-image: url(../images/upover.jpg);
	background-repeat: no-repeat;
	background-position: 0 -24px;
	width: 150.833px;
	height: 24px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
	vertical-align: middle;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px; 
}
#navbar #all:hover {
	background-position: 0 0px;
	color: #FFFF33;
}
#survey {
	position:relative; 
	border: 1px none #000000; 
	background-color:white; 
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	padding-left: 20px;
}



