/* Unchanged */
body {
	background-color: #FFFFFF;
	background="backgroundFlowers.png";
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right, bottom;
	width:100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border:none;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
b {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#351C0C;}

/* Article header */
.H1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#7D181C;}
.H2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:#DA802E;}
.H3 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:#D9EDFB;padding-bottom: 10px;}


/* main image */
.main_img {padding: 10px; margin:15px;}

.published {font-style:italic;}

/* What section you are in */
.section {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; font-weight:bold; color:#B2CD93;}
.section2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#D9EDFB;}

/* Panel Headers */
.H1_panel { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:#FFFFFF;
			padding-left: 6px; padding-top: 2px; background-color: #57BE57;}
.H1_body_panel { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:#FFFFFF;padding-left: 6px; padding-top: 1px;}
.hl_title{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#DDBF52; font-weight:bold;}
.H2_panel {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #ffffff; }
/* More Links */

.more {
align:center; cellpadding:4px; cellspacing:0px;
font-size:9px; 
color:#351C0C; 
width:750px;	/* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* Footer */
.footer_links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:300;
	color:#351C0C;
	text-decoration: none;
	background-color: #FFFFFF;
}
.footer_discl {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	line-height: normal;
	color: #420110;
	background-color: #FFFFFF;
}

#container {
border: 0; align: center; cellpadding:4; cellspacing:0;

	width: 750 px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Search panel */
.input { 
width: 114px; 
height: 10px; 
border-left: 1px solid #C3B89F; 
border-bottom: 1px solid #F4F2EE; 
border-right: 1px solid #C3B89F; 
border-top: 1px solid #C3B89F; 
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#005190;}

.go {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	background-color: #C5D8AC;
	border-bottom-color: #7EA277;
} 
.date { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color: #978E7A;}

/* News Highlight layouts */

.nav_links { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #FFFFFF;}
a.nav_links:hover { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #7EA277;}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7E191C;
	text-decoration: none;
}
a:hover {
	color: #8CA874;
	background-color: #FFFFFF;
}
a:visited {
	color: #492C18;
	font-size: 10px;
}
.header {
	width: 750px;
	color: #420110;
	background-color: #FFFFFF;
	background-image: url(images/topGreen.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
}
.body_tables {
padding-left:10px;
float:left;
}
.nav {
display:block;
	top:275px;
	margin-left:55px;
	position: absolute;
	width:80px;
	color: #DDBF52;
	width:29; 
	align:left; 
	valign:top; 
	padding:4px; 
	
}
