@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	background-color: #FFF;
	width: 1200px;
	border: thin solid #000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: 1700px;
	background-image: url(../../images/backgrounds/whitebox.jpg);
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	text-align: left;
}


#header {
	background-color: #69843F;
	height: 142px;
	width: 1200px;
	margin-bottom: 40px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #CC0000;
	margin-top: 10px;
	text-align: center;
}
