@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
}
/*CSS for header*/
.Welcome_Bottom{
	background-color:#062F4F;	
	text-align:center;
	border: 10px solid #984B43;
	display:block;
}

h1{color:#EAC67A;
}

div h2{color: white;
}

#Menu li{
display:inline;
list-style-type:none;
}

li a {text-decoration:none;
color:white;
}

#current{color:#984B43;
}

a:hover{color:#984B43;
}

.Button{ padding: 3px;
text-align:center;
border: 2px solid black;
background-color: #984B43;
border-radius: 5px;
}
/*----------------------------------------------------------------*/
div.Content h3{color:#062F4F;
text-align:center;
}

#contentContainer{height:350px;
width: 85%;
background-color:#EAC67A;
float:left;
}
.Content{padding: 1% 5% 5% 5%;
}

table, th, td{background-color:#062F4F;
border: 1px solid #EAC67A;
padding: 5px;
text-align: center;
}
th{color: #EAC67A;
}
td{ color: white;
	
}

div.Sidebar h3{color: #EAC67A;
text-align: center;
}

.Sidebar{background-color: #062F4F;
color: white;
float:left;
width: 15%;
height: 350px;
}

.clear{clear:both;}

#imgBottom{
background-color: #062F4F;
min-width: 350px;
height: auto;
display: block;	
border: 10px solid #984B43;
}
img {display: block;
margin-left: auto;
margin-right: auto;	
}

#Bottom{
	padding: 5px;
	color:#EAC67A;
	align-content:center;
}

#Menu_Bottom{
	width: 10%;
	margin-left: auto;
	margin-right: auto;	
}