HTML {
	text-align:justify;
	font-family:"Arial";
	font-size:12px;
}
BODY {
	background-color:#d5eaf6;
	background-image:url('bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
}
#menu A {
	color: black;
	font-weight: bold;
	font-size:16px;
	font-family:"arial";

}
.first {
	border-left: 1px black dotted;/**/
}
P, ul {
	color: #555555;
	line-height: 18px;
	font-size: 12px;
}

P { margin: 0px; }

H1 {
	color: #98C436;
	font-size: 28px;
	margin: 12px 0;
}
H2 {
	color: #666;
	font-size: 18px;
	margin: 15px 0 5px 0;
}

H3 {
	color: #666;
	font-size: 15px;
}

A {
	color: #68B3DB;
}

#top{
height:202px;
}


#menu {
	margin-top: -114px;
	padding-left: 39px;
	padding-right: 50px;
}


.popupmenu DIV {
	background-color: #9ed119;
	margin-top: 27px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #7faa0f;
	text-decoration: underline;
}
.shade {
	margin-top: 27px;
	margin-left:-1px;
}

