body, table, tr, td {
	font: 8pt Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	letter-spacing: 1px;
	margin: 0px;
}
body {
	background-color: #1B4574;
	background-image : url('images/background.jpg');
}
table {
	width: 100%;
	height: 100%;
}
td {
	vertical-align: middle;
	text-align: center;
}
h1 {
	font-size : 10pt;
}
.nav {
	font : italic 18px georgia;
}
a:link, a:active, a:visited {
	font-weight: none;
	color: #C0C0C0;
	cursor: crosshair;
	text-decoration: none;
}
a:hover {
	color: #132239;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 716px;
	height: 395px;
	text-align: left;
}
#content {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 474px;
	height : 263px;
	border: 2px solid #132239;
	padding: 3px;
	margin: 0px;
	background-color: #1B4574;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow: auto;
}
#title {
	position: absolute;
	top: 126px;
	left: 0px;
	width: 716px;
	height : 40px;
	padding: 0px;
	margin: 0px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#lefthead {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 234px;
	height : 124px;
	border: 2px solid #132239;
	padding: 0px;
	margin: 0px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
#midhead {
	position: absolute;
	top: 0px;
	left: 240px;
	width: 234px;
	height : 124px;
	border: 2px solid #132239;
	padding: 0px;
	margin: 0px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#righthead {
	position: absolute;
	top: 0px;
	left: 480px;
	width: 234px;
	height : 124px;
	border: 2px solid #132239;
	background-color: #1B4574;
	padding: 3px;
	margin: 0px;
	font : italic 18px georgia;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
#lgpic {
	position: absolute;
	top: 170px;
	left: 480px;
	width: 234px;
	height : 263px;
	border: 2px solid #132239;
	padding: 0px;
	margin: 0px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
input, textarea, option, select {
	background-color: #C0C0C0;
	font: 8pt arial;
	color:  #202020;
	letter-spacing: 1px;
	border: 1px solid #C0C0C0;
	padding:2px; 
}
