@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif; line-height:18px;
	background: #E5EBE5;
	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: #666666;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 50px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cccccc; padding:0 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff; position:relative;
	padding-top: 0;  /* 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. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {overflow:hidden;
	padding: 20px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; border-top: 1px solid #cccccc; text-align:center; padding: 5px; font-size:10px;
}
.oneColFixCtrHdr #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 */
	 font-size:55px;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* ----- VIPER ----- */

.clearflt {clear:both;}

#navigation a { clear:both; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-style: normal; font-weight:normal; color: #666699; padding: 0 5px 0 5px; }

.img { border:0; }

a:link { color: #666699; font-weight: bold; text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

h1	{font-size:16px; color:#7db12d; padding:5px 0; margin:0;}
h2	{font-size:13px; color:#666666; padding:5px; margin:0; background-color:#e5ebe5; font-weight:bold; margin-bottom:5px; }
h3  { padding: 0px; font-size: medium; color: #CCCCCC; font-weight: normal; line-height: 30px; margin: 0 0 4px 0; }

.news {font-size:11px; line-height:17px; }

.worcester	{ background-image:url('images/white-flowers.jpg'); height:132px; width:200px; top:0; right:0; }

.small {font-size:10px; line-height:normal;}

.fltlft	{float:left; padding: 5px 20px 15px 0; }
.fltrt	{float:right; padding: 2px 5px 15px 20px; }
	
.green {color:#7db12d; }
.red   {color:#CC0000; }

#greenblock {background:#7db12d; color:white; border:1px solid #999; padding:15px; margin-bottom:10px;
			-webkit-border-radius: 4px; -khtml-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}	
			
#greenblock .header {font-size:18px; line-height:30px; text-shadow:1px 1px 2px #333333;}
	
	
/*h2	{font-size:13px; color:#666666; padding:0; margin:0; 
	background-image:url('images/bullet.gif'); height:11px; background-repeat:no-repeat; padding:0px 0 5px 17px; }*/