/* CSS Document */
#background {
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 2;
	height: auto;
	width: 800px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	height: 100px;
	width: 800px;
}

#content {

	position: absolute;
	top: 123px;
	left: 0px;
	width: 802px;
	height: 475px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	overflow: auto;
	font-size: 12px;
	background-image: url(images/contentbackground.gif);
	z-index: 3;
	background-repeat: no-repeat;
	background-attachment: inherit;
}

#menu {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 805px;
	height: 24px;
	z-index: 4;
	overflow: auto;
	background-color: #FFFFFF;
	background-image: url(images/menubackground.gif);
	background-repeat: no-repeat;
}
#login {
	position: absolute;
	top: 4px;
	left: 379px;
	width: 415px;
	height: 71px;
	z-index: 2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #141713;
	color: #FFFFFF;
}
.style1 {font-size: x-small}
.style2 {
	color: #FFFFFF;
	font-size: x-small;
}
.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
.style4 {color: #FFFFFF; font-size: medium;}
.style5 {font-size: medium;	color: #FF0000;}
.style6 {font-size: xx-small;	color: #FFFFFF;}
.style7 {font-size: medium;	color: #BAC616;}
.style8 {font-size: 12px; color:#000000; font-family: Geneva, Arial, Helvetica, sans-serif;}
.style9 {
	font-size: 14px;
	color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.content a:link {
	color: #000000;
	text-decoration: underline;
}
.content a:visited {
	color: #000000;
	text-decoration: underline;
}
.content a:hover { 
	color: bac616;
	text-decoration: none; 
	background-color: #FFFFFF;
}
.content a:active {
	color: #000000;
	text-decoration: underline;
