body,html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0; }
body {
	background-color: white; }
#wrapper {
	background-color: #d6d6d6;
	position: relative;
	width: 900px;
	margin: 20px auto 0;
	padding-top: 0;
	display: block; }
#container {
	background-color: #d6d6d6;
	display: block;
	margin: 0 auto 0;
	padding-top: 0;
	position: relative;
	width: 900px;
	float: left; }
#header {
	background-color: black;
	background-image: url(../images/header-top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 900px;
	height: 195px;
	margin: 0; }
#footer {
	background-color: #d6d6d6;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	width: 900px;
	height: 42px;
	clear: both;
	margin: 0 auto 7px; }
#address {
	color: #838383;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	line-height: 160%;
	text-align: center;
	letter-spacing: 1px;
	margin: 0 auto 10px;
	position: relative;
	width: 900px;
	clear: both; }
.header-logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 240px;
	height: 195px;
	margin-right: auto;
	margin-left: auto; }
#menubar {
	background-image: url(../images/menubar-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: center;
	width: 890px;
	height: 39px;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 10px; }
#menubar a:link, #menubar a:visited {
	color: black;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	line-height: 380%;
	background-image: url(../images/menu-item.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
	text-align: center;
	text-indent: 10px;
	position: relative;
	width: 105px;
	height: 39px;
	float: left;
	margin: 0; }
#menubar a:hover, #menubar a:active {
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline; }
#menubar .mainmenu-act a:link, #menubar .mainmenu-act a:visited {
	color: black;
	text-decoration: underline;
 }
#sub-content {
	width: 900px;
	margin: 0;
	padding-top: 16px; }
#sub-content-left { padding-bottom: 10px; position: relative; width: 205px; height: auto !important; min-height: 350px; height: 350px; float: left; padding-top: 12px; }
#sub-content-mid {
	background-color: #d6d6d6;
	background-image: url(../images/content-mid-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	width: 485px;
	height: auto !important;
	min-height: 350px;
	height: 350px;
	float: left; }
#sub-content-mid-wide {
	background-color: #d6d6d6;
	background-image: url(../images/content-mid-wide-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	width: 675px;
	height: auto !important;
	min-height: 350px;
	height: 350px;
	float: left; }
#sub-content-right {
	margin-left: 0;
	padding-bottom: 10px;
	position: relative;
	width: 210px;
	height: auto !important;
	min-height: 326px;
	height: 326px;
	float: left;
	display: inline; }
#sub-content-left a:link, #sub-content-left a:visited {
	color: black;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	line-height: 280%;
	background-image: url(../images/submenu-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	text-decoration: none;
	position: relative;
	width: 165px;
	height: 29px;
	float: left;
	margin-left: 11px;
	padding-top: 2px;
	padding-left: 29px;
	display: inline; }
#sub-content-left a:hover, #sub-content-left a:active {
	font-weight: bold;
	text-decoration: underline; }
#sub-content-left .submenu-act a:link, #sub-content-left .submenu-act a:visited {
	font-weight: bold;
	text-decoration: underline; }
/*Content elements*/
p {
	font-size: 11px;
	font-family: tahoma, sans-serif;
	line-height: 160%;
	margin: 20px 18px; }
#sub-content-mid h1, #sub-content-mid-wide h1  {
	color: black;
	font-size: 18px;
	font-family: georgia, sans-serif;
	font-weight: bold;
	margin: 20px 18px 15px; }
#sub-content-mid table, #sub-content-mid-wide table{
	margin-right: 18px;
	margin-left: 18px; }
td {
	font-size: 12px;
	font-family: verdana, sans-serif; }
ul {
	font-size: 11px;
	font-family: tahoma, verdana, sans-serif;
	line-height: 160%; }
a:link {
	color: #900114; }

a:visited {
	color: #900114; }

a:hover {
	text-decoration: none; }

a:active {
	text-decoration: none; }


