﻿body	/* Site Layout */
{
	margin:0px auto 5px auto;
	background: url('Graphics/plumBG.jpg') no-repeat center top;
	display:block;
	background-color:#004E9C;
	}
a:link /* Standard Link */
{ 
     font-family: Garamond,sans-serif;
     color: #005AAF;  
     font-weight: normal; 
     text-decoration: none;
}
a:visited   /* Standard Visited Link */
{ 
     font-family: Garamond,sans-serif;
     color: #005AAF;  
     font-weight: normal; 
     text-decoration: none;
}
a:active  /* Standard Active Link */
{ 
     font-family: Garamond,sans-serif;
     color: #000; 
     font-weight: normal; 
     text-decoration: none;
}
a:hover  /* Standard Hover Link */
{    
     font-family: Garamond,sans-serif;
     color: #000; 
     font-weight: normal; 
     text-decoration: none;
}
a.Nav:link /* Begin Top Sub Banner Navigation */
{ 
     background-color: transparent;
     font-family: Copperplate Gothic Light, sans-serif;
     color: #005AAF; 
     font-size: 0.9em; 
     font-weight: bold; 
     text-decoration: none;
     margin: 0px 10px 0px 10px;
}
a.Nav:visited /* Visited Top Sub Banner Navigation */
{ 
     background-color: transparent;
     font-family: Copperplate Gothic Light, sans-serif;
     color: #005AAF; 
     font-size: 0.9em; 
     font-weight: bold; 
     text-decoration: none;
     margin: 0px 10px 0px 10px;
}
a.Nav:active /* Active Top Sub Banner Navigation */
{ 
     background-color: transparent;
     font-family: Copperplate Gothic Light, sans-serif; 
     color: #000; 
     font-size: 0.9em; 
     font-weight: bold; 
     text-decoration: none;
     margin: 0px 10px 0px 10px;
}
a.Nav:hover /* Hover Top Sub Banner Navigation */
{    
     background-color: transparent;
     font-family: Copperplate Gothic Light, sans-serif;
     color: #000; 
     font-size: 0.9em; 
     font-weight: bold; 
     text-decoration: none;
     margin: 0px 10px 0px 10px;
}
#wrapper /* Site Container */
{
	width: 900px;
    background-color: #fff;
    margin: 0 auto 0 auto;
}
#banner /* Banner Main Image */
{
	width: 900px;
	background-color: transparent;
}
#topNav  /* Top Navigation */
{
	width: 900px;
	background-color: transparent;
	padding: 5px 0px 5px 0;
	text-align:center;
}
.fullContent /* Full Width Content Container */
{
	width: 900px;
    background-color: transparent;
    margin-top: 10px;
    text-align:center;
}
.comCenterContent
{
	width: 860px;
	background-color: transparent;
	margin: 10px auto 0 auto;
	text-align:center;
	clear:both;
}
.comContent
{
	width: 840px;
	background-color: transparent;
	margin: 10px auto 0 auto;
}
.comTBL
{
	width: 870px;
	background-color: transparent;
	margin: 5px auto 0 auto;
}
.ltTD /* Left Aligned Tabe Cell */
{
	background-color:transparent;
	padding:10px;
	text-align:left;
	vertical-align:top;
}
.cenTD /* Center Aligned Tabe Cell */
{
	background-color:transparent;
	text-align:center;
	vertical-align:top;
}
.rtTD /* Center Aligned Tabe Cell */
{
	background-color:transparent;
	padding-top:10px;
	text-align:right;
	vertical-align:top;
}
h1 /* Header Site Text */
{
	font-family: Copperplate Gothic Light, sans-serif;
	color: #005AAF;
	font-size: 1.1em;
}
h3 /* Header Site Text */
{
	font-family: Copperplate Gothic Light, sans-serif;
	color: #005AAF;
	font-size: 1.1em;
}
.siteText /* Main Site Text */
{
	font-family: Garamond,sans-serif;
	color: #000;
	font-size: 1.0em;
}
.justifyText /* Main Site Text */
{
	font-family: Garamond,sans-serif;
	color: #000;
	font-size: 1.1em;
	text-align:justify;
}
.centerText
{
	font-family: Garamond,sans-serif;
	color: #000;
	font-size: 1.1em;
	text-align: center;
}
.centerTextLarge
{
	font-family: Garamond,sans-serif;
	color: #000;
	font-size: 1.3em;
	text-align: center;
}
li /* Bullet List Text */
{
	font-family: Garamond,sans-serif;
	color: #000;
	font-size: 1.1em;
	margin-bottom:5px;
}
.imgBorder /* No Border for Image Links */
{
	border: 0px;
}
.imgRT /* Images Right Aligned */
{
	float: right;
	border: 0px;
	padding:10px;
}
.time  /* Hawaii Time */
{
	font-family: sans-serif,Verdana,Arial; 
    color: #000; 
    font-size: 0.9em; 
    font-weight: bold; 
}
.popVid /* Video Container */
{
	width: 90%;
    background-color: #fff;
    margin: 10px auto 10px auto;
    padding:20px;
    text-align:center;
}
#footer
{
	width: 900px;
	padding: 15px 0 15px 0;
	background-color: transparent;
	text-align:center;
	clear: both;
}


