@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: #6D8458;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(/images/2008_site/screen-background.jpg);
	background-repeat: repeat-x;
	margin-top: 85px;
}
.twoColFixLtHdr #container {
	width: 801px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #A3B26D;
	background-image: url(/images/2008_site/main-container-background.jpg);
} 
.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; /* 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: 142px;
	background-image: url(/images/2008_site/left-background.jpg);
	background-color: #A3B26D;
	background-repeat: repeat-y;
	color: #EFF6E4;
}
.twoColFixLtHdr #mainContent {
	background-image: url(/images/2008_site/main-content-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 142px;
	padding-left: 5px;
	position: relative;
	top: 0px;
	background-color: #A3B26D;
	height: 440px;
} 
.twoColFixLtHdr #mainContentSub {
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 142px;
	padding-left: 10px;
	position: relative;
	top: 0px;
	background-color: #EFF6E4;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	padding-right: 10px;
}
.twoColFixLtHdr #mainContentPhoto {
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 142px;
	padding-left: 5px;
	position: relative;
	top: 0px;
	background-color: #EFF6E4;
	padding-top: 6px;
	padding-bottom: 10px;
	height: auto;
}



.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #A3B26D;
	color: #EFF6E4;
	background-image: url(/images/2008_site/footer.jpg);
	background-repeat: no-repeat;
	background-position: 122px top;
} 
.twoColFixLtHdr #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 */
}
.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;
}
.floatImgLeft   {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
	padding-right: 5px;
	text-align:center;
	font-size: 8.5px;
}
.floatImgRight   {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: right;
	padding-left: 5px;
	text-align: center;
	font-size: 8.5px;
}

.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;
}
/*Content Links*/
a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	text-decoration: none;
}


/*Sidebar1 left links*/
a.sidebar1Links
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EFF6E4;
	text-decoration: none;
}
a.sidebar1Links:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EFF6E4;
	text-decoration: none;
}
a.sidebar1Links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EFF6E4;
	text-decoration: none;
}
/*end of Sidebar1 left links*/

/*Footer links*/
a.footerLinks
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EFF6E4;
	text-decoration: none;
}
a.footerLinks:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EFF6E4;
	text-decoration: none;
}
a.footerLinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EFF6E4;
	text-decoration: none;
}
/*end of Footer links*/


#leftText
{
	float: left;
	width: 99%;
	position: relative;
	top: 400px;
}
#leftTextSub {
	float: left;
	width: 90%;
	margin-left: 10px;
}

#rightText
{
	float: right;
	width: 47%;
	position: relative;
	margin-right: 5px;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
th{
	text-align: left;
	font-size: 14px;
	padding-top: 10px;
	vertical-align: top;
}
td{
	vertical-align: top;
}
/************ Conditional Browser Behaviours ***************************/
 /*** All browsers ***/ 
 #anyelement {} 
 /*** For IE 7 and up ***/ 
 #ie7andup #sidebar1 
 {
	float: left; /* since this element is floated, a width must be given */
	width: 142px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(/images/2008_site/left-background.jpg);
	background-color: #A3B26D;
	background-repeat: repeat-y;
	vertical-align: top;
	position: relative;
	top: 0px;
	padding: 0;
	margin-top: 0px;
 }
#ie7andup #mainContent {
	background-image: url(/images/2008_site/main-content-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 142px;
	padding-left: 5px;
	position: relative;
	top: 0px;
	background-color: #A3B26D;
	height: 450px;
} 

#ie7andup #mainContentPhoto {
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 142px;
	padding-left: 5px;
	position: relative;
	top: 0px;
	background-color: #EFF6E4;
	padding-top: 6px;
	padding-bottom: 10px;
	height: auto;
}

#ie7andup  #leftText
{
	float: left;
	width: 99%;
	position: relative;
	top: 400px;
}
#ie7andup #forceTop
{
	position: relative;
	top: 0px;
	height: 420px;
}

/*** For IE 6 ***/ 
 #ie6only #anyelement {} 
 /*** For IE 5.5 ***/ 
 #ie5-5only #anyelement {} 
 /*** For IE 5.01 ***/ 
 #ie5-01only #anyelement {}
