@charset "utf-8";
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: left; /* 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-size: 100.01%;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/body-gradient.jpg);
	background-repeat: repeat-x;
}

.SH #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #510; /* this overrides the text-align: center on the body element. */
	font-size: 1em;
} 
.SH #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	margin: 20px;
	margin-bottom: 5px;
} 
.SH #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	background-color: #dea;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	height: 700px;
	border-top-style: none;
	margin-right: 15px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/sidebar-gradient2.jpg);
	font-style: italic;
	line-height: 100%;
	border-left-style: none;
	margin-left: 5px;
	left: 982px;
	top: 340px;
}
.SH #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.SH #footer {
	padding: 0 10px 0 20px;
	background-color: #4f81bd;
	text-align: center;
} 

.SH #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 */
	font-size: 0.7em;
	color: #FFF;
}
.SH #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
} 
.SH #mainContent a:link {
	color: #00F;
}
.SH #mainContent p a:visited {
	color: #00F;
	text-decoration: none;
}
.SH #mainContent p a:hover {
	color: #F00;
	text-decoration: underline;
}


.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-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.of_Salem {
	font-size: .9em;
	font-style: italic;
	font-variant: normal;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 0.4em;
	color: #000;
}


ul {
	margin-left: 30px;
	vertical-align: super;
	list-style-type: disc;
}
h1 {
	font-size: 1.5em;
}
.narrow_main_p {
	width: 555px;
}
#sidebar1 p {
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 7px;
}

.indentdiv {
	margin-left: 50px;
	background-color: #cbd;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.tabin {
	margin-left: 5em;
}
th {
	font-weight: bold;
}
.nobold {
	font-weight: normal;
}
.center_cell {
	text-align: center;
}
.large {
	font-size: 2em;
	height: 3em;
	width: 6em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #b65ac9;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#indent {
	margin-left: 25px;
	width: 525px;
}
h6 {
	font-size: 18pt;
	font-style: italic;
	color: #b92;
	line-height: 5pt;
}
.centertext {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	color: #000;
	height: 1000px;
	border-top-style: none;
	background-image: url(images/sidebar-gradient2.jpg);
	border-left-style: none;
	text-align: center;
	background-repeat: repeat-x;
	margin-right: 20px;
	margin-top: 0px;
}
#levels {
	float: left;
}

#Navigation {
	height: 30px;
	width: 900px;
	background-color: #fff;
	color: #000;
	text-align: center;
	font-style: normal;
	line-height: 2em;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}


#Navigation a {
	color: #fff;
	text-decoration: none;
}
#Navigation a:link {
	color: #fff;
	text-decoration: none;
}
#Navigation a:hover {
	color: #fff;
	text-decoration: none;
}
#greenstripe {
	background-color: #998675;
	height: 6px;
	margin-top: 10px;
}
#waiver {
	padding: 10px;
	height: 150px;
	overflow: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
#footer-logos {
	background-color: #aacaf2;
	text-align: center;
	width: 890px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFF;
}
#footer-logos table tr {
	padding-top: 10px;
}
#footer-logos table tr td a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer-logos table tr td a:link {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer-logos table tr td a:visited {
	color: #4f81bd;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer-logos table tr td a img:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#bigbutton {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#bigbutton  a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#bigbutton  a:link {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#bigbutton  a:visited {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#bigbutton  a img:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;



.centertext3 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	color: #000;
	height: 1000px;
	border-top-style: none;
	border-left-style: none;
	text-align: center;
	background-repeat: repeat-x;
	margin-right: 20px;
	margin-top: 0px;
}
