@import url("menu2.css");
@import url("content.css");
@import url("right.css");
@import url("start.css");

body {
	background-color: #6D6F71;
	font-family: Arial;
	font-size: 10pt;
}

body h1 {
	font-family: Arial;
	font-size: 140%;
}

body h2 {
	font-family: Arial;
	font-size: 120%;
}

a {
	color: black;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img {
	border:none;
}



#main {
	position:absolute;
	left:10px;
	top:10px;
	width:980px;
	background-color: #FFFFFF;	
	xpadding-bottom: 1cm;
	font-size:12px;
}

#top {
	position:relative;
	left:0px;
	top:0px;
	width:980px;
	height:130px;
	background-color: #E7E6C2;
}

#left {
	position:absolute;
	left:0px;
	top:130px;
	width:188px;
	background-color:white;
}



#middle {
	position:relative;
	left:188px;
	top:0px;
	width:604px;
	min-height: 600px;
	background-color:white;
}


#right {
	z-index: 1;
	position:absolute;
	left:794px;
	top:130px;
	width:186px;
	background-color:white;
}

	
#footer {
	xposition:relative;
	z-index: 3;
	left:0px;
	top:0px;
	color: white;
	background-color: #6D6F71;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	padding: 10px;
}

#footer.athu { background-color: #4c8719; }
#footer.atsl { background-color: #b8027e; }
#footer.atsk { background-color: #f84c10; }
#footer.atcz { background-color: #0095ca; }

.hiddenlightboxlink { display:none; }
.hiddenlightboximg { display:none; }
