body {
	width:100%;
	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 */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height:1em;
	background-color: #FFF;
	}
#body_background {
 	background:url(images/blue_bg2.jpg) 0 0 repeat-x;
	height: 740px;
}
#top {
	height: 15px;
	padding-right: 5px;
	line-height: 15px;
	background-color: #000000;
	text-align: right;
	font-size: 11px;
}
.mainClass #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
}
.mainClass #header {
	margin: 0 auto;
}
.mainClass #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mainClass #header_divider {
	width:100%;
	height:4px;
	padding: 0 0;
	margin: 0 auto;
	background-color:#00F;
}
.mainClass #left_sidebar {
	float:left;
	width:20%;
	height:800px;
	background-color:#FFFFFF;
	padding: 5px 0;
}
.mainClass #left_sidebar_content {
	background-color:#FFC;
}
.mainClass #right_sidebar {
	float:right;
	width:20%;
	background-color:#FFFFFF;
	padding: 5px 3px;
}
.mainClass #main_content {
	margin:0 20% 0 20%;
	background-color:#FFFFFF;
	padding:5px 0 50px 5px;
}
.mainClass #left_sidebar  p, .mainClass #left_sidebar  h3, .mainClass #right_sidebar p, .mainClass #right_sidebar h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
.mainClass #mainContent {
	margin: 0 34% 0 23.5%;
	height: 940px;
	background-color:#FFFFFF
}
.mainClass #mainContentWideRight {
	margin:0 0 0 20%;
	background-color:#FFFFFF;
	padding:5px 0 0 5px;
}
.mainClass #mainContentfullmargin {
	margin: 0 10px 0 10px;
}
.mainClass #mainContentfullmargintext {
	margin: 0 5% 0 5%;
}

.mainClass #mainContent ol li, .mainClass #mainContent ul li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	text-align: justify;
/*	height: 50px;  */
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.left_sidebar_quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
.left_sidebar_quote_author {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:right;
}
.directory_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height:18px;
	color: #000;
	text-align:center;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	border:thin solid #00F;
}

.directory_headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height:18px;
	color: #000;
	text-align:center;
	text-decoration: none;
	margin-top: 15px;
}

.normal_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height:18px;
	color:#000;
	text-decoration: none;
	text-align: justify;
}
.normal_text_center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height:18px;
	color: #000000;
	text-decoration: none;
	text-align:center;
}
.normal_text_outdent_line1 {
	text-indent:-30px;
	margin-left:30px;
}
.normal_text_indent{
	margin-left:20px;
}
.outdent40{
	margin-left:-40px;
}
.indent40{
/*	margin-left:40px; */
	text-indent:60px;
}
.normal_text_left_justified {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height:18px;
	color: #000000;
	text-decoration: none;
	text-align:left;
}
.normal_text_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height:18px;
	color: #000000;
	text-decoration: none;

}
.normal_text_bold_centered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align:center;
	font-weight: bold;
	line-height:18px;
	color: #000000;
	text-decoration: none;

}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #003;
	text-decoration: none;
	font-size: 12px;
}

.justified {
	text-align:justify;
}
.picture_caption {
	font-family: "Adobe Garamond Pro";
	font-size: 16px;
	font-style: italic;
	text-align: center;
	width: 90%;
}
.centered {
	text-align:center;
	font-style: italic;
}
.color_red {
	color: #FF0000;
}
.color_white {
	color: #FFFFFF;
}
.color_blue {
	color:#0000FF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	line-height:18px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin: 25px 0 0 0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height:18px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height:18px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
#page_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	line-height:18px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
line-height:18px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding:10px 0 0 0;
}

#footer {
	background:#FFFFE9;
	clear:both;
}
#footer ul {
	margin: auto;
	padding: 0;
	width: 100%;
	list-style: none;
	}
#footer ul li {
	float: left;
/*	width:250px;  */
	width:33%;
	background: url(SpryAssets/menu_bg4.gif) repeat-x left top;
	padding:0 0 0 0; /*	*/
}
#footer ul li a {
	padding: 0 1.1em;
	font-size: 14px;
	line-height: 2em;
	text-decoration: none;
	color: #333333;
	display: block;
	text-align:center;
	background: url(images/menu_sep.gif) no-repeat top left;
	}
#footer ul li a.first {
	background: none;
	}
#footer ul li a:hover {
	color: #333333;
	background: url(SpryAssets/menu_bg5.gif)  repeat-x left top;
	}
#footer #badges {
	text-align: center;
	margin: 20px auto;
}
#ftca {
	margin-top: 20px;
}
#ftca a {
	text-decoration: none;
}
#ftca img {
	height: 160px;
}
#contacts_table td {
	vertical-align: top;
}
tr {
	padding-bottom: 10px;
}

#contacts_table td {
	margin: 0 0 10px 0;
}

hr.public-health-notice {
	margin-top: 100px;
}
