@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

html, body {height: 100%; margin: 0px;} 

a:link, a:visited, a:active {
	color: #F68C00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F68C00;
}


#DivGraphicTopLeft {
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	background-image: url(../graphics/logos/main-logo-02-small.jpg);
	background-repeat: no-repeat;
}
#DivGraphicTopRight {
	position:absolute;
	top:0px;
	width:477px;
	height:100px;
	background-image: url(../graphics/logos/collage-01.jpg);
	right: 0px;
}
#DivGraphicMain {
	position:absolute;
	left:50%;
	margin-left:-223px;
	top:50%;
	margin-top:-140px;
	width:447px;
	height:281px;
	background-image: url(../graphics/logos/main-logo-01.jpg);
	background-repeat: no-repeat;
}
#DivMenuBar {
	position:absolute;
	top:100px;
	width:100%;
	height:24px;
	background-image: url(../graphics/menubar/menubar-01_02.jpg);
	right: 0px;
	left: 0px;
	background-repeat: repeat-x;
	text-align: right;
}
#DivMainBody {
	position:absolute;
	left:50%;
	margin-left:-400px;
	top:150px;
	width:800px;
	text-align: left;
	vertical-align: top;
}
.tableheader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2D5366;
}
.tablesubheader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #699FC1;
}
.tablelightcell {
	font-weight: normal;
	color: #000000;
	background-color: #D3E3ED;
}
h2 {
	font-weight: bold;
	color: #2D5366;
	font-size: 12px;
}
h3 {
	font-weight: bold;
	color: #2D5366;
	font-size: 11px;
}

