   div {
    padding: 0px;
    margin: 0px;
   }
   body {
    margin: 0px 20px 0px 20px; 
    background-color: #F3F3F3;
    font-family: sans-serif;
    font-size: 10pt;
   }
   h3 {
    font-size: 10pt;
    margin-top: 22px;
    margin-bottom: 3px;
   }
   h2 {
    font-size: 12pt;
    margin-top: 8px;
    margin-bottom: 4px;
   }
   h1 {
    font-size: 14pt;
    margin-top: 8px;
    margin-bottom: 4px;
   }
   h1, h2, h3 {
    color: #339955;
   }
   #captureArea {
    background-image: url(/images/bg.jpg);
    background-repeat: repeat-y;
    width: 850px;
    min-height: 600px;
    margin: 0px auto -1px auto;
    padding-top: 5px; 
   }
   #headerImage {
    background-image: url(/images/perl.jpg);
    background-repeat: no-repeat;
    width: 800px;
    height: 200px;
    margin: 0px auto -1px auto; 
   }
   #bodyHeaderImage {
    background-image: url(/images/top.jpg);
    background-repeat: no-repeat;
    width: 800px;
    height: 18px;
    margin: 0px auto -1px auto; 
   }
   #bodyMiddleImage {
    background-image: url(/images/middle.jpg);
    background-repeat: repeat-y;
    width: 800px;
    margin: 0px auto -1px auto;
   }
   #bodyFooterImage {
    background-image: url(/images/bottom.jpg);
    background-repeat: no-repeat;
    width: 800px;
    height: 17px;
    margin: 0px auto -1px auto; 
   }
   #footerImage {
    background-image: url(/images/footer.jpg);
    background-repeat: no-repeat;
    background-color: #ffffff;
    width: 800px;
    height: 45px;
    margin: 0px auto -1px auto; 
   }
   #mainContent {
    float: right;
    width: 545px;
    margin-right: 35px;
    margin-top: 0px;
   }
   .clear {
    clear: both;
    line-height: 0px;
   }
   .pre {
    font-family: helvetica;
   }
/*  ------ MENU ------ */
#menu {
	float: left;
	padding: 2px 2px 2px 2px;
	width: 180px;
        padding-left: 20px;
        padding-top: 3px;
	font-weight: bold;
        color: #444444;
}
#menu h2 {
        margin-top: 0px;
        margin-bottom: 3px;
}
#menu a {
	text-decoration: none;
        color: #444444;
}
#menu a:hover {
        color: #339955;
}
#menu ul {
	margin-top: 2px;
	list-style-type: none;
	padding: 5px 5px 5px 5px;
	margin: 0;
}
#menu ul.main {
	font-size: 14px;
	color: #444444;
}
#menu ul.main a {
	font-weight: bold;
	margin-left: -6px;
	padding-left: 3px;
	border-left: 2px solid transparent;
}
#menu ul.main a:hover {
	border-left: 2px solid #777;
}
#menu ul.sub {
	display: none;
	font-size: 12px;
	font-weight: normal;
}
#menu ul.sub a {
	font-weight: normal;
	margin-left: 0px;
	padding-left: 0px;
	border-left: 0px solid transparent;
}
#menu ul.sub a:hover {
	font-weight: normal;
	border-left: 0px solid transparent;
}
#menu ul.sub2 {
	display: none;
	font-size: 10px;
}
#menu ul.sub2 a {
	font-weight: normal;
}
#menu ul.main ul.sub {
	padding-left: 20px;
	list-style-type: disc;
}
#menu ul.main ul.sub2 {
	padding-top: 2px;
	padding-left: 10px;
	list-style-type: disc;
	color: #DDDDDD;
}
