@charset "UTF-8";
@import url("menu.css");

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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FBE6CE;
	color: #422100;
	background-image: url(../nav_images/backgrounds/grass.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.oneColFixCtrHdr  .tag  a  {
	font-size: 12px;
	color: #30893F;
	text-decoration: none;
	display: block;
	height: 40px;
	position: absolute;
	top: 18pt;
	text-indent: -9000px;
	width: 150px;
	background-image: url(../nav_images/STI_LOGO.gif);
	background-repeat: no-repeat;
	background-position: right center;
	left: 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 225pt;
}
.oneColFixCtrHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	background-image: url(../nav_images/backgrounds/wrapper_back960.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
}
.oneColFixCtrHdr #header {
	width: 910px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 290px;
	background-image: url(../nav_images/backgrounds/Header_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 100%;
	padding-top: 10pt;
	padding-right: 0;
	padding-bottom: 10pt;
	padding-left: 10pt;
	color: #30893F;
}
.oneColFixCtrHdr #mainContent {
	width: 910px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../nav_images/backgrounds/main_c_back_910w.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.oneColFixCtrHdr #footer {
	width: 910px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 20px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.flash-gallery {
	background-position: right;
	padding: 2px;
	float: right;
	margin-left: 1px;
}
#mainContent p {
	color: #422100;
	padding-right: 5px;
	padding-left: 5px;
}
#mainContent h1,h2 {
	font-size: 120%;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5pt;
	color: #009900;
}
#mainContent .boxit {
	width: 200px;
	float: left;
	color: #CCB467;
}
a:link, a:visited {
	color: #00CCFF;
}
