/* CSS Document */

html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background: #ddd;
	margin: 0;
}

* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, td, li {
	font-size: 80%;
}

h1, h2 {
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 -0.5em 0;
}

h1 {
	font-weight: normal;
}

h2 {
	font-size: 80%;
}

li {
	color: #fff;
}

th {
	font-size: 80%;
}

a {
	color: #0be;
	text-decoration: none;
}

a:hover {
	color: #f90;
}


/* Header Styles */
div#header {
/*	background: #fff url(images/grey-shadow.gif) bottom left repeat-x; */
	background: #fff;
	padding: 15px;
}

div#header img#logo {
	margin-bottom: 1.5em;
}

div#header object#time, div#header embed#time {
	position: absolute;
	top: 15px;
	right: 15px;
}

div#header h1 {
	font-size: 160%;
	font-weight: normal;
	padding: 0.5em 0 1em 215px;
	text-align: left;
	color: #999;
}


/* Body Styles */
div#body {
/*	background: #333 url(images/grey-shadow.gif) top left repeat-x; */
	background: #333 url(images/grey-grad.jpg) top left repeat-y;
	border-left: 20px solid #04b3d6;
	min-height: 312px;
	margin: 0;
	padding: 8px 0 0 0;
/*	overflow: auto; */
}

div.clear {
	clear: both;
	height: 10px;
	margin: 0;
}


/* Footer Styles */
div#footer {
	background: #fff;
	margin: 0 0 0 0;
	clear: both;
}

div#footer div.nav {
	margin: 0 20px 1em 0;
	padding-top: 8px;
	text-align: right;
	color: #999;
	font-size: 75%;
}

div#footer div.nav a {
	color: #999;
	text-decoration: none;
}

div#footer div.nav a:hover {
	color: #FF3FB2;
	text-decoration: underline;
}

div#footer h1 {
	font-size: 160%;
	font-weight: normal;
	padding: 0 20px 2em 0;
	text-align: right;
	color: #999;
}

div#footer div#endnote {
	text-align: center;
	background: #ddd;
	font-size: 65%;
	color: #999;
	padding: 10px 20px 10px 0;
}

div#footer div#endnote a {
	color: #666;
	text-decoration: none;
	margin-right: 5px;
	padding-right: 5px;
	font-weight: bold;
}

div#footer div#endnote a:hover {
	color: #f90;
	text-decoration: underline;
}

.smaller {
	font-size: 90%;
}