body {
	background-color: #CDE9FE;
	font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
	line-height: 1;
}
.style1 {
	color: #000000;
	font-family: "Palatino Linotype";
	font-size: 22px;
}
.inbody{
    color: #18284E;
    font-size: 18px;
}
.inbody a:link,a:visited {
    text-decoration: none;
    color: #537AD7;
}
.inbody  a:hover {
    color: #537AD7; 
}

.style2 {
    color: #18284E;
    font-size: 18px;
}
.style2 ul li ul li a:link, ul li ul li a:visited {
    text-decoration: none;
    color: black;
    font-size: 14px;
}
.style2 ul li ul li a:hover { 
    color: #537AD7; 
    font-size: 14px;
}
.style2 a:link,a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
.style2  a:hover {
    color: #537AD7; 
}

.style3 {
	color: #18284E;
	font-size: 12px;
}
.style3 a:link, .style3 a:visited {
	text-decoration: none;
	color: #18284E;
}
.style3 a:hover { 
	color: #537AD7; 
}
.style4 {
	color: #18284E;
	font-size: 12px;
}
ul li ul li a:link, ul li ul li a:visited {
	text-decoration: none;
	color: #18284E;
	font-size: 14px;
}
ul li ul li a:hover { 
	color: #537AD7; 
	font-size: 14px;
}


#nav, #nav ul { /* all lists */
	list-style: none;
	padding: 0px 0px 10px 10px;
	margin: 0;
	line-height: 1;
}

#nav a {
	display: block;
	width: 6em;
}

#nav li { /* all list items */
	float: left;
	width: 6em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #CDE9FE;
	padding: 10px 0px 10px 10px;
	width: 11em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
