td {
	font-family: "Verdana", "Arial";
	font-size: small;
    vertical-align: top;
}

html, body {
	height: 100%;
}
p {
	padding: 5px 5px 5px 5px;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-height: 740px; /* For Mozilla/Opera/Safari */
	background-color: White;
}

#Container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 810px;
	height: 100%;
}

#Splash {
	position: absolute;
	width: 810px;
	height: 750px;
	top: 50%;
	margin-top: -370px; /* Half of splash height */
	background-color: #dddddd;
	overflow: hidden;
    z-index: 10;
}
table.Content{
    padding: 5px 5px 0px 5px;
    background-color: #dddddd;
}
td.Content {
	background-color: #dddddd;
	overflow: auto;
	width: 800px;
	height: 503px;
	overflow-x: hidden;
    text-align: left;
}
td.CONTOP {
	background-color: #dddddd;
	overflow: auto;
	width: 800px;
	height: 130px;
	overflow-x: hidden;
    text-align: left; 
}
td.MENU {
	background-color: #dddddd;
	overflow: auto;
	width: 800px;
	height: 53px;
	overflow-x: hidden; 
    text-align: left;
}
div.content {
    background-color: #eaeaea;
	margin: 10px 10px 10px 10px;
	width: 780px;
	height: 533px;
	overflow: auto;
	overflow-x: hidden;
}
a {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
h1 {
    font-size: large;
}
img {
	border: 1px solid Teal;
}
img.noborder {
	border: 0px none;
}
font.head {
	color: Navy;
	font-size: medium;
	font-weight: bold;
	
}
font.site {
	color: blue;
	font-weight: normal;
}
font.sites {
	color: black;
	font-weight: normal;
}
a.site {
	color: black;
	font-weight: bold;
}
td {
    text-align: left;
}
