html, body {
	min-height: 100%;
	height: 100%;
	margin: 0;
}
body
{
	margin: 0;
	padding: 0;
	background: url(../images/layout/top-stripes.gif) repeat-x #FFFFFF;
}
#layout
{
	margin-left: auto; margin-right: auto;
	/*white-space: nowrap;*/
	min-height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
#header
{
	font-family: Vedrana;
	color: #FFFFFF;
	height: 217px; /*backup: 227px*/
	padding-top: 8px;
	white-space: nowrap;
	padding-left: 25px;
}
#header .slogan
{
	font-size: 22pt;
	overflow: hidden;
	padding-left: 40px;
	padding-top: 57px;
	white-space: nowrap;
}
#header .regcount
{
	padding-left: 40px;
	overflow: hidden;
	margin-top: -10px;
	white-space: nowrap;
	font-size: 10pt;
}
#menu
{
	padding-top: 15px;
	font-size: 11pt;
	white-space: nowrap;
	overflow: hidden;
	text-align: right;
	padding-right:300px;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
	text-decoration: none;
	color: #999999;
}
.menu a:active {
	text-decoration: none;
	color: #999999;
}
#submenu
{
	white-space: nowrap;
	padding-top: 19px;
	font-size: 9pt;
	overflow: hidden;
	padding-left: 310px;
}
#logo
{
	background: url(../images/layout/logo.png) no-repeat;
	width: 224px;
	height: 189px;
	/*margin-left: 40px;*/
	float: left;
	position: relative;
}
#footer
{
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	background: url(../images/layout/bottom-stripes.gif) repeat-x #FFFFFF;
	font-family: Vedrana;
	font-size: 11pt;
	color: #FFF;
	height: 131px; /*for real: 146px, but with the padding we need -8*/
	white-space: nowrap;
	text-align: left;
	bottom: 0px;
	width: 777px;
	clear:both;
	position:absolute;
	left: 0px;
}
#content
{
	vertical-align: top;
	padding-top: 11px;
	font-family: Vedrana;
	font-size: 14px;
	color: #323436;
	text-align: left;
	padding-right: 30px;
	height:auto !important;
	height: 100%;
	min-height: 100%;
}
#content a
{
	text-decoration: none;
}
#content a:link {
	color: #517088;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #517088;
}
/*
#content a:hover {
	text-decoration: none;
	color: #999999;
	text-decoration: underline;
}
#content a:active {
	text-decoration: none;
	color: #999999;
	text-decoration: underline;
}
/*
#content a:hover, #content a:active {
	text-decoration: underline;
}*/
#content h2
{
	color: #517088;
	font-size: 30px;
}
#middle
{
	margin: 0;
	padding: 0;
	padding-left: 60px;
	padding-right: 30px;
	padding-bottom: 144px;/*	 Height of the footer */
	padding-top: 0px;
	height:auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto -4em;
	text-align: center;
	vertical-align: center;
}
#sidebar
{
	margin: 0;
	padding: 0;
	background-color: #3E3E3E;
	border-right: 1px solid #dcdbdb;
	border-left: 1px solid #dcdbdb;
	width: 180px;
	vertical-align: top;
	text-align: left;
	height:auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(../images/layout/stripes.gif);
}
.clear {
	clear: both;
}
#centertable
{
	padding: 0;
	margin: 0;
	width: 900px;
	text-align: center;
	height:auto !important;
	height: 100%;
	min-height: 100%;
	border-right-color: #000;
}
#sidebar-table
{
	font-family: Verdana;
	font-size: 11px;
	height:auto !important;
	height: 100%;
	min-height: 50%;
	padding: 0;
	margin: 10;
	margin-left: 10px;
	color: #FFF;
	width: 255px;
	margin-right: 10px;
}
.centertr
{
	height:auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
#layout #middle #centertable .centertr #sidebar #sidebar-table tr td p strong {
	color: #FFF;
}
#layout #footer {
	color: #FFF;
	text-align: left;
}
#layout #footer p {
	color: #FFF;
	margin-left: 35px;
}
