@charset "UTF-8";
/* CSS Document */


body{background:rgba(0,93,176,1.00);
	padding: 0px;
	margin:0px;
}


h1{color:rgba(255,255,255,1.00); /* white */
	font-size: 60px;
	font-family: "Times New Roman", "Times New Roman Bold", "Times New Roman Bold Italic", "Times New Roman Italic";
	/*font-style: italic; */
	font-weight:bold;
}


#title {height: 80px;
	width: 1200px;
	background: rgba(210,44,41,1.00);
	margin: 50px auto;
	padding: 0px;
	text-align:center;}


#logo_container {width: 600px;
	height:334px;
	background: rgba(250,194,21,0.00); /* yellow*/
	color:rgba(255,246,240,1.00);
	margin: 50px auto;
	padding: 0px;
}


#pagelinks {height: 40px;
	width: 1180px;
	background: rgba(210,44,41,1.00);
	margin: 25px auto;
	padding: 12px;
	font-size: 36px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	}


a:link{color:rgba(255,255,255,1.00);
	text-decoration: none;}
a:visited{color:rgba(255,255,255,1.00)}
a:hover{color:rgba(255,190,0,1.00)}
a:active{color:rgba(255,255,255,1.00)}


#mainimage {width: 1200px;
	min-height:250px;
	margin: 50px auto;
	background: rgba(250,194,21,1.00);
	color:rgba(255,246,240,1.00);
	font-size: 36px;
	padding: 0px;
	text-align: center;
}

#table {width: 1200px;
	min-height:250px;
	background: rgba(250,194,21,1.00);
	color:rgba(255,246,240,1.00);
	margin: 50px auto;
	padding: 0px;
	font-size: 36px;
}

td {text-align: center;
	background:rgba(210,44,41,1.00);
	border-color: rgba(255,255,255,1.00);
}


td.mylist {text-align:left;
	}

h4{color: rgba(255,255,255,1.00);
	font-size: 36px;
}


p{font-size: 24px}

#footer {height: 70px;
	width: 1200px;
	background: rgba(210,44,41,1.00);
	margin: 25px auto;
	text-align:center;
	font-size: 20px;
	color: rgba(255,255,255,1.00);
	padding-top: 1px;
}




