HTML {
	text-align:left;
	font-family:"Verdana";
	font-size:12px;
}
BODY {
	background-color:#5d92a5;
	background-image:url('bg.png');
	background-repeat:repeat-x;

}
#menu A {
	color: #3d90db;
	font-size:16px;
	font-family:"Verdana";

}
#content IMG {
    border:none;
}

#top {
	height: 270px;
}

#content .actual {
	padding:20px 50px 5px;
}

#menu {
	margin-left:50px;
	margin-top:-44px;
	padding:0;
	position:absolute;
}

.first {
	border-left: 2px #3d90db dotted;/**/
}
P {
	color:#333333;
	font-family:Verdana;
}
H1 {
	font-family: "Georgia";
	color: #0088c8;
	font-size:30px;
	font-weight:normal;
	line-height:30px;
}

H2 {
	font-family: "Georgia";
	color: #2f778f;
	font-size:18px;
	font-weight:normal;
	line-height:8px;
}
H3{
	font-family: "Georgia";
	color: #0088c8;
	font-size:14px;
	font-weight:normal;
	
}
A {
	color: #0088c8;
}

.index H3 {
	font-family:verdana;
	font-size:15px;
	color:white;
	padding: 10px;
	background:#0088c8;
	width:420px;
}

.popupmenu DIV {
	background-color: #94c62e;
	margin-top: 27px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #809551;
	text-decoration: underline;
}
.shade {
	margin-top: 27px;
	margin-left:-1px;
}
