﻿

/* general styles */

html{
	margin:0px;
	padding:0px;
}

body {
color:black;
font-family:Arial,helvetica,sans-serif;
font-size: 11px;
line-height: 1.8 em;
background:#124767;
margin:0px;
padding:0px;
}

a {
color: #6e86a8;
}

a:hover {
color: #bca47c;
}

a:visited {
color: #719bab;
}

a:visited:hover {
color: #bc987c;
}

h1{
font-family:Arial,helvetica,sans-serif;
font-size: 1.7em;
color: #005595;
margin: 15px 0 15px 0;
padding-left: 0px; 
text-align:center;

}


/* layout styles */

#container {
width: 800px;
height:800px;
margin: 0px auto !important;
background:white;
position:relative;
padding: 0px;
}

#banner {
height: 134px;
background:transparent url(images/website07.png)  no-repeat top left;
width:825px;
margin:0px auto;
padding:0px;
position:relative;
top:0px;
left:0px;
}

#banner h1 {
background: none;
visibility:hidden;
margin:0px;
}

#content {
	width: 700px;
	min-height: 100%;
	float: right;
	font-size: 1.1em;
	line-height: 1.4em;

	background:transparent;
	padding: 20px 50px 15px 0px;
	overflow: auto;
	position: relative;
	z-index:1;
}


* html #content {
margin-left: -10px;
}


