body {
	background-image: url(Images/SiteBackground.png);
}
#Container {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(Images/ContainerBackground.png);
	background-repeat: no-repeat;
	margin-top: 100px;
}
#Sidebar {
	height: 590px;
	width: 225px;
	float: left;
	padding-top: 10px;
}
#Header {
	height: 125px;
	width: 550px;
	float: right;
	margin-right: 25px;
}
#Text {
	float: right;
	height: 425px;
	width: 520px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#Footer{
	height: 40px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.style2 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
}
.style3 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.style4 {
	font-size: 16px;
	font-weight: bold;
}
.style5 {font-size: 18px}
.style8 {font-size: 16px}
.style9 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px}
.style10 {font-family: "Times New Roman", Times, serif}

.style11 {color: #000000; 
	font-family: "Times New Roman", Times, serif;
	font-size: 12px}
.style12 {color: #FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:14px}

a.other:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.other:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.other:hover {
	text-decoration: none;
	color: #000000;
}
a.other:active {
	text-decoration: none;
	color: #000000;
}
a.text:link {
	color: #990000;
	text-decoration: none;
}
a.text:visited {
	text-decoration: none;
	color: #990000;
}
