@charset "utf-8";
/* CSS Document */
body{
	background-image: linear-gradient(90deg,blue,darkblue);
	border: 0px;
	margin: 0px;
	padding:0px;
	width: 990px;
	color: aliceblue;
}
#top-bar{
	font-size: 20px;
	font-weight:800;
	background-color: darkred;
	color:white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style:italic;
	display: inline-block;
	line-height: 0px;
	text-align: center;
	margin: 0px;
	width: 990px;
}
#page-bar{
	font-size: 15px;
	font-weight:400;
	background-color: rgba(0,43,13,1.00);
	color:aliceblue;
	font-style:normal;
	display: inline-block;
	line-height: 0px;
	text-align: center;
	border: 0px 0px;
	width: 990px;
}
#container {
	display: block;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0px;
	border: 0px;
	padding: 0px;
}	
#side-bar{
	color: rgba(1,37,9,1.00);
	text-align: left;
	font-size: 15px;
	width: 170px;
	background-color: rgba(0,43,13,1.00);
	font-style:normal;
	margin: 10px 10px 10px 10px;
	padding: 5px 0px 10px 0px;
	float: left;
	border: solid 2px red;
}
 #mission{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	display: grid;
	grid-gap: 0px;
	grid-template-columns:start;
	color: yellow;
	background-color: black;
	font-size: 24px;
	width: 760px;
	height: auto;
	text-align: center;
	border: 5px dashed red;
	padding: 10px 10px;
	margin: 0px 0px 0px 0px;
}
#table{
	border: 2px solid red;
	width: 80%;
	color: aliceblue;
	background-color: black;
	font-size: 16px;
	font-weight: 200;
	padding: 30px;
	border-collapse: collapse;
}
announce1 {
	margin: 0px 0px 20px 20px;
	text-align: left;
	color:yellow;
	font-size: 20pt;		
}
announce2 {
    margin:10px 0px 0px 10px;
	text-align: left;
	color:aliceblue;
	font-size: 14pt;		
	}
tabletitle {
	width: 770px;
	text-align: center;
	align-content: left;
	float:left 0px 0px 0px 20px;
	font-size: 25px;color:yellow;
	margin: 20px 0px 10px 0px;
	}
th{
	padding: 0px 0px 20px 0px;
	color: orange;
}
td{
	padding: 0px 25px 5px 25px;
}
tr{
	color: aliceblue;
	width: auto
}
tr.bordered{
	border-bottom: 2px solid ridge green;
}
a:link{
	color: rgba(132,208,233,1.00);
	text-decoration: none
}
a:visited {
	color: orange;
}
a:hover {
	color: red;
}
ul{
	border: 0px;
	margin: 0px;
	padding: 0px 0px;
}
li{
	list-style-type: none;
	display: inline;
	margin: 0px;
	border: 0px;
	padding: 0px 15px;
	line-height: 25px;
}
p{
	font-weight: 0;
	color: aliceblue;
}
p1{
	display: block;
	margin: 2em 0px;
	padding: 0px 0px;
	font-weight: 700;
	line-height: 25px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
p2{
	display: block;
	margin: 0px;
	padding: 10px;
	font-weight: 700;
	line-height: 10px;
	font-style: italic;
}
p3{
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 20px;
	font-weight: 400;
	line-height: 10px;
	font-style: normal;
}
p10{
	display: block;
	border: 0px;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	font-size: 12px;
	text-align: center;
	color: lightblue;
	font-weight: 400;
	line-height: 10px;
	font-style: normal;	
}
p, p30, p31, p32{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
p31{
	color: lightgreen;
	font-size: 20px;
	line-height: 1.5;
}
