/* Bowling Green Farm - New site June 06 */


body 	{
	bbackground-color: #ccff99;
	background-color: #ffffcc;
	margin: 5px;
	padding-bottom: 150px;
	text-align: center;
	font-size: 12pt;
	font-family: verdana, arial, helvetica, sans-serif;
}

#header {
	position: absolute;
	top: 175px;
	left: 20px;
	border: none;
}

h1 	{
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
	color: #336633;
}

h2 	{
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.5em;
	color: #336633;
}

hr 	{
	color:#cc3333;
	height: 2px;
	width: 80%;
	position: relative; top: 0;
}

hr.bottom {
	position: relative; top: -20px;
}

#nav 	{
	position: relative;
	width: 500px;
	top: -3px;
	font-size: 1.7em;
	font-color: #336633;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	bbackground-color: blue;
	padding: 2px;
	zz-index: 2;
}

p, td {
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1.1em;
	font-size: 12px;
	margin: 0 0 16px 0;
	padding: 0;
}

/* All the content boxes belong to the content class. */

.content {
	position: relative;
	width: auto;
	top: 20px;
	font-size: 0.9em;
	text-align: left;
	min-width: 120px;
	margin: 0 210px 20px 130px;
	border: 1px solid black;
	background-color: #ffffff;
	padding: 10px;
	z-index: 3;
}

.contentmap {
	position: relative;
	width: auto;
	top: 20px;
	font-size: 0.9em;
	text-align: center;
	min-width: 120px;
	margin: 0 210px 20px 130px;
	border: 1px solid black;
	background-color: #ffffff;
	padding: 10px;
	z-index: 3;
}


.content>p {
	margin: 0;
}

.content>p+p {
	text-indent: 30px;
}

a 	{
	color: #33cc33;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
}

a:link {
	color: #336633;
}

a:visited {
	color: #336633;
}

a:hover {
	background-color: #cc3333;
}

.imagelogo {
	position: relative;
	width: 128px;
	top: 6px;
	lleft: 210px;
	margin-left: auto;
	margin-right: auto;
}

.table {
	position: relative;
	left: 200px;
	top: 200px;
	color: blue;
}

.marquee{
	font-size: 1.5em;
	font-family: arial;
	color: #cc3333;
	line-height: 1.5em;
}

.imageleft {
	float: left;
}

.imageright {
	float: right;
}

.clear {
	clear: both;
}


.footer {
	position: relative;
	width: auto;
	top: 100px;
	bottom: 100px;
	font-size: 0.7em;
	text-align: center;
	min-width: 120px;
	margin: 0px 210px 150px 130px;
	border: 0px solid black;
	background-color: none;
	padding: 10px;
	z-index: 3;
}

/*  The following entry is needed to allow IE to auto centre block elements */

body > #nav {
position: fixed;
}




/*  The following are not required:



#navright {
position: absolute;
width: 168px;
top: 190px;
right: 20px;
border: 1px dashed black;
background-color: #eee;
padding: 10px;
z-index: 1;
}


.disclaimer {
position: relative;
width: auto;
top: 200px;
font-size: 1.1em;
color: #00ff00;
text-align: center;
min-width: 120px;
margin: 0 210px 20px 130px;
border: 2px solid black;
background-color: #ff0000;
padding: 10px;
z-index: 3;
}



li em {
font-size: 16px;
color: green;
}

h3 {
font-family: verdana, arial, helvetica, sans-serif;
margin: 0 0 5px 0;
padding: 0;
font-size: 1.1em;
}

.pf  {
position: absolute;
width: 550px;
top: 190px;
left: 150px;
font-size: 0.7em;
text-align: left;
border: 0px dashed black;

}
.textindent {
text-indent: 30px;
}

.textmargin {
margin-left: 70px;
}

.imagetop {
position: absolute;
width: 128px;
top: 0px;
left: 0px;
}




strong { 
font-style: italic; 
text-transform: uppercase; 
}

.pfheader {
display: none
}

*/