body {
    background-color: #ffff99;
}

div.main-box {
    position: absolute;
	left: 50%;
	top: 5%;
	z-index: 1;
    width: 900px;
	height: auto;
    background-color: #ffff99;
    margin-left: -450px;
    height: auto;
    padding: 5px;
}

div.title-box-logo {
    z-index: 5;
    float: left;
    width: 870px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 300px;
    background-color: #ffff99;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:9pt;

}

div.main_l {
    z-index: 5;
    float: left;
    width: 250px;
    height: 110px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ffff99;
}

div.main_r {
    z-index: 5;
    float: right;
    width: 575px;
    height: 75px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 5px;
    background-color: #ffff99;
}

div.footer {
    z-index: 5;
    float: left;
    width: 570px;
    background-color: #004000;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align:center;
    font-size: 8pt;
    color: #ffff99;
}

p {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 10pt;
    text-align: justify;
	line-height: 140%;
	padding-left: 5px;
    color: #320000;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 11pt;
    text-align: center;
    text-decoration: underline;
    color: #320000;
}

h2 {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 10pt;
	font-weight:100;
    text-align: left;
	padding: 2px;
    text-decoration: none;
	line-height:100%;
    color: #320000;
}

ul {
    list-style-type:none;
    padding:0px;
    margin:0px;
}

li {
    background-image:url(images/bullet_go.png);
    background-repeat:no-repeat;
    background-position:135px 3px;
	border-top: 1px #ffff99 solid; 
    padding-left:5px;
	font-size: 8pt;
}

.listlast {
 	border-bottom: 15px #ffffcc solid; 
}

a:link {color: #ffff99; text-decoration: none; }
a:active {color: #ffff99; text-decoration: none; }
a:visited {color: #ffff99; text-decoration: none; }
a:hover {color: #ffff99; text-decoration: underline; }

</style>
