body {
	max-width: 1000px;
	margin: auto;
	background-color: white;
	font-family: arial, sans-serif;
	padding: 10px;
}

p {
	color: black;
	font-size: 18px;
	text-align: justify;
	Padding: 0px 20px;
	
}

p.foot {
	Color: #0080ff;
	text-align: center;
	font-size: 18px;
}

p.last {
	color: black;
	text-align: left;
	font-size: 8px;
}

p.mission {
	color: white;
	margin: 0px 60px 0px 60px;
	padding: 20px 20px;
	border-radius: 10px 10px 10px 10px;
	background-color: #0080ff;
	box-shadow: 10px 10px 5px #999999;
	font-family: Times, Serif;
	font-style: italic;
	font-weight: lighter;
	line-height: 200%;
}

h1 {
	font-size: 3em;
	color: #1a8cff;
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
	text-shadow: 2px 2px #000;
}

h2 {
	font-size: 1.5em;
	color: black;
	text-align: center;
	
}

h3 {
	font-size: 18px;
	color: black;
	font-weight: bold;
	Padding: 0px 20px;
}



a.foot{
    position: relative;
	left: 600px;
	top: -85px;
	text-align: center;
	color: white;
	background-color: #0080ff;
	text-decoration: none;
	width: 200px;
	border-radius: 5px 5px 5px 5px;
	padding: 10px 10px;
	box-shadow: 4px 4px 2px #999999;	
}

a.list {
	display: block;
	width: 400px;
	color: #0080ff;
	background-color: white;
	padding: 10px 10px;
	border-radius: 5px 5px 5px 5px;
	margin: 10px 10px;
	text-align: center;
	text-decoration: none;
	
}

a.list:hover {
	background-color: #0080ff;
	color: white;
}

div.tab {
	border-bottom: 0;
	width: 1000px;
	height: 31px;
	margin: 0;	
}

div.tab a {
	text-decoration: none;
	display: float center;
	color: Black;
	padding: 8px 25px;
	margin: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #99ccff;
	text-align: center;
}

div.tab a:hover {
	background-color: #b3d9ff;
}


div.tab a:focus, .active {
	background-color: #99ccff;
}

#header {
	background-image: url("top.jpg");
	background-repeat: no-repeat;
	Background-position: center top;
	background-size: auto 100px;
	height: 120px;
	width: 1000px;
	border-radius: 10px 10px 10px 10px;
	border: 0;
	margin: 0;
}		

div.tabcontent {
	position: absolute;
	width: 900px;
	background-color: #99ccff;
	padding: 20px;	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 20px;
	min-height: 400px;
	
}
table.main {
	border: 2px solid white;
	border-collapse: collapse;
}

th.main {
	border: 2px solid white;
	border-collapse: collapse;
	padding: 10px 30px;
	margin: 20px;
	text-align: center;
}

td.comm {
	border: 2px solid white;
	border-collapse: collapse;
	padding: 10px 30px;
	margin: 20px;
	text-align: left;
	font-family: arial;
	font-weight: normal;
}

table.tables {
	width: 90%;
}

table.tables, th, td {
	border: 1px solid white;
	border-collapse: collapse;
	padding: 10px;
	margin: 20px;
	text-align: center;
}




img.tables {
	width: 400px;
	position: absolute;
	top: 100px;
	Right: 20px;
	border-radius: 10px 10px 10px 10px;
	border: 2px solid #000;
	margin: 0;
	
}

#left {
	width: 500px;
}


