body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0; /*good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
	background-image: url(../images/acslogoweb.jpg);
	background-repeat: no-repeat;
	background-color: #AFC2C5;
}
a {
	outline: none;
}
#container {
	width: 840px;
	background: #FFFFFF;
	margin: 0; /* REMOVED [the auto margins (in conjunction with a width) center the page] */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: absolute;
	top: 85px;
	left: 65px;
}
p {
	font-size: .9em;
	font-style: normal;
	color: #666666;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 {
	font-size: 2em;
	color: #0B33AC;
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
	color: #0B33AC;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	color: #0B33AC;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #0B33AC;
}
.w3clogo {
	margin: 5px;
	border: none;
	width: 88px;
	height: 31px;
}
#header {
	background: #DDDDDD;
	padding: 0; 
	width: 840px;
	height: 200px;
	border-bottom: 6px solid #AFC2C5;
	background-image: url(../images/auroraborealis.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse; border will do same. */
	padding: 0;
	text-indent: -1000em;
}
#navbar {
	position: absolute;
	top: 170px;
}
#navbar ul {
	margin: 0;
	padding: 5px 0 7px 0;
	list-style: none;
}
#navbar li {
	display: inline;
	color: #CCCCCC;
	margin: 0;
	font-size: 14px;	
}
#navbar a {
	padding: 5px 15px 7px 15px;
	text-decoration: none;
	color: #CCC;
}
#navbar a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
#maincontent li {
	color: #666666;
	font-size: 0.9em;
}

#maincontent {
	float: left;
	width: 838px;
	padding: 0;
	background: #FFFFFF url(../images/rightsidebarbg.gif) 66% 0 repeat-y;
	border: 1px solid #000000;
}
#maincontentleft {
	float: left;
	width: 64%;
	padding: 10px;
}
#rightsidebar {
	float: right;
	width: 31%;
	padding: 10px;
}
#footer {
	padding: 0 10px;
	background:#DDDDDD;
	border-top: 6px solid #AFC2C5;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse*/
	padding: 5px 0; /* use padding instead of a margin to avoid the margin collapse issue */
	font-size: .7em;
}
.infobox {
	clear: right;
	background-color:#eee;
	margin-top: 20px;
	padding-bottom: 6px;
}
.infobox p {
	font-size: 0.8em;
	padding: 5px 10px;
}
.infobox ul {
	font-size: .8em;
	padding: 0 0 0 20px;
}
.infobox h4 {
	background: #555;
	font-size: 1em;
	padding: 4px 8px;
	margin:0;
	color: #CCCCCC;	
}
.infobox li{
	margin: 5px 0;
}
#multipac #autofax {
	background-color:#eee;
	margin-top: 20px;
}
#multipac #autofax p {
	font-size: .8em;
	padding: 5px 10px;
}
#multipac #autofax h3 {
	background: #555;
	padding: 5px 10px;
	margin:0;
	color: #CCCCCC	
}
#multipac #year2000 {
	border-top: 1px solid #000000;
}
#multipaclink {
	background-color:#E7EDFE;
	margin-top: 20px;
	padding-bottom: 6px;
}
#multipaclink p {
	font-size: .8em;
	padding: 5px 10px;
}
#multipaclink ul {
	font-size: .8em;
}
#multipaclink h4 {
	background-color: #0B33AC;
	padding: 5px 10px;
	margin:0;
	font-size: 1em;
	color: #CCCCCC;
}
.pullquote {
	width: 75%;
	float:right;
	font-size:115%;
	line-height:140%;
	margin:5px;
	background: url(../images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* Disabling quote effect in IE5 + */
	padding:25px 25px 25px 0px;
}
.pullquote:first-letter {
	background: url(../images/openquote.gif) no-repeat left top!important;
	padding:5px 2px 10px 50px!important;
	padding /**/:0px; /* Disabling quote effect in IE5 + */
	background /**/: url(); /* Disabling quote effect in IE5 + */
	}
.clearfloat { /* place after last div before footer */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
