body {
	font-face: Times New Roman;
	font-size: 15px;
	color: black;
	background-color: #5B5DFB;
}

/* Link stuff */
a:link {
	color: #000;
	text-decoration: underline;
}

A:visited {
	color: #272626;
}

A:active {
	color: #272626;
}

A:hover {
	color: #272626;
}

hr {
	color: #00008b;
	background-color: #00008b;
	border: 1px solid #00008b;
	height: 1px;
}

h1 {
	font-size: 40px;
	padding: 0px;
}

h2 {
	font-size: 30px;
	padding: 0px;
}

h3 {
	font-size: 20px;
	padding: 0px;
}

table {
	border: 1px solid black;
	align: left;
	vertical-align: middle;
	border-bottom: none;
}

.text {
	border: none;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	align: left;
	vertical-align: top;
}

td {
	text-align: left;
	vertical-align: top;
}

.maintable {
	height: 100%;
	min-height: 100%;
	width: 80%;
	margin: auto;
	border-bottom: 1px solid black;
}

.title {
	font-size: 50px;
	color: white;
	background-image: url("img/title_grad.jpg");
	background-color: #00008b;
}

.navigation {
	background-color: grey;
	background-image: url("img/nav_grad.jpg");
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid black;
}

.maintd {
	padding: 5px;
	background-color:  #EBEBEB;
}

.pagetitle {
	
}