body
{
	background-color: #c0c6d7;
	color: #000000;
	font-family: Verdana, sans-serif, Arial;
	font-size: small;
	text-align: center;
	margin: 0;
	padding: 0;
}
em
{
	font-style: normal;
	font-weight: bold;
}
img
{
	border: none;
}
a{
	color: #2B4582;
	text-decoration: none;
}
a:visited {color: #990000;}
a span.aPrefix
{
	visibility: hidden;
}
a:hover span.aPrefix
{
	visibility: visible;
}

#bodybox
{
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 95%;
	min-height: 520px;
	height: 100%;
	background-color: #efeef3;
border: 1px solid #377546;
}

#headerbox
{
	width: 100%;
	background-color: #faffff;
}
#headertop
{
	background-color: #dedede;
	border-bottom: solid 1px #e2e5de;
	height: 18px;
	margin-bottom: 1px;
}
#headermiddle
{
	background-color: #94a0b0;
	border-top: solid 1px #aab2bf;
	border-bottom: solid 1px #a5adb8;
	height: 41px;
}
#headerbottom
{
	background-color: #efeef3;
	height: 32px;
}
#headerbottomright
{
	float: right;
	width: 257px;
	height: 100%;
	background-color: #d9d9e1;
}

#leftbox
{
	clear: both;
	float: left;
	width: 148px;
	height: 100%;
	background-color: #b4c0d0;
}

#rightbox
{
/*	float: right;*/
	width: 100%;
	height: 100%;
}

#contentbox
{
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	overflow: auto;
}

#teaserbox
{
	position: absolute;
	right: 69px;
	top: 53px;
	width: 210px;
	height: 310px;
}

#logo
{
	float: left;
	background-repeat: no-repeat;
	width: 235px;
	height: 95px;
}

#logo a
{
	float: left;
}

ul#tabs
{
	float: right;
	margin: 0;
	padding: 2px 16px 0px 16px;
	text-align: center;
}
ul#tabs li
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#tabs a
{
	margin: 0;
	padding: 0px 4px;
	color: #2B4582;
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;
}

.menu1
{
	font-size: 1em;
}
.menu2
{
	font-size: 0.8em;
	padding-left: 1em;
	margin-left: 0em;
	display: none;
}
ul#menu
{
	margin: 0;
	padding: 2em 0 2em 1em;
	text-align: left;
}
ul#menu li
{
	list-style: none;
	margin: 0;
	padding: 0.2em;
}
ul#menu ul.menu2 li
{
	padding: 0.1em;
}
ul#menu a
{
	padding: 0px 12px;
	color: #2B4582;
	text-decoration: none;
}

/* class clear: apply clearing to block element itself in order to clear enclosed floats */
.clear:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
