@charset "utf-8";













#Container {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFF99;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}


#Container #Footer {
	clear: both;
	margin: 5px;
}
#Container #Nav_Buttons_Right {
	float: right;
	height: 630px;
	width: 150px;
}
#Container #Banner_Top_Centre {
	float: right;
	height: 630px;
	width: 680px;
}

#Container #Nav_Buttons_Left {
	float: left;
	height: 630px;
	width: 150px;
}


body {
	background-color: #FFFF99;
}

.Content_Basic_Text {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	text-align: justify;
}
.Content_Sub_Heading {
	font-size: x-large;
	font-weight: bold;
	text-decoration: underline;
	color: #339900;
	font-family: "Times New Roman", Times, serif;
}
