body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: verdanna, arial, sans-serif;
  font-size: .9em;
  color: #333;
}

#page {
    width: 760px;
    margin: auto;
}

#doccontainer {
    text-align: left;
}

#navbar a {
    color: #000000;
    text-decoration: none;
    font-family: Lucida Sans;
    font-weight: bold;
    font-size: 0.8em;
}

#navbar a:hover {
    text-decoration: underline;
}


#navbar {
    text-align: right;
    margin: 0;
    padding: 5px;
}

#logo {
    clear: both;
    width: 746px;
    height: 96px;
    background: url(../images/logo.gif) top right no-repeat;
}

#footer p {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}

#footer {
    clear: both;
    text-align: right;
    background: url(../images/bottom_logo.jpg);
    color: #ffffff;
    padding: 4px 5px 10px 0;
}

#content_background1 {
    background: url(../images/trees.jpg) bottom left no-repeat;
}

.left { float: left;}

#content {
    padding: 18px;
    margin-left: 270px;
    background: url(../images/table_plan.gif) top right no-repeat;
}

h1 {
   padding-top: 0;
   margin-top: 0;
   font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
   font-size: 2em;
}

h2 {
   font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
   font-size: 1.5em;
   position:relative;
}

p{
	margin:0;
	padding:4px 7px;
	position:relative;
}

a { 
   color: #2B5B7B;
}
a:hover { 
   text-decoration: none;
}

a.footerlink 
{
	color:#ffffff;
	text-decoration:none;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

#port {
	text-align:center;
	padding-top: 20px;
}

#port a img {
	border:1px solid #666;
	padding:2px;
	float:left;
	margin: 0 20px 10px 0;
	height:104px;
	width:104px;
}


address{
	padding:4px 10px;
}

.l {
	float:left;
	display:block;
	width:100px;
	height:20px;
}

.r {
	float:right;
	display:block;
	width:100px;
	height:20px;
	text-align:right;
}

.picdis {
	padding:12px 0;
	text-align:center;
}
.picdis img {
	border: 1px solid #333;
	margin-right: 20px
}

strong {
	font-weight: normal;
	color: #000
}
.cs{
	height:2em;
	text-align:right;
	clear:both;
	margin-top:10px;
}

.csl {
	float:left;
	height:2em;
	width:6em;
}

.csc {
	text-align:center;
	padding:10px 0;
	margin-bottom:10px
}

.csc img {
	border:1px solid #333;
}