﻿body {
	margin: 0px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 11pt;
}

a {
	color: #FFF729;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
	margin-top: 0px;
	font-size: 16pt;
	color: #FFF729;
	padding-top: 0px;
	margin-bottom: 10px;
}


#wrapperDiv{
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#headerDiv{
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#navDiv {
	background-position: center top;
	text-align: center;
	background-image: url('images/layout/nav.png');
	background-repeat: no-repeat;
	height: 31px;
	padding-top: 17px;
	margin-bottom: 2px;
	font-size: 11pt;
}
#navDiv a {
	color: #FFFFFF;
	font-weight: bold;
}
#navDiv a:hover {
	color: #FFF729;
	text-decoration: none;
}
#contentDiv {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footerDiv {
	background-image: url('images/layout/footer-tile.png');
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 30px;
	color: #1F3131;
	font-size: 9pt;
	margin-bottom: 20px;
}
#footerDiv a {
	color: #1F3131;
}

#footerDiv a:hover {
	
}

