/* FLWS Web Management by Michael Mellor
 * Base version: 51004
 * Last Update:	2007-01-03
 */

/* Defaults */
a:link		{ color: #555; }
a:visited	{ color: #888; }
a:active		{ color: #555; }
a:hover	 	{ color: #aaa; }
body { margin: 0px; width: 100%; height: 100%; background: #000; color: #fff; }
html { width: 100%; height: 100%; margin: 0px; }

TABLE, TD { border: hidden; }

TD, FORM, P, BLOCKQUOTE, INPUT, SELECT, TEXTAREA, DIV, H1 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}
H1 { font-size: 24px; }

INPUT, SELECT, TEXTAREA {
	font-weight : normal;
	border-color : #000000;
	border-width : 1;
	font-size : 10;
	background-color : #FFFFFF;
	color: #000;
}

/* Main Structure */
div#header {
	background: #000;
	height: 120px;
	width: 760px;
	margin: 5px auto;
	padding: 0px;
	position: relative;
}
div#header_left {
	background: #000 url("images/header.png") no-repeat 0px 0px;
	width: 500px;
	height: 85px;
}
div#header_right {
	background: url("images/banner1.png") no-repeat 0px 0px;
	position: absolute;
	right: 0px;
	top: 7px;
	width: 240px;
	height: 70px;
	overflow: hidden;
}

div#navigation {
	margin: 0 auto;
	text-align: center;
}
div#navigation a, div#navigation a:hover, div#navigation a:active, div#navigation a:visited {
	display: block;
	float: left;
	width: 123px;
	height: 25px;
	text-align: center;
	background: #f00;
	border: 1px solid #666;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 5px;
	text-decoration: none;
}
div#navigation a:hover {
	text-decoration: underline;
}

div#content {
	width: 760px;
	margin: 0 auto;
	padding: 5px;
	position: relative;
}
div#content div.menu_caption {
	 font-size: 1.5em;
	 color: #f00;
	 font-weight: bold;
}
div#content hr.caption {
	 background-color: #666; width: 60%; height: 1px; border: 0;
}

div#footer {
	width: 760px;
	text-align: center;
	font-size: 9px;
	margin: 0 auto;
	padding-top: 30px;
}
div#footer hr.footer {
	 background-color: #666; width: 80%; height: 1px; border: 0;
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ff0000;
}
h2 {
	margin-top: 5px;
	margin-bottom: 2px;
	color: #ff0000;
}
h3 {
	margin-top: 10px;
	margin-bottom: 2px;
	color: #ff0000;
}
h4, h5 {
	margin-top: 2px;
	margin-bottom: 2px;
}

div.gbSystemLinks { display: none; }
body { text-align: center; } div { text-align: left; } 
