body {
	font-family: tahoma;
	color: #333333;
	background-color: black;
	font-size: 11pt;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}
h1 {font-size: 18pt;
	color: red;
	text-align: left;

}
h2 {font-size: 18pt;
text-align: center;
color: red;

}
h3 {font-size: 14pt;
	text-align: center;
	color: red;
	
	}
	
	A:link {
	text-decoration: none; color: #cc0000;
}
A:visited {text-decoration: none; color: red;}
A:active {text-decoration: none; color: red;}
A:hover {text-decoration: underline; color: red;
}

.topnav{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 50px;
	color: red;
	background-image: url(images/NavBG.png);
	background-repeat: repeat-x;
	
}

.topnavcontent{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 50px;
	color: red;
	background-image: url(images/NavBG.png);
	background-repeat: repeat-x;
}


.header{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 300px;
	background-color: url(images/fence.png);
}

.headercontent{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 300px;
	color: white;
	background-image: url(images/HeaderBG.png);
	background-repeat: no-repeat;
	background-color: white;
}

.container{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	background-color: url(images/fence.png);
}

.content{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 100%;
	background-color: white;
}


.footer{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 300px;
	background-color: url(images/fence.png);
}

.footercontent{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 100px;
	color: white;
	background-image: url(images/FooterBG.png);
	background-repeat: no-repeat;
}








