/*
 *	Stylesheet for harboside website
 *
 *	author: Justin James
 *
 */
body 
{
	color: #00248F;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, sans-serif; 
	line-height: 22px;
	background-color: #BFCFFF;
	text-align: left;
	margin: 0;
}

#header 
{
	background-color: #809fff;
	text-align: center;
	visibility: visible;
	position: relative;
	height: 135px;
}

#navbar 
{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #00248F;
	text-align: center;
	letter-spacing: 6px;
	margin-bottom: 15px;
	height: 16px;
}

#logo 
{
	margin: 0 10px 10px 18%;
	height: 75px;
	font-size: 48px;
	color: #00248F;
}

a 
{
	color: #fff;
	text-decoration: none;
}

a:visited 
{
	color: #fff;
	text-decoration: none;
}

a:hover 
{
	color: #BFCFFF;
	text-decoration: none;
}

.leftcol 
{
	text-align: right;
	width: 20%;
	float: left;
}

.menuitem 
{
	color: #03C;
	margin-top: 20px;
	margin-left: 20px;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 1px dotted #0033CC;
	border-left: 0 none;
}

.menuitem a:link 
{
	color: #03C;
	text-decoration: none;
}

.menuitem a:visited 
{
	color: #03c;
	text-decoration: none;
}

.menuitem a:hover 
{
	color: #00248F;
	text-decoration: none;
}

.leftcol 
{
	text-align: right;
	width: 20%;
	float: left;
}

.midcol 
{
	padding-left: 36px;
	width: 50%;
	float: left;
}

.midcol a:link 
{
	color: #03C;
	text-decoration: none;
}

.midcol a:visited 
{
	color: #03c;
	text-decoration: none;
}

.midcol a:hover 
{
	color: #00248F;
	text-decoration: none;
}

.rightcol 
{
	font-size: 10px;
	font-style: italic;
	line-height: 20px;
	padding-left: 3%;
	width: 15%;
	float: left;
}

#footer 
{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #00248F;
	text-align: center;
	letter-spacing: 6px;
	height: 16px;
	clear: left;
}


H1 
{
	color: #00248F;
	font-size: 1.5em
}
