/* default page colors */
body { 
background-image: url('images/tile.gif');
background-repeat: repeat;
background-color:#D6D4D4;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:75%;
color: #555555;
}

body, div, p, th, td, li, dd    {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
color: #555555;
}

img {border: 0px}

a:link {color: #BBBBBB; text-decoration: none; }
a:active {color: #555555; text-decoration: none; }
a:visited {color: #BBBBBB; text-decoration: none;  }
a:hover {color: #555555; text-decoration: underline; }

/*header stuff*/
.logo {
  width : 600px;
  height : 150px;
  position : absolute;
  left : 50px;
  top : 5px;
}

.contextimg {
  width : 200px;
  height : 150px;
  position : absolute;
  left : 650px;
  top : 5px;
}

/*menu stuff*/
.menu {
  background-color : #EEEEEE;
  border-width: 0px;
  width : 800px;
  height : 20px;
  position : absolute;
  left : 50px;
  top : 155px;
}

a.menutopic{
background-color:#AAAAAA;
display: block;
width: 190px;
height:22px;
text-align: center;
text-decoration: none;
font-size: 12px;
color: #555555;
border: none;
padding: 0px ;
border: 0px;

}

a#menu1:hover {
background-color : #C0FFC0 ;
}

a#menu2:hover {
background-color : #FFC0FF ;
}

a#menu3:hover {
background-color : #C0FFFF ;
}

a#menu4:hover {
background-color : #C0C0FF ;
}

 
#layer1 {
	width: 200px;
	height: 100px;
	background-color: #ffffff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	position :absolute;
	left :650px;
	top : 20px;
	z-Index: 30;
	visibility: hidden;
	}

 
#layer2 {
	width: 200px;
	height: 100px;
	background-color: #ffffff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	position :absolute;
	left :650px;
	top : 20px;
	z-Index: 30;
	visibility: hidden;
	}

 
#layer3 {
	width: 200px;
	height: 100px;
	background-color: #ffffff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	position :absolute;
	left :650px;
	top : 20px;
	z-Index: 30;
	visibility: hidden;
	}

 #layer4 {
	width: 200px;
	height: 100px;
	background-color: #ffffff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	position :absolute;
	left :650px;
	top : 20px;
	z-Index: 30;
	visibility: hidden;
	}

/*mainpage stuff*/

.main{
background-color: #ffffff;
width: 750px;
position : absolute;
top: 200px;
left: 50px;
padding: 20px 20px 20px 20px;
border-style: solid;
border-color:#EEEEEE;
border-top-width: 1px;
border-bottom-width; 1px;
}

.copyright{
background-color: #ffffff;
width: 600px;
position: relative;
bottom: 0px;
left: 65px;
padding: 55px 5px 5px 5px;
border-style: none;
border-top-width: 5px;
border-bottom-width; 1px;
text-align:center;
font-size:10px;
}


