body
{
background: #FFFF00;

}

#Header
{ 
	position: absolute;
	height: 130px;
	width: 100%;
	left: 187px;
	font-size: 70px;
	padding: 5px;
	Background: DodgerBlue;
	color: white;
	border: double;
	border-width: 5;
	border-color: red;
	margin: none;
}



#navbar
{
	position: absolute;
	top: 178px;
	width: 150px;
	height: 1600px;
	padding-top: 40px;
	padding-right: 20px;
	display: block;
	background: DodgerBlue;
	border: double;
	border-width: 5;
	border-color: red;
	text-align: center;
	left: 3px;
	
}

#navbar2
{
	position: absolute;
	top: 178px;
	width: 150px;
	height: 3000px;
	padding-top: 40px;
	padding-right: 20px;
	display: block;
	background: DodgerBlue;
	border: double;
	border-width: 5;
	border-color: red;
	text-align: center;
	left: 3px;
	
}

#content
{
	position: absolute;
	top: 178px;
	left: 189px;
	width: 100%;
	height: 1600px;
	padding-top: 40px;
	padding-left: 15px;
	background: DodgerBlue;
	color: white;
	border: double;
	border-width: 5;
	border-color: red;
	font-size:24px;
	
}

#content2
{
	position: absolute;
	top: 178px;
	left: 189px;
	width: 100%;
	height: 3000px;
	padding-top: 40px;
	padding-left: 15px;
	background: DodgerBlue;
	color: white;
	border: double;
	border-width: 5;
	border-color: red;
	font-size:24px;
	
}


#Column1
{
	top:350px;
	float: left;
	width: 51%
}

#column2
{
	padding-left: 10px;
	top:350px;
	float: right;
	width: 490px;
	text-align: center;
}

#Column3
{
	top:350px;
	float: left;
	width: 51%
}

#column4
{
	padding-left: 10px;
	top:350px;
	float: right;
	width: 490px;
	text-align: center;
}

#column5
{
	margin-right: 10px;
	padding-left: 10px;
	padding-right:10px;
	top:965px;
	width: 100%;
	
}

h1
{
	text-align: center;
}

#descriptive_text
{
	text-align: center;
}



h1
{
	font-size:36px;
	text-decoration: underline;
	color: white;
	
}


ul
{
	list-style-type: none;
}

ul a
{
	height: 35px;
	margin-bottom: 20px;
	text-align: center;
	margin-right: 5px;
	display: block;
}



ul a:link
{
	text-decoration: none;
	padding: 5px;
	background: white;
	color: blue;
	border-bottom: solid;
	border-right: solid;
	border-color: red;
}
ul a:visited
{
	text-decoration: underlined;
	padding: 5px;
	background: white;
	color: blue;
	border-bottom: solid;
	border-right: solid;
	border-color: red;
}
ul a:hover
{
	padding: 5px;
	background: white;
	color: black;
	border-bottom: solid;
	border-right: solid;
	border-color: red;
}
ul a:active
{
	text-decoration: none;
	padding: 5px;
	background: white;
	color: blue;
	border: solid;
	border-color: red;
}

a:link
{
	color: blue;
}

a:visited
{
	color: blue;
}
