body {
	min-width: 780px;
	margin: 0;
	padding: 0;
	color: #004A00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	}

#wrapper {
	width: 710px;
	margin: 0 auto;
	text-align: left;
	}
#skipnav {
	position: absolute;
	margin: 5px 0 0 -1000px; /* moves links out of window */
	list-style: none;
	}
#skipnav li {
	margin: 0;
	padding: 0;
	position: absolute; /* makes links display in same spot when tabbed to */
	}
#skipnav a:focus, #skipnav a:active {
	width: 12em; /* to keep IE from wrapping text at each word, doesn't hurt other browsers */
	margin-left: 1000px; /* moves links back in window */
	overflow: visible; /* for IE, doesn't hurt others */
	display: block; /* for IE, doesn't hurt others */
	}
#blah:active { /* for IE, doesn't hurt others */
	}
#header {
	width: 710px; /* needed for MacOpera and Safari */
	padding: 20px 0 0 0; /* IE ignores top margin, so padding is used instead */
	}
#logo {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 65px;
	}
	
#logo_center {
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	}
	
#site-nav {
	float: right;
	width: 180px;
	margin: 0 0 15px 0;
	padding: 0 0 0 27px;
	border-left: 1px solid #004A00;
	list-style: none;
	}
#site-nav li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004A00;
	}
#site-nav a {
	background: none;
	}
#photo-banner {
	clear: both;
	height: 170px;
	border-top: 5px solid #004A00;
	border-bottom: 5px solid #004A00;
	background: url(../images/photo-banner.jpg) no-repeat;
	}
#content {
	float: left;
	width: 502px;
	}
#sidebar {
	float: right;
	width: 191px;
	}
#sidebar h2 {
	min-height: 18px;
	margin-top: 0;
	padding: 10px 3px 3px 33px;
	font-size: 100%;
	}
#content-nav {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	}
#content-nav li {
	margin: 0;
	padding: 0;
	display: inline; /* fixes IE gap caused by display: block on inner a's */
	}
#content-nav a {
	display: block;
	margin: 0 0 3px 0;
	padding: 5px 10px 5px 30px;
	border: 1px solid #2A567F;
	background: url(../images/page-icon.gif) no-repeat 5px 50%;
	text-decoration: none;
	}
#content-nav a:hover {
	border: 1px solid #FF0000;
	}
#footer {
	clear: both;
	padding: 3px 0 15px 0;
	border-top: 5px solid #004A00;
	text-align: right;
	font-size: 90%;
	}
	
/* THREE COLUMN PAGE --------------------------------------- */
/* --------------------------------------------------------- */
#threecol #container {
	float: left; /* makes it contain children floats */
	width: 710px; /* needed for MacOpera and Safari */
	margin: 15px 0;
	background: url(../images/home-bg.gif) repeat-y;
	}
#main-content {
	float: left;
	width: 270px;
	padding-top: 120px;
	background-image: url(../images/roll.png);
	background-repeat: no-repeat;
	}
#feature {
	width: 190px;
	margin-left: 295px;
	}
#feature h2 {
	min-height: 18px;
	margin-top: 0;
	padding: 10px 3px 3px 29px;
	font-size: 100%;
	}

/* TWO COLUMN PAGE ----------------------------------------- */
/* --------------------------------------------------------- */
#twocol #container {
	float: left; /* makes it contain children floats */
	width: 710px; /* needed for MacOpera and Safari */
	margin: 15px 0;
	background: url(../images/inner-bg.gif) repeat-y;
	}
	
#twocol #container2 {
	float: none; /* makes it contain children floats */
	width: 710px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #004A00;
	}

#twocol #containernews {
	float: none; /* makes it contain children floats */
	width: 710px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	}

#twocol .container3 {
	float: none; /* makes it contain children floats */
	width: 710px;
	margin-bottom: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #004A00;
	padding-bottom: 20px;
	padding-top: 15px;
	}
/* TEXT ---------------------------------------------------- */
/* --------------------------------------------------------- */
.left_column p {
	margin: 0 0 1.2em 0;
	line-height: 1.6;
	}
.left_column h1 {
	margin: 0 0 1em 0;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.left_column h2 {
	margin: 0 0 .6em 0;
	font-size: 120%;
	}
.left_column h3 {
	margin: 0;
	font-size: 100%;
	}

.image_left {
	float: left; /* Floats an image to the left and wraps text around it. */
	margin-right: 10px;
	border: thin solid #004A00;
}

.image_right {
	float: right; /* Floats an image to the right and wraps text around it. */
	margin-left: 10px; /* Adds 10 pixels of margin space to the left of the image. */
	border: thin solid #004A00;
}

.single_space {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: .8em;
	text-align: left;
	}

.left_column {
	float: left;
	width: 325px;
	padding-top: 10px;
	padding-right: 15px;
	text-align: left;
	line-height: 12px;
	}
	
.right_column {
	float: right;
	width: 325px;
	text-align: left;
	line-height: 12px;
	} 

.subcontent {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #006600;
	width: 90%;
}
	
.left {
float: left;  /*we float it to the left*/
width: 300px;  /*give it a width*/
background-image: url(efc.gif);  /*supplies the path to the image*/
background-repeat: no-repeat;  /*prevent the image from repeating*/
background-position: 50% 50px;  /*position the image in the center of the div and 50px from the top*/
}

/*The selector below defines the right column in the lower content area*/
.right {
float: right;  /*we float it to the right*/
width: 300px;  /*give it a width*/
background-image: url(lfc.gif);  /*supplies the path to the image*/
background-repeat: no-repeat;  /*prevent the image from repeating*/
background-position: 50% 50px;  /*position the image in the center of the div and 50px from the top*/
}                                