<!-- 
body { background-color: #E6A484; font-family: verdana, arial; font-size: 12px; color: #000; margin-top:40px; }
div#pageContainer { width: 677px; position: absolute; left: 150px; }
div#pageImage { float: left; position: relative; left: 110px; top: 0px; z-index: 10; }
div#pageLogo { float: left; position: relative; left: 118px; top: 70px; z-index: 11; overflow: hidden; }
div#pageTop { width: 677px; background: #E6A484 url('../img/pageTop.gif') no-repeat; height: 15px; }
div#pageHeader { width: 677px; background: #fff; text-align: center; padding-top: 60px; }
div#pageContent { width: 627px; background: #fff; padding: 60px 25px 25px 25px !important; padding: 70px 25px 25px 25px; display: block; }
	div#pageContent H1 { font-size: 15px; font-weight: bold; font-style: italic; }
	div#pageContent div.divider { background: url('../img/divider.gif') no-repeat; width: 627px; height: 10px; margin-top: 10px; display: block; }
div#pageBottom { width: 677px; background: #E6A484 url('../img/pageBottom.gif') no-repeat; height: 9px; }
div#pageFooter { width: 677px; font-size: 10px; color: #fff; text-align: center; line-height: 22px; }
div#pageFooter a,
	div#pageFooter a:link,
	div#pageFooter a:active,
	div#pageFooter a:visited { color: #fff; text-decoration:none; }
div#pageFooter a:hover { text-decoration: underline; }

/* Menu css */
dl, dt, dd, ul, li {
margin: 0px;
padding: 0px;
list-style-type: none;
}
ul {
margin-top: -2px;
}
div#menu {
position: absolute;
top: 180px;
left: 25px;
z-index:100;
/*width: 100%;  precision for Opera */
margin: 0px auto;
}
#menu dl {
float: left;
}
#menu dt {
cursor: pointer;
margin: 0px;
}
#menu dd {
display: none;
width: 135px;
margin-left: 10px !important;
margin-left: 0px;
}
#menu li {
background: #E6A484;
width: 135px;
text-align:center;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
text-decoration: none;
}
#menu li a:hover {
text-decoration: underline;
}
-->
