HTML {
	text-align:justify;
	font-family:"Arial";
	font-size:12px;
}
BODY {
	background-color:#e5e6f8;
	background-image:url('bg.png');
	background-repeat:repeat-x;
	background-position:top;
}
#menu A {
	color: white;
	font-weight: bold;
	font-size:15px;
	font-family:"Arial";
	padding-left: 5px;
		padding-right: 5px;

}
#content .actual {
	padding: 30px 50px 30px;
}
#top {
	height: 275px;
}

.first {
	border-left: 2px white dotted;
	margin-left: 2px;
}
P {
	color:#333e52;
	font-family:Arial;
}
H1, H2, H3 {
	color: #66b5d6;
}

#menu {
	margin-left:35px;
	margin-top:-42px;
	padding:0px;
	position:absolute;
}
A {
	color: #1878be;
}
.popupmenu div {
	background-color: #66b5d6;
	margin-top: 27px;
	margin-left: -10px;
	background-position:top;
	}
.popupmenu div a {
	color: white;
	}

.popupmenu div a:hover {
	background-color: #8acce8;
	text-decoration: underline;
	}
.shade {
	margin-top: 27px;
	margin-left:-11px;
}
.index H3 {
	font-family:arial;
	font-size:15px;
	color:white;
	padding: 7px;
	background:#5a83a1;
	}
.bottomimage{
height: 45px;
}

