body {
	background:#2765AF url('../images/body_bg.jpg') repeat-x 0 0;
	color:#000000;
	margin:20px 0;
	padding:0;
	font-family:Tahoma,Trebuchet MS,verdana,arial;
	font-size:90%;
}

p {
	margin:0;
	padding:0 0 15px 0;
}
ul {
	margin:0 0 15px 0;
}

a {
	color:#225799;
	text-decoration:underline;
}
a:hover {
	color:#225799;
	text-decoration:none;
}

a img {border:0;}
.clear {clear:both;}
.hr {
  border-bottom:1px solid #2765AF;
  margin:10px 0 20px 0;
  clear:both;
}

#container {
	margin:0px auto;
	text-align:center;
	width:760px;
}
#holder {
	width:100%;
	padding:20px 20px 5px 20px;
	background:#FFFFFF;
	text-align:left;
}
#logo {
/*
	background:url('../images/globe.jpg') no-repeat top right;
*/
	border-bottom:1px solid #CCCCCC;
	padding:5px 30px 10px 0px;
}
#toplinks {
	position:absolute;
	margin-left:500px;
	width:260px;
	text-align:right;
}
#nav {
	padding:10px 0;
}

#top-banner {
	position:absolute;
	margin-left:270px;
}

#header {height:200px;}
.sunset {background:#fff url('../images/sunset.jpg') no-repeat 0 0;}
.waves {background:#fff url('../images/waves.jpg') no-repeat 0 0;}
.lighthouse {background:#fff url('../images/lighthouse.jpg') no-repeat 0 0;}

#content {
	float:left;
	width:490px;
	padding:20px 10px 0 0;
	line-height:160%;
	text-align:justify;
}

#column {
	float:right;
	width:250px;
	padding:20px 0 0 0;
	line-height:140%;
}
.columnItem {
	padding:20px 20px 5px 20px;
	background:#BBCDEE;
	border:0px solid #CCCCCC;
	font-size:90%;
	margin-bottom:20px;
}
#footer {
	clear:both;
	width:100%;
	font-size:80%;
	background:#fff;
	padding:10px 20px 10px 20px;
	text-align:left;
	margin-top:10px;
}
#footer #right {
	float:right;
}

.columnItem h1 {
	color:#225799;
	margin:0 0 10px 0;
	padding:0;
	font-size:130%;
	font-weight:normal;
}

#content h1, #content h2 {
	color:#225799;
	margin:0;
	padding:0 0 20px 0;
	font-weight:normal;
	line-height:100%;
}
#content h1 {
	font-size:170%;
}
#content h2 {
	font-size:130%;
}

h1.hidden {
	text-indent: -5000px;
}


#logo h1 {
	position:absolute;
/*
	font-weight:normal;
	font-size:220%;
	margin:0 0 0 60px;
	padding:0;
	color:#225799;
*/
}

#nav ul, #nav li {
	margin:0;
	padding:0;
}
#nav li {
	list-style:none;
	display:inline;
	text-transform:uppercase;
}
#nav a {
	color:#225799;
	padding:0 20px 0 0;
	text-decoration:none;
}
#nav a:hover {color:#000;}

