/* Footer layout from http://www.themaninblue.com/writing/perspective/2005/08/29/ */
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	background-color: #f0f6ef;
	background-image: url(/images/background.jpg);
	color: #002f16;
}
a:link    { color: #002f99; }
a:visited { color: #7893aa; }
a:active  { color: #0f0; }

#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {
	height: 100%;
}

/* Title at top of page */
div#Top {
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 1em 0 0 0;
}
div#Top img {
	width: 700px;
	height: 104px;
}

/* Sidebar with menu on left */
div#Sidebar {
	float: left;
	width: 8em;
	margin: 0;
	padding: 1em 0 0 1em;
}
.Menu {
	font-family: Verdana, Lucida, Helvetica, Arial, Geneva, sans-serif;
	font-size: 18px;
	line-height: 150%;
}
.submenu {
	font-family: Verdana, Lucida, Helvetica, Arial, Geneva, sans-serif;
	font-size: 10px;
	line-height: 120%;
}
.Menu a:link   , .submenu a:link    { color: #002f16; text-decoration: none; }
.Menu a:visited, .submenu a:visited { color: #002f16; text-decoration: none; }
.Menu a:hover  , .submenu a:hover   { text-decoration: underline; background-color: #fff; }
.Menu a:active , .submenu a:active  { color: #008d16; }
.Menu .current , .submenu .current  { color: #789383; }

/* Google search */
div#Sidebar form {
	margin: 1em 0 0 -2pt;
	padding: 0;
}

/* Main content area */
div #Content {
	margin: 0 0 0 10em; /* sidebar width plus padding */
	padding: 1em;
}

/* Footer */
div#Footer {
	text-align: center;
	position: relative;
	border-width: thin;
	border-style: groove none none none;
	font-family: Verdana, Lucida, Helvetica, Arial, Geneva, sans-serif;
	font-size: 9px;
	width: 90%;
	margin: -2em auto 0 auto;
	padding: 2pt;
}

/* For login page */
table.dialog {
	border-style: double;
	margin: 0 auto 1em auto;
}
table.dialog thead th {
	background-color: #002f16;
	color: #fff;
}

/* For transfer page and TOS */
ol.verbose li, ul.verbose li {
	margin-bottom: 1em;
}
