
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
font-family: Arial, Verdana, sans-serif;
font-size: 13px;
color: #0d3d65;
}

h1, h2 {
	color: #0d3d65;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: bold;
	}

h3 {
	color: #0d3d65;
	font-size:18px;
	line-height: 0.9em;
	font-weight: bold;
	}
	
h4 {
	color: #6b8ca7;
	font-size: 16px;
	font-weight: normal;
	line-height: 11px;
	}
	
h5 {
	color: #193164;
	font-size:15px;
	font-weight: normal;
	font-style: italic;
	}
	
h6 {
	color: #454545;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
	}	

h7 {
	color: #ffffff;
	font-size:13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0em;
	}
	
p
{
	line-height: 1.4em;
}

a {text-decoration: underline;}
a img {border: none;}
a:link, a:visited {color: #0d3d65;}
html body a:hover {color: #0d3d65;}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #0d3d65;
color: white;
}

#address {
font-size: 11px;
line-height: 15px;
margin: 20px 0px 10px 15px;
}

#address a:link, a:visited, a:hover {
color: #98b4cb;
text-decoration: underline; 
}

#address a:hover {
color: #fff;
text-decoration: underline; 
}

#maincontent{
position: fixed;
top: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

.left {
  float: left;
  margin: 5px;
  }
  
.right {
  float: right;
  margin: 5px;
  }  

.photo {
margin: 5px;
border: 10px #6b8ca7 solid;
}

.photo_right {
float: right;
margin: 5px 0px 10px 16px;
border: 10px #6b8ca7 solid;
}

div.container {
  }

div.float {
  float: left;
  }
  
div.float p {
   width: 180px;
   text-align: left;
   margin: 0px 0px 0px 15px;
   padding: 0;
   }
   
div.spacer {
  clear: both;
  }   

.innertube{
width: 620px;
margin: 8px 0px 10px 28px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#header  {
	width: 552px;
	height: 150px;
	margin: 0;
	background: #fff url("img/header.gif") top center no-repeat;
}

#header h1 {
	width: 552px; height: 150px; margin: 0px; padding: 0px; text-indent: -10000px; font-size: 9px;
}
#header h1 a {
	width: 552px; height: 150px; margin: 0px; padding: 0px; display: block; text-decoration: none; 
}

#footer {
	width: 70%;
	height: 30px;
	background-color: #fff;
	}
