@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*
body { 
background-image: url(bggraphic.gif);
background-repeat: repeat-x;
background-attachment:fixed;
background-position: 50px 200px;
}
*/





a {
	font-size: 12px;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #000000;
}

h2 {font-size: 16px;color: #FFCC00}

.h3 {
	font-size: 10px;color: #666666}



#bottomlayer {
	width:500px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFCC00;
	border-left-color: #FFCC00;
	left: 300px;
	position: absolute;
	z-index: 1;
	top: 0px;
}

#imageheader {
	z-index:20;
	position: absolute;
	top: 60px;
	left: 197px;
	width: 610px;
}




#content {
	z-index:4;
	margin-top: 25px;
	background-color: #FFFFCC;
	padding: 5px;
	width: 490px;
}

#contenthead {
	z-index:15;
	width: 200px;
	position: absolute;
	left: 310px;
	top: 5px;
}


#menu {
	height:25px;
	z-index:0;
	background-color: #FFCC00;
	width: 100%;
	top: 220px;
	position: absolute;
}

#menubar {
	width:100%;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 225px;
	z-index: 3;
}


#menubar a {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


#menubar a:visited {
	color: #FFFFFF;
}

#menubar a:hover {
	color: #000000;
}

#menubar a:active {
	color: #CCCCCC;
}



#footer {
	position:relative;
	left:0px;
	height:15px;
	z-index:0;
	clear: both;
	bottom: 0px;
	width: 478px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
}
.activitytable {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding: 3px;
}
.contentheadline {
	color: #000000;
	background-color: #FFCC00;
	display: block;
	width: 100%;
	font-weight: bold;
}

