#navcontainer {
	margin: 0px 0px 0px 0px; 
	border-bottom: 1px solid #000;		
	padding: 0px 0px 6px 0px; 
	font-family: arial, helvetica, sans-serif;
	text-align: right;
}

#navcontainer:after {
	content: "."; 
	display: block; 
	line-height: 1px; 
	font-size: 1px;
	color: transparent; 
	clear: both; 
}

ul#navlist {
	list-style: none; 
	padding: 0; 
	margin: 0px; 
	background-color: #000;
	font-size: 12px;
}

ul#navlist li {
	text-align: left;
	float: left; 
	height: 45px; 
	margin: 0px 0px 0px 0px; 
	border-left: 1px solid #CCC;
	padding: 0; 
	background-color: #000;
}

ul#navlist li { width: 105px; voice-family: "\"}\""; voice-family:inherit; width: 104px;} 
html>body ul#navlist li { width: 104px; } 

ul#navlist li a {
	display: block; 
	padding: 7px 5px 25px 7px; 
	/*color: #CCC; */
	color: #E8EBCC;
	font-size: 11px;
	text-decoration: none;
	height: 1%;
	text-shadow: 0 0 0 #000;
}

#navcontainer>ul#navlist li a { width: auto; height: auto; } 

ul#navlist li a:hover {
	color: #FFF;
	background-color: #8CBEC2;
}
		
ul#navlist li#current	{
	border-left: none;
	background-color: #ABCCCF;
}


ul#navlist li#empty	{
	width: 200px;
}

		
/* page styles */

html, body {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
 	line-height: 13px;
 	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 10px 10px 20px 10px;
  text-align:center;
}


/* general type styles */

a	{
	color: #000;
	font-weight:bold;
	text-decoration: none;
	background-color: transparent;
}

a:link	{
	color: #000;
	text-decoration: none;
	background-color: transparent;
} 

a:visited	{
	color: #000;
	text-decoration: none;
	background-color: transparent;
} 

a:active	{ 
	color: #8CBEC2;  
	text-decoration:underline;
	background-color: transparent;
} 

a:hover		{ 
	color: #8CBEC2; 
	text-decoration:underline; 
	background-color: transparent;
}
		
h1	{
	font-family: helvetica, arial, sans-serif;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h2	{
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	line-height: 16px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
}

p	{
	padding: 0px 0px 10px 0px;
}

#currentPage {
	width: 830px;
	margin:0px auto;
	padding: 0px;
  text-align:left;
}
	
/* header styles */
	
#header	{
	padding: 10px 0px 10px 0px;
	border-top: 4px solid #000;
	margin: 0px 0px 0px 0px;
	width: 830px;
	height: 376px;
	background-image: url(PalmTrees.jpg);
	background-repeat: no-repeat;
}

#header	h1	{
	float: left;
	width: 825px;
	padding-left: 5px;
	font-size: 300%;
	line-height: 100%;
	font-family: Georgia;
	font-weight: bold;
	text-transform: uppercase;
}



/* post styles */
	
#posts	{
	float: left;
	padding-top: 0px;
	width: 830px;
	background-color: transparent;
}

.day	{
	margin: 0px;
	border-top: 1px solid #000;
	padding: 0px;
}
		
.date	{
	float: left;
	width: 95px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 5px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #666;
}

#posts	h2	{
	margin: -1px 0px 0px 105px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #D9D9D9;
	padding: 6px 0px 7px 5px;
	color: #295C5E;
}
	
.time-remarks	{
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px 0px 6px 5px;
	line-height: 19px;
}

.double-width	{
	float: left;
	width: 150px;
	margin: 0px;
	margin-right: 25px;
	padding: 0px 0px 6px 5px;
	font-size: 12px;
	line-height: 19px;
	text-align: right;
}

.post-lead {
	margin: 6px 0 0 105px;
	padding: 0;
}

.post-lead	p	{
	margin: 0px 0px 0px 110px;
	padding: 0px 10px 7px 0px;
	font-size: 12px;
	line-height: 19px;
}

.post-lead p.expanded {
	margin: 0px;
}

.post-lead a {
	color: #8CBEC2;
}

.clear	{
	clear: both;
	margin: 0px 0px 0px 110px;
}


/* footer */
		
#footer	{
	margin: -1px 0px 0px 0px;
	border-top: 1px solid #000;
	padding: 0px 0px 20px 5px;
}

#footer	p	{
	width: 630px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	font-size: 10px;
	line-height: 12px;
}

#posts	.post-lead	{
	border-bottom: 0;
	padding: 0px 0px 10px 0px;
}