body {
	font: 85% 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	background: #333;
	min-width: 900px;
	text-align: center;
	line-height: 1.5em;
	}

#header {
	text-align: left;
	color: inherit;
	}
#header h1 {
	font-size: 300%;
	font-family: arial, verdana, sans-serif;
	color: #CCC;
	margin: 30px 15px 5px 15px;
}
#header h2 {
	font-size: 150%;
	font-family: arial, verdana, sans-serif;
	color: #555;
	margin: 0px 15px 10px 15px;
}
#headerright {
	float: right;
	width: 350px;
	height: 145px;
	text-align: right;
	font-size: 95%;
}
#headerright p {
	margin: 0 15px;
	color: #ccc;
}
#headerright a {
	color: #cc4;
}
#headerright a:hover {
	color: #ccc;
}

#nav {
	text-align: center;
	text-transform: uppercase;
	font-size: 110%;
	font-family: verdana, sans-serif;
	letter-spacing: 1px;
	color: #eee;
	background-color: #555;
	border-top: 4px #990000 solid;
	}
#nav li a {
	color: #ddd;
	text-decoration: none;
}
#nav li a:hover, #nav li a:active {
	color: #eee;
}

#content {
	text-align: justify;
	color: #333;
	background: #ddd;
	font-size: 110%;
	}

#footer {
	text-align: center;
	font-size: 80%;
	color: inherit;
	background: transparent;
	border-top: 1px dotted #787878;
	color: #F0F0F0;
	padding: 5px;
}
#footer p {
	width: 780px;
	margin: 5px auto;
}
#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #aa4;
}

#content a {
	font-weight: bold;
	text-decoration: none;
	color: #476C8E;
	}

#content a:hover {
	text-decoration: underline;
	color: #333;
	}

#content a:active {
	color: #444;
	}

h1 {
	font-family: 'Century Gothic', 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.2em;
	color: #900;
	}

h2 {
	font-size: 125%;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #900;
	}

h3 {
	font-size: 90%;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #555;
	}

h4 {
	font-size: 90%;
	font-weight: bold;
	}

img {
	border-width: 0;
/*	background: #787878;  For floats */
	}

.small {
	font-size: 80%;
	}

.left {
	text-align: left;
	}

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}

.italic {
	font-style: italic;
	}

.bold {
	font-weight: bold;
	}

.underline {
	text-decoration: underline;
	}

td.data {
	text-align: center;
	background: #ccc;
	font-size: 80%;
	color: #000;
	}

td.colheader {
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	color: #000;
	background: #bbb;
	}

td.rowheader {
	font-style: italic;
	font-size: 80%;
	color: #000;
	background: #ccc;
	}

.menu {
	font-size: 110%;
	}

.submenu {
	text-align: left;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 80%;
	}

.caption {
	font-size: 90%;
	text-align: left;
	background: #ccc; /* For floats #787878? */
	}

.rfloat, .lfloat {
	font-size: 80%;
	text-align: left;
	background: #ccc; /* For floats #787878? */
	}

.box {
	background: #ccc;
	}

.copyright {
	font-size: 70%;
	}

.giDescription {
	font-size: 70%;
	}

.spacer {
	text-align: center;
	}

.nn4 {
	display: none;
	}
