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;
	/*background-color: #FFFFCC;*/
	background-image:url('images/bg.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height:150%;
}

h1
{
    font-size:14pt;    
    margin-bottom:20px;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	height: 155px;
	padding: 0;
	margin-bottom: 10px;
	background-image:url('images/headerbg.jpg');
	margin-top:-18px;padding:0px;
} 

#header img
{
 margin-top:-5px; 
 float:left;  
}

#headerdiv1
{
    padding-top:10px;margin-left:-10px;
    float:left;width:350px;border:solid 0px;
 
}
#headerdiv2
{
 padding-left:5px;font-size:13pt;font-weight:bolder;
 margin-top:0px;clear:both;   

}
#headerdiv3
{
    position:absolute;
    top:100px;
    left:0px;
    color: #FFFFFF;
    font-size: 14pt;
    font-weight: normal;
    line-height: 125%;
    font-family: 'Georgia';
    
}

#headerspan1
{ 
 margin:0px;
 padding:0px;
 font-size:17pt;font-weight:bolder;  
 text-align:left;
 line-height:110%;
 width:100%;

}

#header img
{
	padding: 10px;
} 
#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 */
}
#sidebar {
	clear:both;
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #8BA487;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#mainContent table {
	font-size: 10px;
}

.nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}

#sidebar
{
   	margin-top:-20px;

}

#sidebar a:link {
	font-size: 12px;
	font-weight: bold; 
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
#sidebar a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
#sidebar a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #994A4D;
	text-decoration: none;
	padding: 5px;
}

#sidebar li
{
    text-align:left;
    width:200px;
    margin:0px;
    border-bottom:solid 1px #FFFFCC;
    padding-top:4px;
    padding-bottom:4px;

}

#sidebar ul
{
    text-align:left;
    list-style:none;
    margin:0px;
    padding:0px;


}

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#footer
{
 text-align:center;   
 width:800px;
}

#footer ul{
    float:left;
    list-style:none;
} 

#footer li{
    text-align:left;
}

#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;
}
.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;
}
.boldheader {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}

.boldheaderGRN {
	font-weight: bold;
	color: #8BA487;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.tools {
	width: 40%;
	margin-top: 30px;
	margin-right: 20px;
	float: right;
	border: 1px solid #000000;
	margin-left: 15px;
}
#program {
	padding: 5px;
	border: 1px solid #000000;
}
.boldtext {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#terrier
{
    margin-left:-0px;float:left;width:130px;position:absolute;top:-5px;
}
