html, body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-image:   url(../images/yellowbluestripe.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#container {
	
}
#header {
	
}
#header2 {
	background-image: url(../images/abc1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 192px;
}
#rotating {
	padding-left: 67px;
}
#logotext {
	position: absolute;
	left: 230px;
	top: 56px;
}
#topcontent {
	border: 2px solid red;
	position: relative;
	float: left;
}
#content {
	margin-left: 11em;
	margin-right: 20px;
}
/* mac hide - 3px jog\*/
* html #content{height:1%;}
/* end hide */
#clearheader {
	clear: both;
}
#clearfooter {
	clear: both;
	height: 1px;/*needed to make room for footer*/
}
/*--navigation--*/
#nav-placement {
	padding-top: 35px;
}
#nav, #nav ul { /* all lists */
	padding: 2px;
	margin: 2px;
	list-style: none;
	float : left;
	width : 11em;
	font-size: .95em;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	padding-bottom : 7px;
	width: 11em;
 	display:inline;/* ie double margin bug*/
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 10.05em;
	margin-top : -1.35em;
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#nav li a {
	width: 9.5em;
	w\idth : 8.5em;
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	background-color : white;
	padding : 0 0.5em;
}
#nav li a:hover {
	color : white;
	background-color : #266ec2;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
}
/* ------ links ----- */
.links a {
	color: #52759f;
	font-weight: bold;
	text-decoration: none;
	line-height: 35px;
	font-size: .85em;
}
.links a:hover {
	color: #2a4462;
	font-weight: bold;
	text-decoration: none;
	font-size: .85em;
}
.newsletterlinks a {
		color: #52759f;
	font-weight: bold;
	line-height: 35px;
	font-size: .85em;
}
h1 a {
	font-size: 1.45em;	
	color: #2a4462;
}
h2 a {
	font-size: 1.0em;	
	color: #405771;
}
/*-- footer -----*/
#footer {
	margin-left: 15px;	
	text-align: left;
	margin-top: 2.0em;
}	
#footer p{
	font-size: .65em;
	color: #132E4C;
	margin-top: 0;
	bottom-margin: .75em;
}
/* ------ formatting -------- */
p {
	font-size: .90em;
	line-height: 1.2em;
}
h1 {
	font-size: 1.35em;	
	color: #2a4462;
}
h2 {
	font-size: 1.15em;	
	color: #405771;
}
h3 {
	font-size: 1.1em;
	color: #7a8b9c;
}
/* --- qa pieces ---*/
.qaquestion {
	font-size:.90em;
	padding-top: 1em;
	color: #003C81;
}
#qa p {
	font-size: .825em;
	margin: 2.5px;
}
#qa ol {
	font-size: .75em;
	margin-top: .5px;
}
/* --- local info ---*/
#localinfo {
}
#localinfo p{
	color: #0b213b;
	margin-bottom: -0.1em;
}
.mailto a {
	font-size: .85em;
	padding-left: 3.5em;
	color: #405771;
	text-decoration: none;
}
