@media screen {
	
body {
	background-image : url(images/logo.gif);
	background-position : left top;
	background-repeat : no-repeat;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
	color : #202020;
}

a:link {
	font-family : Verdana, Geneva;
	font-size : 90%;
	font-weight : bold;
	text-decoration : none;
	color : #027A65;
	border-bottom : 1px solid #B9B9B9;
}

a:visited {
	font-family : Verdana, Geneva;
	font-size : 90%;
	font-weight : bold;
	text-decoration : none;
	color : #027A65;
	border-bottom : 1px solid  #B9B9B9;
	
}
	
a:hover {
	font-family : Verdana, Geneva;
	font-size : 90%;
	font-weight : bold;
	text-decoration : none;
	color : #404040;
	border-bottom : 1px solid #027A65;
	
}

.nav {
	margin : 12px 0px 12px 5px;
	padding : 5px;
}

.nav a:link {
	font : bold 80% Verdana, Geneva;
	border : 2px solid #000000;
	padding : 5px;
	text-decoration : none;
	color: #000000;
	width: 165px;
	display : block;
	}

.nav a:Visited {
	font : bold 80% Verdana, Geneva;
	border : 2px solid #000000;
	padding : 5px;
	text-decoration : none;
	color: #000000;
	width: 165px;
	display : block;
}

.nav a:hover {
	font : bold 80% Verdana, Geneva;
	border : 2px solid #000000;
	padding : 5px;
	text-decoration : none;
	background-color : #027A65;
	color: #FFFFFF;
	width: 165px;
	display : block;
}

h1 {
	color : #027A65;
	font-stretch : expanded;
	font-variant : small-caps;
	letter-spacing : 2px;
	font-size : 110%;
}

#content {
	padding-left : 5px;
	padding-right : 10px;
	margin-left : 5px;
	margin-right : 10px;
}

#menu {
	margin-left : 5px;
	padding-left : 5px;
}

.hy {
	background-color : #FFFF40;
}

#content {
	position:absolute; width:570px; height:388px; z-index:2; left: 4px; top: 142px;
}

#menu{
	position:absolute; width:190px; height:390px; z-index:1; left: 570px; top: 130px;
}

}