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

#header {
	position:absolute;
	left:195px;
	top:23px;
	width:860px;
	height:116px;
	z-index:1;
	overflow: hidden;
}
#navagation {
	position:absolute;
	left:195px;
	top:140px;
	width:861px;
	height:117px;
	background-color: #fde6a6;
	overflow: visible;
	visibility: visible;
	background-image: url(../images/button1a.gif);
	background-repeat: repeat-x;
}
#content {
	position:absolute;
	left:196px;
	top:182px;
	width:860px;
	height:1101px;
	z-index:3;
}
#footer {
	position:absolute;
	left:197px;
	top:666px;
	width:859px;
	height:20px;
	z-index:10;
	text-align: right;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #fde6a6;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #030;
	background-color: #FFC;
}
.footer {
	font-size: 9px;
	color: #666;
}
a:link {
	color: #093;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #060;
}
a:hover {
	text-decoration: none;
	color: #690;
}
a:active {
	text-decoration: none;
	color: #030;
}
.h1smalltext {
	font-size: 10px;
}

