/* CSS Document */

html, body {
	height: 100%;
	}

body {
	background-color: #84A197;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	}

td, p, div{
	font-size: 10pt;
	}

a {
	color: #000C83;
	}

th {
	background-color:#84A197;
	}

h1, h3 {
	color: #84A197;
	}

h2 {
	color: #19145B;
	}
	
h3 {
	margin-top: 20px;
	margin-bottom: 0px;
	}

sub, sup { 
	line-height: 0.1em; 
	font-size: 60%;
	}

#page {
	background-color: #7da297;
	background-image: url(../images/bkg-page.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}

#page-top {
	background-image: url(../images/bkg-page-gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

#page-bottom {
	background-image: url(../images/bkg-page-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}

#banner {
	background-image: url(../images/bkg-banner.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 180px;
	}

#banner-home {
	background: transparent url(../images/bkg-banner-home.gif) top center no-repeat;
	width: 750px;
	height: 313px;
	}

#banner-home-inner {
	padding: 5px 7px 0 7px;
	}

#topnav {
	float: right;
	padding: 10px;
	}

#toplinks {
	float: right;
	padding-right: 10px;
	font-size: 8pt;
	}

.logo {
	float: left;
	width: 215px;
	}

.clr {
	clear: both !important;
	}

#search {
	float: right;
	padding: 10px 10px 0 0;
	}

#navigation {
	clear: both;
	height: 55px;
	background-image: url(../images/bkg-navigation.gif);
	width: 750px;
	background-position: top;
	background-repeat: no-repeat;
	}

#content {
	clear: both;
	padding: 20px;
	}

#column-right {
	float: right;
	width: 200px;
	margin-left: 20px;
	margin-top: 50px;
	}

#footer {
	background-color: #19145B;
	padding: 5px 10px 5px 10px;
	height: 40px;
	color: #FFF;
	font-size: 9px;
	}

#footer a {
	color: #FFF;
	}

.footer {
	font-size: 9px;
	}

.form-table {
	border-collapse:collapse;
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 20px;
	}

.indent {
	padding-left: 25px;
	}

.row2 {
	background-color: #EEE;
	}

th.sub {
	background-color: #CCC;
	}

#login {
	float: right;
	width: 236px;
	background: transparent url(../images/bkg-login.jpg) top left no-repeat;
	font-size: 8pt;
	z-index: 99;
	}

#login-inner {
	margin: 50px 15px 15px 15px;
	}

#login p {
	font-size: 8pt;
	line-height: 12pt;
	}

#login a {
	color: #FFF;
	}

#sub-banner {
	z-index: 99;
	clear: right;
	float: right;
	}

.footnote {
	font-size: 9px;
	font-style: italic;
	color: #999;
	}