body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 992px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background-color: #B0D4D0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-left-width: 0px;
}
.oneColFixCtrHdr #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 */
}

h1 {
    text-align: left;
}

.header1, h1.red {
	color: #903;
	font: italic bold 30pt Arial, Helvetica, sans-serif;
}

.header2, h1.green {
    color: #B0D4D0;
	font: italic bold 30pt Arial, Helvetica, sans-serif;
}

.header3, h1.blue {
    color: #324361;
	font: italic bold 30pt Arial, Helvetica, sans-serif;
}

h6 {
	color: #903;
	font: italic bold 12pt Arial, Helvetica, sans-serif;
    margin: 10px 0 5px 0;
}

a {
	font-size: 12px;
	color: #699C9D;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #324361;
}
a:visited {
	text-decoration: none;
	color: #324361;
}
a:hover {
	text-decoration: underline;
	color: #699C9D;
}
a:active {
	text-decoration: none;
}

.text2 {font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #222E42; }

p.indent {
	color: #324361;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
    text-align:left;
    text-indent:36px;
}

.header16 {font-family: Arial, Helvetica, sans-serif; font-size: 16pt; color: #B0D4D0; }

.style1 {color: #699C9D}
.style2 {	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style5 {color: #324361}
.style6 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #324361;
	font-weight: bold;
	font-style: italic;
}
.style7 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #324361;
	font-weight: bold;
	font-style: italic;
}
.style8 {
	color: #3C6C6C;
	font-style: italic;
	font-size: 14px;
}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #324361;
	font-weight: bold;
}

.style14 {color: #ECFFFF}
.style15 {
	color: #222E42;
	font-style: italic;
}
.style16 {
    color: #222E42;
    font-weight: bold;
}
.style18 {color: #903}
.style19 {color: #608C90}
.style20, dt {
	color: #222E42;
	font-style: italic;
	font-size: 12px;
}
.style24 {font-size: 12px}
.style25 {color: #903}

.main-navigation {
    background-color: #ECFFFF;
	color: #324361;
    font: italic bold 16px Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: top;
    width: 248px;
}

.main-navigation dl {
    color: #903;
    /*font: italic bold 16px Arial, Helvetica, sans-serif;*/
    margin: 30px 0 30px 0;
    padding: 0;
    text-align: center;
}

.main-navigation dl dt {
	color: #222E42;
    font-size: 16px;
}

.main-navigation dl dd {
	color: #903;
    font: italic bold 12px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}


.main-navigation p {
    background-color: #fff;
    border: 2px outset #222E42;
    margin:20px auto 10px;
    padding: 5px;
    width: 150px;
    cursor: pointer;
}

.main-navigation p img {
    float: left;
}

.main-navigation dl dd.title, .main-navigation p {
    color: #3C6C6C;
    font: italic bold 11px Arial, Helvetica, sans-serif;
    /*margin: 7px 0 7px 0;*/
}

.main-navigation dl dd.title span, .main-navigation p span {
    font-size: 13px;
    font-weight: bold;
}

.main-navigation dl dd.phone {
	color: #324361;
    font: italic bold 16px Arial, Helvetica, sans-serif;
    margin: 7px 0 7px 0;
}

.main-navigation a.directions {
	background-color: #b0d4d0;
    border: 2px #fff solid;
    clear: both;
	color: #324361;
    display: block;
    font: bold 11px Arial, Helvetica, sans-serif;
    margin: 25px auto 20px;
    width: 118px;
    line-height: 18px;
    height: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.main-navigation a.directions:hover {
	background-color: #e9fdfd;
    border: 2px #699 solid;
    clear: both;
	color: #8ea8b9;
    display: block;
    font: bold 11px Arial, Helvetica, sans-serif;
    margin: 25px auto 20px;
    width: 118px;
    line-height: 18px;
    height: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.main-navigation img {
    clear: both;
    margin: 7px 0 7px 0;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #324361;
}

ol.question_list {
	font: bold italic 11pt Arial, Helvetica, sans-serif;
	color: #608C90;
    margin: 20px 0 30px 18px;
    text-align: left;
}

ol.question_list li {
    margin-bottom: 10px;
}

ol.question_list li span {
	color: #324361;
    font-style: normal;
}

ol.question_list li small {
    font-size: 8pt;
    font-style: normal;
}

ol.question_list li a {
	/*text-decoration: underline;*/
	color: #324361;
    font-size: 11pt;
    font-style: normal;
}

ol.question_list li a:hover {
	text-decoration: underline;
	color: #608C90;
    font-style: normal;
}
