a:link
{
	color: #FFFF00;
	font-weight: bold; 
	text-decoration: none;
}

a:visited
{
	color: #FFFF00;
	font-weight: bold; 
	text-decoration: none;
}

a:hover
{
	color: green;
}


body
{
	background-color: rgb(0, 0, 0);
	text-align: center;
}


#Main
{
	height: 768px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
}

#Top_Left_Corner
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,0,255);
	color: rgb(0, 0, 0);
	height:100px;
	padding: 24.5px 5px 24.5px 5px;
	width: 200px;
}

#Banner
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Verdana, Arial, Helvetica;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	background-color: rgb(0,0,255);
	color: rgb(255, 255, 255);
	left: 200px;
	height: 100px;
	padding: 38px 5px 38px 5px;
	text-align: center;
	width: 824px;
}

#Side_Bar
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,150,255);
	color: rgb(102,102,51);
	height: 618px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	top: 100px;
	width:200px;
}

#Footer
{
	-moz-box-sizing:border-box;box-sizing:border-box;
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,0,255);
	color: rgb(255, 255, 255);
	height: 50px;
	padding: 19px 5px 19px 5px;
	text-align: center;
	top: 718px;
	width: 1024;
}

#Content
{
	-moz-box-sizing:border-box;box-sizing:border-box;
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(150,200,255);
	color: rgb(0, 0, 0);
	height: 618px;
	margin: auto;
	overflow: auto;
	padding: 5px 5px 5px 5px;
	top: 100px;
	left: 200px;
	width: 824px;
}