html, body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #10264d;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
  
h1 {
	font-size: 130%;
	text-align: center;
	
}

h2 {
	font-size: 110%;
	text-align: left;
	
}

	h2 span {
		display: block;
		font-weight: normal;
	}
	
	h2 a {
		cursor: pointer;
	}
#logo  {float: left;
}

#printAddress{
	clear: left;
	float: right;
	list-style-image: none;
	list-style-type: none;
	text-align: right;
	font-size: 90%;
	margin-right: 5px;
}

#printAddress address{
	font-style: normal;
}

#printAddress #contactInfoSpacer{
	margin-top: 12px;
}
#navigation {
	display: none;
	}
	
#screenContact {
	display: none;
	}
	
#printFooter{
	clear: both;
	margin-top: 100px;
	text-align: right;
	font-size: 80%;
	padding-top: 20px;
	padding-right: 0px;
}

#page {
	}

#content {
	clear: both;
	margin-top: 100px;
	width: 600px;
}

#menu {
	}

#rightImage {
	display:none
}


#page a {
	color: #855f3a;
	text-decoration: underline;
}

#page a:hover {
	color: #855f3a;
	text-decoration: none;
}

#page ul {
	list-style-type: circle;
}
  
.floatLeft {
	float: left;
	padding: 0px 15px 5px 0px;
}

#accessibleIcons {
	margin-top: 35px;
	text-align: center;
}

#map {
	float: left;
	position: relative;
	margin-top: 25px;
}



#mapInformation {
	position: relative;
	margin-top: 40px;
	margin-left: 30px;
}

.clearBoth {
	clear: both;
}

.highlight {
	color: #030f3b;
	
}

#pressDigestForm p {
	text-align: right;
	margin-right: 5%;
	margin: 3px;
}

.small {
	font-size: 80%;
	color: #FF0000;
}

input {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #030f3b;
}

#address {
	float: right;
	padding: 0px 0px 15px 15px;
}

#footer {
	display: none;
}

#footer .left { float: left; }
#footer .right { float: right; }

#table.cva {
text-align: left;
}
#thead.cva th { 
border-bottom: solid 2em #737373; 
}

.call_to_action {
	display: none;
	}
	
/**** Page Specific ****/

/** About **/
h2.about_h2 {
	margin-bottom: 2px;
}

/** FAQ **/
table {
	border-collapse: collapse;
}

table td, table th {
	vertical-align: top;
	padding: 4px 8px;
}

table th {
	font-size: 110%;
	color: #030f3b;
	padding: 1px 8px;
}

table th#question {
	width: 300px;
}

table td p {
	margin-top: 0;
}

table td p.last {
	margin-bottom: 0;
}

/** Contact **/

form fieldset {
	padding: 5px 30px 15px 30px;
}

label {
}

label.input_box {
	float: left;
	display: inline;
	width: 160px;
	margin-right: 10px;
	text-align: right;
}

.row {
	height: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

textarea {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	width: 290px;
	font-size: 1em;
}

ul.error li {
	color: #f00;
}

img.right {
	float: right;
	margin: 20px;
}
