body, #content {
background-color: #FFFFFF;
color: #000000;
font-family: arial, verdana, helvetica, sans-serif;
margin: 0; padding: 0;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
}

#contentMain {
background-color: #FFFFE1;
padding: 20px;
text-align: justify;
margin: 10px 50px 50px 50px;
border: 1px solid #462300;
}

p { line-height: 20px; margin-bottom: 20px; }
.center { text-align: center; }
.italic { font-style: italic; }
.clear { clear: both; margin-bottom: 20px; }
.strong { font-weight: bold; color:#462300; }

div.separator { width:100%; border-bottom: 1px dotted #462300; height:1px; margin: 30px 0; }
.float1 { float: right; margin: 0px 20px 5px 5px; } /** RIGHT ALIGN **/
.float2 { float: left; margin: 0px 5px 5px 0px; } /** LEFT ALIGN **/


h2 {
font-size: 16px;
font-weight: bold;
text-transform:uppercase;
text-align:center;
margin: 40px -2px 0 -2px;
background-color: #DEB001;
border: 1px solid #462300;
color: #462300;
padding: 5px;
}

.highlightBox {
background-color: #FFF6BF;
text-align: center; width: 50%;
line-height: 30px; padding: 10px;
border: 1px solid #000000;
margin-left: auto;
margin-right: auto;
}

.info {
background: #FFF6BF url('../img/information.png') center no-repeat;
background-position: 15px 50%; /* x-pos y-pos */
text-align: left; width: 50%;
padding: 5px 5px 5px 50px;
border: 2px solid #FFD324;
}

/* HOSTED BAR =================================================================================== */
#hosted_bar {
margin: 0;
padding: 5px;
text-align: left;
font-size: 10px;
color: #FFFFFF;
background: #003399;
border-top: 2px solid #FF9900;
}

#hosted_bar a:link, #hosted_bar a:visited {color: #FFFFFF !important; text-decoration: none;}
#hosted_bar a:hover {text-decoration: underline;}
#hosted_bar a:active {color: #FFFF99;}