/* Global Page Specifications */

body {
	background: #6B8EAE;
	color: black;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	margin: 0px 0px;
	padding: 16px 16px;
}

a:link, a:visited {
	color: navy;
	text-decoration: underline;
}

a:hover, a:active {
	color: purple;
	text-decoration: overline underline;
}

/* Global Classes */

.centerize {
	text-align: center;
}

th {
	color: black;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

td {
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

/* IDs */

/* Main Page Header */

#header {
	position: relative;
	background: white;
	margin: 0px 0px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	width: 750px;
}

#title {
	position: relative;
	background: white;
	margin: 0px 0px;
	padding: 0px 0px;
	border-style: none;
	border-width: 0px 0px;
}

#title h1 {
	text-align: center;
	font-size: 36px;
	
}

#title a:link, a:visited {
	color: navy;
	text-decoration: none;
}

#nav {
	position: relative;
	background: white;
	margin: 0px 0px;
	padding: 0px 0px;
	border-style: none;
	border-width: 0px 0px;
}

#nav h3 {
	text-align: center;
	font-size: 16px;
}

#nav a:link, a:visited {
	color: navy;
	text-decoration:none;
}

#nav a:hover, a:active {
	color: purple;
	text-decoration: overline underline;
}

#content {
	position: relative;
	background: white;
	margin: 16px 0px 0px 0px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	width: 750px;
}

#infocontent {
	position: relative;
	background: white;
	margin: 16px 0px 0px 0px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	width: 800px;
}

#content a:link, a:visited {
	color: navy;
	text-decoration: none;
}

#content a:hover, a:active {
	color: purple;
	text-decoration: overline underline;
}

#content.ext {
	font-size: large;
}

#footer {
	position: relative;
	background: none;
	margin: 16px 0px 0px 0px;
	padding: 4px;
	border-style: none;
	height: auto;
	width: auto;
}