
/* unvisited link */
a:link {
  color: black;
  text-decoration: none;
}

a:visited {
color: black;

}

/* mouse over link */
a:hover {
  color: yellow;
}

body{
	width: 1100px;
	height: 1170px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;

}

#display_doc
{
position: absolute;
padding: 10px;
width: 600px;
height: auto;
font-family: Arial, Helvetica, sans-serif; 
font-weight: 400; 
font-style: normal;
font-size: 16px;
margin-left: 200px;
background-color: #2ECC71;
border-radius: 10px;
text-align: center;

}



#display_doc_2
{
padding: 10px;
color: black;
width: 600px;
height: auto;
font-family: Arial, Helvetica, sans-serif; 
font-weight: 400; 
font-style: normal;
font-size: 16px;
margin-left: 200px;
background-color: #2ECC71;
border-radius: 10px;
}


#home_logo
{
position: absolute;
height:80px;
width:100px;
margin-left: 990px;
z-index: 1;
margin-top: -65px;
}

#top
{
	width: 1100px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #34495E;
	border-radius: 10px;
}

#page_location
{
width:600px;
height:20px;
font-family: Arial, Helvetica, sans-serif; 
font-weight: 600; 
font-style: normal;
font-size: 16px;
margin-left: auto;
margin-right: auto;
color: white;
}



#logo
{
	position: absolute;
	width: 100px;
	margin-left: 20px;
	margin-top: 15px;
}

#main_heading
{
	position: relative;
	width: 800px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif; 
font-weight: 800; 
font-style: normal;
	font-size: 44px;
	margin-top:20px;
	padding-top: 20px;
	text-align: center;
	color: white;
	margin-left: auto;
	margin-right: auto;
}


#menu_item_1
{
position: relative;	
float:left;
width: 620px;
height:60px;
margin-left: 20px;
margin-left: 20px;
margin-top: 20px;
background-color: #2ECC71;
border-radius: 10px;
display: table;
padding-left: 5px;
padding-right: 5px;
}

#menu_item_1 p
{
display: table-cell;
text-align: center;
 vertical-align: middle;
font-family: Arial, Helvetica, sans-serif; 
font-weight: 600; 
font-style: normal;
font-size: 16px;


}

#menu_item_2
{
position: relative;	
float:left;
width: 295px;
height:60px;
margin-left: 30px;
margin-top: 20px;
background-color: #2ECC71;
border-radius: 10px;
display: table;
padding-left: 5px;
padding-right: 5px;
box-sizing: border-box;

}

#menu_item_2 p
{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
 font-family: Arial, Helvetica, sans-serif; 
font-weight: 600; 
font-style: normal;
font-size: 16px;
box-sizing: border-box;
}



#menu_item_3
{
position: relative;	
float:left;
width: 620px;
height:60px;
margin-left: 30px;
margin-top: 20px;
background-color: #2ECC71;
border-radius: 10px;
display: table;
box-sizing: border-box;
}

#menu_item_3 p
{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
 font-family: Arial, Helvetica, sans-serif; 
font-weight: 600; 
font-style: normal;
font-size: 16px; 
box-sizing: border-box;
}

#menu_item_4
{
position: relative;	
float:left;
width: 305px;
height:60px;
margin-left: 20px;
margin-left: 20px;
margin-top: 20px;
background-color: #34495E;
border-radius: 10px;
display: table;
box-sizing: border-box;
}

#menu_item_4 p
{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
 font-family: Arial, Helvetica, sans-serif; 
font-weight: 400; 
font-style: normal;
font-size: 16px;
color: white;
box-sizing: border-box;
}

#menu_item_5
{
position: absolute;
margin-top: 260px;
width: 600px;
height:60px;
margin-left: 200px;
background-color: #34495E;
border-radius: 10px;
display: table;
padding-left: 25px;
padding-right: 25px;
box-sizing: border-box;
}

#menu_item_5 p
{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
 font-family: Arial, Helvetica, sans-serif; 
font-weight: 400; 
font-style: normal;
font-size: 16px;
box-sizing: border-box;
}



#footer
{
	position: absolute;
	
	width: 1100px;
	height: 180px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: 400; 
	font-style: normal;
	font-size: 12px;
	margin-top: 20px;
	text-align: center;
	background-color: #34495E;
	color: white;
	border-radius: 10px;
	padding-right: 10px;
	padding-left:10px;
	margin-top: 50px;
	box-sizing: border-box;

	}


	#footer2
	{
		position: absolute;
		
		width: 1100px;
		height: 180px;
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: 400; 
		font-style: normal;
		font-size: 12px;
		margin-top: 20px;
		text-align: center;
		background-color: #34495E;
		color: white;
		border-radius: 10px;
		padding-right: 10px;
		padding-left:10px;
		margin-top: 17px;
		box-sizing: border-box;
		
		}




#accessibility
{
margin-left: auto;
margin-right: auto;
width: 300px;
height: 30px;
text-align: center;
font-size: 12px;
border-radius: 5px;
background-color: #2ECC71;
font-family: Arial, Helvetica, sans-serif; 
font-weight: 600; 
font-style: normal;
color: white;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
	box-sizing: border-box;
}



#footer_left
{
position: absolute;
margin-left: 40px;
margin-top: 10px;
width: 300px;
height: 30px;
text-align: center;
font-size: 12px;
border-radius: 5px;
background-color: #2ECC71;
font-family: Arial, Helvetica, sans-serif; 
font-weight: 600; 
font-style: normal;
color: white;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
	box-sizing: border-box;
}


#footer_middle
{
position: absolute;
margin-top: 10px;
margin-left: 390px;
width: 300px;
height: 30px;
text-align: center;
font-size: 12px;
border-radius: 5px;
background-color: #2ECC71;
font-family: Arial, Helvetica, sans-serif; 
font-weight: 600; 
font-style: normal;
color: white;
padding-top:10px;
padding-left: 10px;
padding-right: 10px;
box-sizing: border-box;
}

#footer_right
{
margin-top: 10px;
position: absolute;
margin-left: 730px;
width: 300px;
height: 30px;
text-align: center;
font-size: 12px;
border-radius: 5px;
background-color: #2ECC71;
font-family: Arial, Helvetica, sans-serif; 
font-weight: 600; 
font-style: normal;
color: white;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
box-sizing: border-box;
}



#main
{
margin-top: 20px;
width:1000px;
height: 780px;
margin-right: auto;
margin-left: auto;
background-color: #FFFFFF;
	box-sizing: border-box;

}




h2
{
font-family: Arial, Helvetica, sans-serif; 
	font-weight: 600; 
	font-style: normal;
	font-size: 16px;
	text-align: center;

}

h1
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: 600; 
	font-style: normal;
	font-size: 20px;
	
}



