  body {
  text-align: center; /* this is a fix for IE which won't center with left-borer */
	background-color: #8ab9f2;
  background-image: url(../graphics/bg.png);
	background-repeat: repeat-y;
	background-position: top center;
  margin:0; padding:0;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 18px;
}

/*++Used for identifying fancy box links*/
/*a#fancy {outline: none;}*/
.fancy {outline: none;}
/*--*/


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
a:link {
	color: #008000;
}

a:visited {
	color: #308030;
}

a:hover {
	color: #118800;
}

.img {
	margin: 5px 5px;
}

/*Believe it or not, this fixes a problem with IE6.0 and blanking out text after a clear:both is done*/
p {
  position: relative;
} 

h1 { 
	margin: 0.2em 0;
	padding:5px;
	font-size: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
    position: relative;
}

h2 { 
	margin: 0.2em 0;
	padding:5px;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
    position: relative;
}

h3 { 
	margin: 0.2em 0;
	padding:5px;
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444444;
	font-weight: bold;
    position: relative;
}


#outer {
	width: 841px;
  text-align: left; margin: auto;
}

#menu {
 	height: 114px;
	background-color: transparent; /*white;*/
	background-position: bottom center; /*420px;*/
  background-image: url(../graphics/pipe.png);
	background-repeat: repeat-x;
	padding: 0;
  border: 0;
	margin: 0;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	text-align: right;
}

#menu p {
	padding: 0;
	margin: 0;
    position: relative;
}

#menu a {
	color: #118800;
	text-decoration: none;
}
	
#menu a:hover {
	color: #11aa00;
}

body a {
	color: #118800;
	text-decoration: none;
}
	
#body a:hover {
	color: #11aa00;
}


#main_content {
	clear: both;
	padding-top: 10px;
}

#footer {
 	height: 42px;
	background-color: transparent/*white;*/
	background-position: bottom center;
    background-image: url(../graphics/smallpipe.png);
	background-repeat: repeat-x;
	padding: 0px;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
  line-height: 200%
}

#footer p {
	padding: 0;
	margin: 0;
    position: relative;
}

#footer a {
	color: #118800;
	text-decoration: none;
}
	
#footer a:hover {
	color: #11aa00;
}

#halfcol_content {
  margin:0;
  background-color: transparent; /*white; */
  padding:0.5em 20px;
	float: left;
	width: 350px;
}

#halfcol_content a {
	color: #118800;
	text-decoration: none;
}

#multicol_content {
  margin:0;
  background-color: transparent; /*white; */
  padding:0.5em 5px;
	float: left;
	width: 200px;
}

#multicol_content a {
	color: #118800;
	text-decoration: none;
}

#right_content {
	float: right;
	width: 50%;
    position: relative;
}

#left_content {
	float: left;
	width: 50%;
    position: relative;
}

#content {
  margin:0;
  background-color: transparent /*white;*/
}

#sidecontent {
  margin:0 250px 0 0;
  background-color: #FFFFFF;
  font-size:80%;
}
  
.column-in {
  margin:0; padding:0.5em 1em;
}
  
.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		overflow:hidden;
}
.cleaner2 {
  clear:both;
  height:1px;
  font-size:1px;
  border: 0;
  margin:0; padding:0.5em 1em;
  background-color: transparent /*white;*/
}
