﻿body 
{
	padding:0px;
	margin:0px;
	background-color:#5da544;
	color:#ffffff;
	font-family:Myriad Pro, Arial;
	font-size:16pt;
}

div#page
{
	width:1000px;
	margin:0px auto;	
}

div#wrapper
{
	background-image:url(../Images/background.jpg);
	background-repeat:repeat-y;
}

div#header
{
	width:1000px;
	height:480px;
	background-image:url(../Images/header.jpg);
}

ul#menuList
{
	padding:0px;
	margin:0px;
	position:relative;
	left:100px;
	top:100px;
	list-style:none none outside;	
	overflow:hidden;
}

ul#menuList li
{	
	margin-top:25px;
	background-image:url(../Images/menuBackground.png);
	background-repeat:no-repeat;	
}

ul#menuList li a
{
	position:relative;
	top:5px;
	padding-left:20px;	
}

div#text
{
	margin:0px auto;
	width:760px;	
}

div#footer
{
	width:1000px;
	height:35px;
	background-image:url(../Images/footer.jpg);
}

div#footerText
{	
	font-size:13pt;
}

.centeredText
{
	text-align:center;	
}

.boldAndUnderlined
{
	font-weight:bold;
	text-decoration:underline;	
}

a
{
	text-decoration:none;	
	color:White;
}