html, body, #wrapper { 
	height: 100%;
	margin: 0;
}
body > #wrapper {
	height: auto;
	min-height: 100%; 
	margin-bottom: -100px;
}
body {
	font-family: "Times New Roman";
	min-width: 1024px;      /* 2x LC width + RC width */
}

p {
    font-size: 24px;
    padding: 10px;
}
h3 {
    padding: 10px;
}
hr {
    width: 80%;
}
#green1{
	background-color: #009933;
	height:20px;
	width:100%;
	float:right;
	margin-top: 15px;
	z-index: 1;
}
#green2{
	background-color: #006633;
	height:20px;
	margin-top: 15px;
}
#header
{
	background: #003366;
	padding: 0px;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 100%;
	background: #333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover {
	background: #383;
}
#wrapper{
	margin-bottom: -100px;
}

#content
{
	clear: left;
	padding: 20px;
	min-height: 470px;
}

#content h2
{
	color: #000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#footer
{
	background: #ccc;
	text-align: right;
 	clear: both;
	position: relative;
	height:	120px;
	margin-top: -120px;
}
#container {
	margin: 0 0px;
	background: #fff;
	padding-left: 0px;   /* LC width */
	padding-right: 210px;  /* RC width */
	z-index: 1;
}
#container .column {
	position: relative;
	float: left;
	z-index: 1;
}
#center {
	width: 100%;
	height:80px;
	float:left;
	color: white;
	font-size: 24pt;
	font-family: Verdana;
	font-weight: bold;
	line-height: 100%;
	padding-top: 18px;
	background-color: #003366;
	z-index: 1;
}
#minerva {
	position: relative;
	background: url(minerva1.png) no-repeat scroll 10px -100px;
	height: 117px;
	width: 690px;
	float:right;
	z-index: 0;
	margin-top: -117px;
	margin-right: 3px;
}
#right {
	width: 210px;          /* RC width */
	margin-right: -210px;  /* RC width */
	height:80px;
	background-color: #003366;
	padding-top: 18px;
}
.transp{
	opacity: 0.1;
	filter: alpha( opacity=10 ); /* For IE8 and earlier */
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
._404{
	font-weight: bold;
	color: #777;
	font-size: 26pt;
	font-family: Verdana;
	font-weight: bold;
	line-height: 100%;
}
address {
	padding: 10px;
}
