@charset "utf-8";
/* CSS Document */

body {
	color: #E6F4FF;
	text-align: justify;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: xx-large;
	letter-spacing: 0.05em;
	text-align: left;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
	letter-spacing: .05em;
}

#footer p em {
	text-align: center;
	font-weight: normal;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #E6E6E6;
}

.oneColFixCtrHdr #container #mainContent p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.oneColFixCtrHdr #container #header p {
	text-align: center;
}

#csshbar {
	width: 100%;
	text-align: center;
}

#csshbar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#csshbar li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
}

#csshbar a {
	text-decoration: none;
	letter-spacing: 1px;
	background: #1f7ae0 repeat-x;
	margin: 0 5px 0 0;
	float:left;
	clear:right;
	padding:0;
	white-space:nowrap;
}

#csshbar a .hbarleftspan {
	background: left no-repeat;
	display:block;
}

#csshbar a .hbarrightspan {
	color: #000066;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	background: right no-repeat;
	display:block;
}

#csshbar a:hover {
	background: #003d6b repeat-x;
}

#csshbar a:hover .hbarleftspan {
	background: left no-repeat;
}

#csshbar a:hover .hbarrightspan {
	color: #D3E5F9;
	background: right no-repeat;
}

#csshbar #current a {
	background: #E0851F repeat-x;
}

#csshbar #current .hbarleftspan {
	background: left no-repeat;
}

#csshbar #current .hbarrightspan {
	color: #003d6b;
	background: right no-repeat;
}

.oneColFixCtrHdr #container #header #csshbar ul #current a {
	text-align: center;
}

.oneColFixCtrHdr #container #header #csshbar ul #current a {
	text-align: center;
}

.buttonscontainer {
	width: 175px;
}

.buttons a {
	color: #000066;
	background-color: ;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #000066;
	font: 13px Trebuchet MS, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
}

.buttons a:hover {
	border-left: 10px solid #9999FF;
	text-decoration: none;
	color: #F00;
}

.twoColFixLtHdr #container #footer p i {
	color: #000066;
	font-size: small;
}

.twoColFixLtHdr #container #footer p i b font {
	font-size: large;
}

<!-- Contact Form Styles -->

fieldset {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 -1em 0;
	padding: 0 0 1em 0;
	border-style: none;
	border-top: 1px solid #BFBAB0;
	background-color: #F2EFE9;
}
legend {  
	margin-left: 1em;  
	padding: 0;  
	color: #000066;  
	font-weight: bold;
}
legend span {  
	position: absolute;  
	margin-top: 1em;
}
fieldset ol {  
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em;
}
fieldset.submit {  
	float: none;  
	width: auto;  
	border-style: none;  
	padding-left: 1.5em;  
	background-color: transparent;
}
label {  
	float: left;  
	width: 10em;  
	margin-right: 1em;
}
label em {  
	display: block;  
	color: #060;  
	font-size: 80%;  
	font-style: normal;  
	text-transform: uppercase;
}


