/* CSS definition file containing sitestyle stylesheets */

/* All elements */
BODY {font-family : Arial, Helvetica, sans-serif;font-size : 13px;color: #003D7F;
	margin: 0px;
	background-color:#ffffff;
	color:#003D7F;
}
H1 {font-family : Arial, Helvetica, sans-serif;font-size : 24px;font-weight : bold;text-align : center;color: #0069BF;}
H2 {font-family : Arial, Helvetica, sans-serif;font-size : 18px;font-weight : bold;color: #3BBF00;}
H3 {font-family : Arial, Helvetica, sans-serif;font-size : 16px;font-weight : bold;color: #0069BF;}
H4 {font-family : Arial, Helvetica, sans-serif;font-size : 13px;font-weight : bold;color: #003D7F;}

P {font-family : Arial, Helvetica, sans-serif;font-size : 13px;color: #003D7F;}
	.title {font-size : 16px;  font-weight : bold;color: #0066CC;}
UL, LI {font-size : 13px;color: #003366;}

/* All IDs */
#topbar {
	margin: auto;
	height: 110px;
	background-image:url(images/island_top_bg.gif);
	text-align:center;
}	
#snav {
	width: 115px;
	margin-top:20px;
	
	}	
#content {
	width: 620px;
	margin: 20px 10px 10px 20px;
	}	


/* All link elements and classes */


/* Navigation */

.bnavwhite {font-family : Arial, Helvetica, sans-serif;font-size : 10px;font-style: normal;font-weight : normal;color: #FFFFFF;text-decoration : none;}
.bnavwhite a:link {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight : normal;color: #FFFFFF;text-decoration: none}
.bnavwhite a:visited {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight : normal;color: #FFFFFF;text-decoration: none}
.bnavwhite a:hover {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight : normal;color: #6699FF;text-decoration: underline}
.bnavwhite a:active {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight : normal;color: #6699FF;text-decoration: underline}

/**************************************************************************/
/* All classes */

.caption {font-size : 11px;font-weight : normal;color: #003366;  font-style : italic; }
	.captionLarge {font-size : 12px;font-weight : normal;color: #003366;  font-style : italic; }
	.italic {font-size : 12px;font-weight : normal;color: #003366;  font-style : italic; }
	.bold {font-family : Arial, Helvetica, sans-serif;font-size : 13px;color: #003366;font-weight : bold}
 A:active { color: rgb(0,102,204); text-decoration: underline;}
 A:link { color: rgb(0,51,102); text-decoration: none ;}
 A:visited { color: rgb(0,51,102); text-decoration: none ;}
 A:hover { color: rgb(255,102,0); text-decoration: underline;}
 
