<?php
	header("Content-type: text/css; charset: UTF-8");

	include($_SERVER['DOCUMENT_ROOT'].'/cfg.inc.php');
	
	$strGrey				="#666666";
	$strLightGrey		="#E2E2E2";
	$strDarkGrey		="#333333";
	$strLight				="#FFFFFF";
	$strAqua				="#209DAA";
?>

* {
	border: 0 none;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

h1 {
	color: <?=$strLight;?>;
	font-size: 18px;
	margin: 10px 0px 15px 0px;
	padding: 5px 8px 5px 8px;
	background-color: <?=$strAqua;?>;
}

h3 {
	font-weight: bold;
	font-size: 15px;
	margin: 20px 0px 5px 0px;
}

h4 {
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}

hr {
	display: block;
	margin: 0px 0px 10px 0px;
	height: 1px;
	border: none;
	border-bottom: 1px solid <?=$strLightGrey;?>;
}

p {
	margin: 0px 0px 10px 0px;
}

a, a:active, a:visited {
	color: <?=$strAqua;?>;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	margin: 0px 0px 10px 20px;
}

li {
	margin: 0px 0px 5px 0px;
}

textarea {
	border: 1px solid <?=$strGrey;?>;
	padding: 5px;
	width: 230px;
	height: 95px;
	font-size: 9px;
	font-family: courier;
}

table.border td {
	border: 1px solid <?=$strLightGrey;?>;
	padding: 5px;
}

.center {
	text-align: center;
}

.top {
	margin-top: 10px;
}

.width {
	width: 100%;
}

.smalltext {
	font-size: 9px;
	margin-bottom: 0px;
}

div.wrapper {
	position: absolute;
	margin: 0 auto;
	left: 50%;
	margin: 0px 0px 0px -430px;
	width: 860px;
}

ul.navigation {
	background: transparent url(<?php echo $cfg['webroot'].$cfg['dirimages'];?>bg-navigation.gif) repeat-x scroll 0 0;
	border: 1px solid <?=$strLightGrey;?>;
	height: 28px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: relative;
	margin:0px;
}

ul.navigation li {
	float: left;
	margin:0px;
}

ul.navigation li a:hover, ul.navigation li a.active {
	background: transparent url(<?php echo $cfg['webroot'].$cfg['dirimages'];?>bg-navigation-active.gif) repeat-x scroll 0 0;
	color: <?=$strLight;?>;
}

ul.navigation li a {
	border-right: 1px solid <?=$strLightGrey;?>;
	color: <?=$strDarkGrey;?>;
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	height: 16px;
	padding: 6px 25px;
	text-decoration: none;
}

div#banner {
	height: 180px;
	overflow: hidden;
	width: 860px;
}

div.left {
	float: left;
	width: 170px;
}

div.middle {
	border-left: 1px solid <?=$strLightGrey;?>;
	border-right: 1px solid <?=$strLightGrey;?>;
	float: left;
	width: 488px;
}

div.middle div {
	margin: 20px;
}

div.right {
	float: right;
	width: 200px;
}

div.right div, div.left div {
	border-bottom: 1px solid <?=$strLightGrey;?>;
	padding-bottom: 10px;
	margin: 10px;
}

div.right div h4, div.left div h4 {
	font-site: 11px;
}

div.right div p, div.left div p {
	font-site: 9px;
}