@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(images/left_bk.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
}
.main #container {
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main #mainContent {
	width: 900px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	text-transform: none;
	font-family: "Trebuchet MS";
	line-height: 20px;
}
.photo_credit {
	font-size: 80%;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.main #mainContent a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.main #mainContent a:visited {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.main  #mainContent  a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.main #mainContent h1 {
	font-family: "Trebuchet MS";
	font-style: normal;
	padding-top: 20px;
	text-align: right;
	letter-spacing: .1em;
}
.main #footer {
	padding: 0 10px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #999999;
	letter-spacing: 0.1em;
}
.main #footer a {
	color: #666666;
}
.main #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 */
}
.main #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 97px;
	background-image: url(images/top_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.main #header li {
	color: #993300;
	padding-top: 10px;
	list-style-type: none;
}
.main #header a {
	color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 1px;
}
.main #header a:hover {
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 1px;
	padding-right: 5px;
}


/*navigation styles for top of page */

.main  #top_links {
	font-family: "Trebuchet MS";
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-variant: normal;
	font-size: 90%;
	border-bottom-color: #333333;
}
.main  #top_links a {
	color: #CCCCCC;
	text-decoration: none;
}
.main   #top_links  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.main  #top_links li {
	list-style-position: outside;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}


.main  #bottom_links {
	font-family: "Trebuchet MS";
	color: #CCCCCC;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	font-size: 90%;
	letter-spacing: 0.1em;
	text-transform: none;
	border-bottom-color: #999999;
}
.main  #bottom_links a {
	text-decoration: none;
	color: #CCCCCC;
}
.main #bottom_links a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.main   #bottom_links  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.main  #bottom_links li {
	list-style-position: outside;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.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;
}

.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: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	text-align: left;
	padding-right: 20px;
}
.main #mainContent .certification {
	color: #333333;
	background-color: #808080;
	padding: 10px;
	width: 500px;
	border: thin double #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.main   #center1 {
	margin-right: auto;
	margin-left: auto;
	text-transform: none;
	border: thin solid #CCCCCC;
	padding: 10px;
	width: 248px;
	text-align: center;
}
.main  #center2 {
	margin-right: auto;
	margin-left: auto;
	text-transform: none;
	border: thin solid #CCCCCC;
	padding: 10px;
	width: 510px;
	text-align: center;
}
.main #center3 {
	margin-right: auto;
	margin-left: auto;
	text-transform: none;
	border: thin solid #CCCCCC;
	padding: 10px;
	width: 439px;
	text-align: center;
}
.main #center4 {
	margin-right: auto;
	margin-left: auto;
	text-transform: none;
	border: thin solid #CCCCCC;
	padding: 10px;
	width: 560px;
	text-align: center;
}
