/* CSS Document */
html, body, ul, ol, li, p, h1, h2, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


body {
	font-family:"Comic Sans MS";
	font-size:100.01%;
	color: #000000;
	
}
#wrapper #main p {
	font-size: 95%;
	text-align: justify;
}
#wrapper #main_lower p {
	font-size: 95%;
	text-align: justify;
	padding: 2px;
}
.leftfloat {
	float: left;
	margin: 4px;
}




#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/lf.jpg);
	margin-top: 5pt;
	border: 1px solid #336600;
	background-repeat: no-repeat;
	
}
#main_lower {
}
.rightfloat {
	float: right;
	margin: 4px;
}


#top {
	height:190px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	text-align: right;
	}
h1 {
	font-size: 140%;
	text-align: center;
}

#wrapper #top p {
	font-size: 90%;
	font-style: normal;
	color: #057C04;
}
#wrapper #top a {
	color: #027E02;
}

	
#main {
	margin-left:5px;
	margin-top: 5px;
	margin-right: 5px;
	}
	
#footer {
	padding-right: 160px;
	padding-left: 160px;
}
ul {
	padding-left: 3px;
	font-size: 95%;
	margin-left: 5px;
	display: inline;
	list-style-type: none;
}
#menu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#menu li a {
	color: #020296;
	text-decoration: none;
}
#menu a:hover {
	color: #017D01;
	text-decoration: none;
	background-image: url(images/blue.gif);
	background-repeat: repeat-x;
}


#strapline {
}
#menu {
	margin-top: 15px;
	text-align: center;
	background-image: url(images/green.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.rightfloat30 {
	float: right;
	margin-right: 30px;
}
.img30marg {
	margin-left: 30px;
}


h2 {
	font-size: 105%;
}
ol {
	list-style-type: disc;
	margin-left: 50px;
}

