body {
text-align:center;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.frame {
width:778px;
margin:0px auto 0px auto;
text-align:left;
}
.inner {
width:778px;
position:absolute;
}
.head {
position:absolute;
top:0px;
left:0px;
width:778px;
height:189px;
background-image:url(images/head.jpg);
}
.cont {
width:auto;
margin:189px 0px 0px 0px;
padding:10px 20px 20px 20px;
background-image:url(images/content.jpg);
background-repeat:repeat-y;
text-align:justify;
}
.foot {
margin:0px 0px 10px 0px;
width:auto;
padding:5px 20px 5px 20px;
background-image:url(images/foot.jpg);
background-repeat:repeat-y;
min-height:27px;
text-align:center;
color:#FFFFFF;
}
.foot a {
color:#FFFFFF;
text-decoration:none;
}
.foot a:hover {
text-decoration:underline;
}
.top {
position:absolute;
top:161px;
height:15px;
width:684px;
left:42px;
z-index:2;
text-align:center;
padding:6px 5px 5px 5px;
font-size:11px;
}
.top a {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
margin:0px 5px 0px 5px;
}
.top a:hover {
color:#bd2025;
}
h1 {
font-size:16px;
color:#015253;
}
h2 {
font-size:14px;
color:#015253;
}
h3 {
font-size:14px;
color:#015253;
}
h4 {
font-size:14px;
color:#bd2025;
}




ul#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
z-index:2;
}

#nav li { /* all list items */
	float: left;
	margin-right:0px;
	height:20px;
	position: relative;
z-index:2;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 18px;
	left: -35px;
	background-color:#34BC4E;
	width:135px;
	background-image:url(images/menu.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
	}
#nav li ul a { /* second-level lists */
display:block;
	padding:3px;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}
.quote {
margin:10px 10px 10px 10px;
border:1px solid #000000;
font-weight:bold;
font-style:italic;
width:420px;
padding:10px 10px 10px 10px;
background-color:#dbeedf;
}
.style3 {font-size: 14px}