﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font: 400 70% Verdana,Arial,Helvetica,sans-serif;
	text-align:center
}
#footer {
	clear: both;
}
 
 
#header1 {
	height: 16px;
	min-width: 800px;
	max-width: 1000px;
}
#header2 {
	height: 17px;
	background-color: blue;
	width: 100%;
}
#header3 {
	height: 38px;
	min-width: 800px;
	max-width: 1000px;
}
#headerX {
	height : 45px;
	min-width: 800px;
	max-width: 1000px;
	text-align: left;
}
#headerX1 {
	height : 45px;
	width: 148px;
	margin-left: 2px;
	float: left;
	text-align: left;
}
#headerX2 {
	height : 45px;
	margin-left: 150px;
	text-align: left;
}

#header5 {
	height: 62px;
	min-width: 800px;
	max-width: 1000px;
}
#thepage {
	min-width: 800px;
	max-width: 1000px;
	text-align: left;
}
#thepagenav {
	width: 148px;
	margin-left: 2px;
	float: left;
	text-align: left;
}
#thepagecontent {
	margin-left: 150px;
	text-align: left;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: #557ef5;
	text-decoration: underline;
}
a.nav {
	color: black;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: 400;
	border-color: #DEDEDE;
	border-style: solid;
	border-width: 0 0 0 5px;
	padding: 3px 0 3px 5px;
}
a.nav:hover {
	text-decoration: none;
	border-color: blue;
	color: blue;
}
a.headerX {
	text-decoration: none;
	color: white;
	font-size: xx-large;
}
a.headerX:hover {
	text-decoration: none;
	color: red;
	font-size: xx-large;
}


