﻿body {/* set everything to zero for a good cross-browser starting point */
	margin: 0;/*zeroes the margins on the body*/
	padding: 0;/*zeroes the padding on the body ** Opera carries a default padding and requires this zeroing*/
	border: 0;/*zeroes off any existing border*/
	/*background-color: #044C70;/*sets the body background colour*/
	background-color: #FFFFFF;/*sets the body background colour to white*/
	color: #000; /*set the default text color */
	text-align: center; /* Hack to centre the wrapper in IE5.x pc */
	font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;/*set the default fonts */
	font-size: 100.01%;/* Sets default font size. This odd value compensates for several browser bugs. 
	First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing 
	or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, 
	some versions of Opera will draw a default font-size of 100% too small compared to other browsers. 
	Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use 
	the 100.01% value for this property */
    text-decoration: none;
}

/***************************SET ALTERNATE BORDER STYLE FOR TABLES**********************************/
.border2 {
    border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
} 

/********************SET STYLE FOR BACKGROUND IMAGES*******************/
.bgImg5
{
	background: url(../images/backgrounds/paintbrush.bmp) repeat center top;
}

.bgImg1
{
	background: url(../images/photos/maunaKea.jpg) no-repeat center top;

}

.bgHeader
{
		background: url(../images/header/nfip_headerbg_1024w.jpg) no-repeat center top;

}
/************************SET STYLE FOR CONTENT AREA**************************************/

.contentText {
	font-size: .9em;
	font-family: "Trebuchet MS", Verdana, Arial, "sans serif";
}
