﻿body  {
	color: #6b6e71;
	font-family: "Helvetica", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center;
	height:100%;
	}
	
p {margin: 0 0 1em; padding: 0;}

h1 {
	font-size:12px;
	color:0099cc;
	font-weight:bold;
	margin: 0 0 .5em;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcbebf;
	display:none;
}
	
#container {
	width: 936px;
	margin-top: 38px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	height:100%;
	background-color: #FFFFFF;
	background-image: url(../images/containerBG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
} 

#header {
	padding: 0 10px;
	height: 70px;
	background-color: transparent;
	background-image: url(../images/mangroveHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	} 

#left {
	float: left;
	width: 400px;
	background: #ffffff;
	/*
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6b6e71;
	*/
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	/* ADDED MARGIN LEFT */
	margin-left:5px;
	margin-right:12px;
	border-right:solid;
	border-right-width: 1px;
	border-right-color: #bcbebf;
}
#left h2 {
	font-size:12px;
	color:#0099cc;
	font-weight:bold;
	margin: 0 0 .5em;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcbebf;
}

#left form {
text-align:right;
}
input
{
	margin-left: 5px;
}


#adContent {
position:absolute;
left:675px;
top:540px;
width:400px;
}

#adContent h2{
font-size:12px;
	color:#0099cc;
	font-weight:bold;
	margin: 0 0 .5em;
	padding: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #bcbebf;
}

#mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 470px;
	padding-right:5px;
	padding-top: 15px;
	/*
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #6b6e71;
	height:100%;
	*/
	}
#mainContent h2 {
	font-size:12px;
	color:#0099cc;
	font-weight:bold;
	margin: 0 0 .5em;
	padding: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #bcbebf;
}

#mainContent form {
text-align:left;
}

.img {margin-right:1px;
border:solid;
border-width:1px;
border-color:#c1c2c3;
}

#footer {
	background-color: #ffffff;
	background-image: url(../images/mangroveFooter.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 28px;
	padding-right: 10px;
	padding-bottom: 38px;
	padding-left: 10px;
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.bad_message {
    background:#FFDFDF url('../images/bad.jpg') no-repeat scroll 10px 9px;
    border-color:#AF4141;
    color:#333333;
    border:2px solid;
    margin:15px;
    text-align:center;
}

div.clear {
    clear:both;
    height:1px;
	overflow: hidden;
}

div.ok_message {
    background:#CFFFDB url('../images/ok.jpg') no-repeat scroll 10px 3px;
    border:2px solid;
    height:25px;
    line-height:25px;
    margin:0 auto 10px auto;
    text-align:center;
    width:180px;
}
div.ok_message span { margin-left: 25px }