@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: 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(images/bg.gif);
}
.twoColFixLtHdr #topGradient {
	width: 100%; /* this overrides the text-align: center on the body element. */
	background-image: url(images/top_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
} 
.twoColFixLtHdr #container {
	width: 974px;
	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;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* 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. */
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 279px;
	height: 222px;
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 670px;
	background-image: url(images/Content_Border.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #mainContentText {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 648px;
	background-image: url(images/Content_Fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left: 1px;
} 
.twoColFixLtHdr #footer {
	width: 925px;
	margin-left: 25px;
	margin-top: 15px;
} 
.twoColFixLtHdr #footerImage {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 60px;
	background-image: url(images/Footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.twoColFixLtHdr #footerImage a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.twoColFixLtHdr #footerImage a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.twoColFixLtHdr #footerImage a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
.twoColFixLtHdr #footerImage a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.twoColFixLtHdr #footerBottomPic{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/Bottom_Image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-align: center;
}
.twoColFixLtHdr #footerBottomPic a:active{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;

}
.twoColFixLtHdr #footerBottomPic a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;

}
.twoColFixLtHdr #footerBottomPic a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	font-weight: bold;

}
.twoColFixLtHdr #footerBottomPic a:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;

}
.twoColFixLtHdr #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: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.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;
}
div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
.header_green {
	color: #009900;
	text-decoration: underline;
}
.grey_content {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	white-space: nowrap;
	font-size: x-small;
}

#btt_edit{
    margin: 5px;
    float: right;
}

#hidden a:link, #hidden a:hover, #hidden a:visited, #hidden a:active, #hidden a{
    color: white !important;
    text-decoration: none;
    
}
#hidden{
    text-align: center;
}

h2{
    color: green;
}
