@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;
}
.Content_Promotion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	text-align: center;
	color: #000000;
	font-weight: bolder;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: blink;
}

