@CHARSET "UTF-8";

body {
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #0a6ba0;
	font-family: Nobel, sans-serif;
	font-size: 10pt;
	margin: 0;
	background-image: url(/images/background.jpg);
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

table {
	clear: both;
	margin: 0;
	border: 0;
	padding: 0;
	border-spacing: 0;
}

table td {
	margin: 0;
	border: 0;
	pading: 0;
}

ul {
	list-style: url(/images/bullet.gif);
}

#pageBorder {
	z-index: 2;
	position: relative;
	width: 1024px;
	margin: 0 auto;
	padding: 0 18px 18px;
	background-image: url(/images/shadow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#page {    
	width: 1024px;
	background-color: #FFFFFF;
}

#header {
	position: relative;
	height: 128px;
	width: 1024px;
	color: #c7cdd3;
	background-color: #e9f3fb;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

#header a {
	color: #8fc3ea;
}

#header a:hover {
	color: #f7941d;
}

#header a.selected {
	color: #56a1d5;
}

#header #logo {
	position: absolute;
	top: 24px;
	left: 50px;
	vertical-align: text-bottom;
}

#header #lease {
	position: absolute;
	top: 24px;
	right: 50px;
}

#header #nav {
	position: absolute;
	width: 100%;
	left: 0;
	top: 86px;
	text-align: center;
	font-size: 11pt;
}

#header #nav img {
	vertical-align: bottom;
}

#content {
	position: relative;
	padding: 0 50px;
	margin: 10px 0 20px 0;
	color: #636363;
}

#content h1 {
	text-align:center;
}

#content h1, #content legend {
	color: #acacac;
	font-size: 15pt;
	font-weight: normal;
}

#content h2 {
	color: #ff7900;	
}

#content a {
	color: #56a1d5;
}

#footer {
	padding: 6px 50px;
	background-color: #e9f3fb;
	text-align: justify;
}

#footer a {
	color: #939598;
}

#footer a:hover {
	color: #727476;
}

#footer2 { 
	text-align: justify;
	color: #e9f3fb;
	width: 1024px;
	margin: 0 auto 12em;
	font-weight: bold;
}

#footer2 h1 {
	font-size: 12pt;
	weight: bold;
}

#footer2 p {
	padding-right: 400px;
}

#footer2 a {
	color: #e9f3fb;
}

#footer2 a:hover {
	color: #C6D5E3;
}

#footer2 .lease {
	float: right;
}
