@charset "utf-8";

/* CSS Document */

body {
	background: url(images/body-back.jpg) top left repeat-x #287a00;
}

table.midcontainer {
	background: url(images/page-back.jpg) top left repeat-y white;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background: url(images/footer.jpg) top left no-repeat white;
	height: 91px;
}

.subcenter {


	font-size: 24px;

	font-weight: bold;

	color: darkorange;

	text-align: center;

}

ul.footermenu {
	display: block;
	list-style: none;
	margin: 0 auto; margin-top: 25px;
}

ul.footermenu li {
	display: inline;
	margin: 2px 10px;
	font: normal 9pt "Courier New", Courier, monospace;
	text-transform: uppercase;
}


ul.footermenu li a{
	text-decoration: none;
	color: white;
	padding: 3px 10px;
	border: 1px black solid;
}

ul.footermenu li a:hover {
	background: black;
	border: 1px #600 solid;
}

p.footer {
	text-align: center;
	margin: 10px;
	font: normal 9pt "Courier New", Courier, monospace;
	color: #F90; 
	
}

h1 {
	font-family: Impact, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: normal;
	color: #900;
	text-align: center;
	margin: 40px 30px;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

h2.headline {
	font: bold 20px Tahoma, Geneva, sans-serif;
	margin: 20px 100px;
}

h3 {

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 40px;

	color: #F00;

	text-align: center;

	font-weight: bold;

}

h4 {

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 24px;

	font-weight: bold;

	color: #000;

}

li.headline {
	list-style: url(images/bullet-check-arrow.png) inside;
	font: bold 13pt Tahoma, Geneva, sans-serif;
	line-height: 20px;
	height: 20px;
	margin: 3px 200px;
}


p {
	font-size: 16px;
	color: #333;
	text-align: left;

}

#bodytext {
	margin: 60px;
}

.listgroup1 {
	list-style: url(images/bullet-star.png);
}



.sub {


	font-size: 16px;

	color: #F00;

}

