img {
	border:0;
	margin:0;
	padding:0;
	}
	
body {
	margin:0;
	padding:0;
	background-color:#fff;
	background-image:url('../images/page-bg.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	text-align:left;
	}

img.bg {
	position:absolute;
	z-index:-1;
	top:0px;
	left:595px;
	}
	
#page {
	padding:0;
	margin:0;
	width:975px;
	min-width:975px;
	text-align:left;
	}

#page_top {
	position:
	width:975px;
	height:55px;
	margin:0px 0 0 -1px;
	padding:0px;
	}
	
#left {
	float:left;
	padding:0;
	margin:0;
	width:659px;
	background:#fff url('/images/content-bg.png') repeat-y;
	}

#left_spacer {
	margin-left:8px;
	float:left;
	}
	
#right {
	float:right;
	width:307px;
	padding-top:200px;
	margin:0px;
	}
	
#nav {
	height:47px;
	background:#dfdfdf;
	z-index:2;
	}

#linklist {
	margin-left:20px;
	padding:10px;
	}
	
#content {
	width:627px;
	padding:15px;
	text-align:left;
	border-left:1px #999 solid;
	border-right:1px #999 solid;
	border-bottom:3px #666 solid;
	z-index:1;
	}

#sitemap {
	width:450;
	padding:0 15px 5px 15px;
	margin:25px;
	line-height:1.0em;
	border:1px #ccc solid;
	background:#efefef;
	}

#board_details {
	width:470px;
	height:100%;
	padding:15px;
	text-align:justify;
	overflow: auto;
	}

#donations {
	width:330px;
	padding:15px;
	text-align:center;
	}
	
#paypal img {
	border:0px;
	}

#right_sidebar {
	padding:20px 0 0 15px;
	text-align:justify;
	}

#maps {
	float:right;
	width:200px;
	height:400px;
	padding:0;
	margin:0px 0px 10px 10px;
	}
	
.nav, .nav a, .nav a:link, .nav a:visited   {
	font-family : Helvetica, Arial;
	font-size : 12px;
	line-height:45px;
	text-decoration : none;
	color : #0005bd;
	background-color:#dfdfdf;
	padding:0 8px;
	vertical-align: middle;
	display: block;
	float:left;
	}
	
.nav a:hover {
	background-color: #aaa;
	text-decoration : none;
	}

.nav-on, .nav-on a, .nav-on a:link, .nav-on a:visited {
	font-family : Helvetica, Arial;
	font-size : 12px;
	line-height:45px;
	text-decoration : none;
	color : #0005bd;
	background-color:#aaa;
	padding:0 8px;
	vertical-align: middle;
	display: block;
	float:left;
	}
	
.nav-on a:hover {
	color:#000;
	text-decoration:none;
	}

.nav_small, .nav_small a, .nav_small a:link {
	font-family : Helvetica, Arial;
	font-size : 10px;
	color : #333;
	text-decoration : none;
	}

.nav_small a:visited {
	color:#666;
	text-decoration : none;
	}

.nav_small a:hover {
	color:#000;
	text-decoration : underline;
	}
	
	
.board img, a img {
	padding:3px;
	border:1px #ccc dotted;
	}

.board a:hover img {
	border:1px #0005bd solid;
	background:#c3d6ef;
	}

.programs {
	background:url('../images/bg_h2-orange.png') repeat-x;
	line-height:24px;
	width:100%;
	}

h1 {
	font-family: Georgia, 'Times New Roman', Helvetica, Arial;
	font-size:150%;
	color: #000;
	}
	
h2 {
	font-family: Georgia, 'Times New Roman', Helvetica, Arial;
	font-size:133%;
	color: #000;
	}

h3 {
	font-family: Georgia, 'Times New Roman', Helvetica, Arial;
	font-size:110%;
	color: #666;
	}
	
.main {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	}

.caption {
	font-family: Georgia, Helvetica, Arial;
	color:#333;
	font-weight:bold;
	font-size:83%;
	padding:0px;
	text-align:center;
	}

.large {
	font-family: Georgia, Helvetica, Arial;
	color:#000;
	line-height:1.2em;
	font-size:105%;
	}

.small {
	font-family: Georgia, Helvetica, Arial;
	color:#666;
	line-height:1.1em;
	font-size:80%;
	}

.list {
	font-family: Helvetica, Arial;
	color:#666;
	font-size:67%;
	}

.links {
	font-family: Helvetica, Arial;
	color:#666;
	line-height:1.2em;
	font-size:67%;
	}

.links a, .links a:link {
	color:#999;
	text-decoration:none;
	}
	
.links a:visited {
	color:#aaa;
	text-decoration:none;
	}

.links a:hover { 
	color:#000;
	}
	
	
a {
	text-decoration:underline;
	font-weight:bold;
	color:#282864;
	}

a:link {
	text-decoration:underline;
	color:#003399;
	}

a:visited {
	text-decoration:underline;
	color:#001b51;
	}

a:hover {
	color:#f0a92a;
	}

/* Blog Posts
----------------------------------------------- */

.date-header {
    margin:1.5em 0 .5em;
    font-size:9pt;
    color:#666;
    }

.post {
	margin:.5em 0 1.5em;
	border-bottom:1px dotted #ccc;
	padding-bottom:1.5em;
	font-family: Arial, Helvetica, sans-serif;
    }

.post-title {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size:18px;
	font-weight:bold;
	line-height:1.1em;
	color:#282864;
	font-family: Georgia, "Times New Roman", Times, serif;
  }
  
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#224d72;
  font-weight:bold;
  }
  
.post-title strong, .post-title a:hover {
  color:#000;
  }
  
.post div {
  margin:0 0 .75em;
  line-height:1.1em;
  }
  
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  background:#efefef;
  padding:10px;
  }
  
.post-footer img {
  border:0
  }
  
.post-footer em, .comment-link {
  font:67%/1.1em;
  text-transform:uppercase;
  }
  
.post-footer em {
  font-size:67%;
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
  
.comment-link {
  margin-left:.6em;
  }
  
.post img {
  padding:4px;
  }
  
.post blockquote {
  margin:1em 20px;
  }
  
.post blockquote p {
  margin:.75em 0;
  }

#sidebar {
	color:#999;
	margin-left:20px;
	}
	
#newstable {
	width:975px;
	height:125px;
	padding:15px;
	float: left;
	width: 99%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}

.tablenews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 282864;
    }

#cruisin {
	padding: 5px;
	float: left;
	height: 150px;
	width: 620px;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 2px solid #07a09c;
	background-repeat: no-repeat;
	background-position: left bottom;
}
