body {
	margin: 0; /* it's 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. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #0D3F83;
	line-height: 16px;
}

#container {
	width: 976px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/full_bkg.jpg);
	background-repeat: repeat-y;
}
#container #mainContent #header img {
	margin: 0px;
	padding: 0px;
}
#header  {
	background-image: url(../images/header_bkg2.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 34px;
	padding-bottom: 0;
	padding-left: 34px;
	height: 96px;
} 
#navigation {
	background-image: url(../images/nav_bkg.jpg);
	padding-right: 34px;
	padding-left: 34px;
	padding-top: 33px;
	padding-bottom: 0px;
	height: 25px;
}
.indent {
	padding-left: 10px;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#mainContent {
	padding: 0;
}
#mainContent img {
	padding-top: 8px;
	padding-left: 12px;
}
h3 {
	font-size: 12px;
	color: #993300;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
h2 {
	font-size: 11px;
	color: #0D3F83;
	margin: 0px;
	padding: 0px;
}

.copyright {
	font-size: 10px;
	line-height: 14px;
}
#sidebar {
	background-image: url(../images/cleanseal_logo2.jpg);
	background-repeat: no-repeat;
	padding-top: 208px;
	padding-right: 34px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#footer  {
	background-image: url(../images/bottom_bkg.jpg);
	background-repeat: no-repeat;
	height: 92px;
	padding-top: 0px;
	padding-right: 34px;
	padding-bottom: 0;
	padding-left: 34px;
	background-position: bottom;
	position: relative;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #0D3F83;
	text-decoration: underline;
}
a:visited {
	color: #99181C;
	text-decoration: none;
}
#border {
	background-image: url(../images/borderdot.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#content {
	padding-left: 34px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 0px;
	padding-bottom: 0px;
}
a:hover {
	color: #99191C;
	text-decoration: underline;
}
a:active {
	color: #0D3F83;
	text-decoration: underline;
}
#content ul {
	display: inline;
	list-style-type: disc;
	list-style-position: inside;
}
h1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99181C;
}
#navigation ul {
	padding: 0px;
	list-style-type: none;
	color: #FFFFFF;
	margin: 0px;
}
#navigation li {
	display: inline;
	padding-right: 12px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#navigation li a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebarwrapper {
	background-image: url(../images/yellow_bkg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 12px;
}
#sidebarwrapper_two {
	background-image: url(../images/red_bkg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 12px;
}
.sidebar {
	width: 200px;
	list-style-position: inside;
	list-style-type: disc;
}
.spaceabove {
	padding-top: 10px;
}
#daly_communications {
	font-size: 9px;
	position: absolute;
	height: 12px;
	width: 200px;
	left: 756px;
	top: 9px;
}
#daly_communications a {
	color: #0D3F83;
}
