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: #666666;  /*sets the body background colour*/
	color: #000; /*set the default text color */
	text-align: center; /* Hack to centre the wrapper in IE5.x pc */
	font-family: 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 */
	width: 800px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
    text-decoration: none;
}

td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

a, href
{
	text-decoration: none;
}


/***************************SET TOP BORDER**********************************/
.border1 {
    border-top: 1px solid #999999;
} 

/***************************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 BOTTOM BORDER**************/
.border3 {
	  border-bottom: 1px solid #999999;
}

/******************SET LEFT BORDER*****************/
.border4 
{
	border-left: 1px solid #999999;
}

/*****************SET RIGHT BORDER***************/
.border5
{  
	border-right: 1px solid #999999;
}

/**************COMBINATION BORDERS******/

.border6
{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.border7
{
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}


/************************SET STYLE FOR RIGHT SIDEBAR **************************************/

.rightSideBar {
	font-size: 80%; /*set right sidebar's font size*/
	/*text-align: left;*/
	/*background-color: #E0EEF5;*/
	/*background-color: #576F93;*/
	background-color: #02283F;
}

/*********************SET STYLE FOR LEFT SIDEBAR*************************************/

.leftSideBar {
	font-size: .90em; 
	/*text-align: left;*/
	margin-left: 2px;
}

/*********************SET STYLE FOR PHOTO CAPTIONS***********************************/
.caption {
	font-size: 0.7em;
	color: #FFFFFF;
}

.caption2 {
	font-size: .7em;
	color: #00FFFF;
}

.caption3
{
	font-size: .7em;
	color: #ffffff;
	line-height: 1em;
}

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

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

/***************************SET STYLE FOR BOTTOM DISCLAIMER********************************/
.content2 {
	font-size: .8em;
	font-family: "Trebuchet MS", Verdana, Arial, "sans serif";
	color: #000000;
	line-height: .8em;
}
/***************************SET ALTERNATE STYLE FOR CONTENT AREA********************************/
.content3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #FF0000; /*Red*/
	font-weight: bold;
	font-size: medium;
	/*text-align: center;*/
}

.content4 {
	font-size: xx-small;
	color: #000000; /*black*/
}

.content5 
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:smaller;
	color:#FFFFFF; /*WHITE*/
	font-weight:bold;
}

.content6
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:1em;
	color:#990000; /*Red--R(FF)-G(00)-B(00)*/
	font-weight:bold;
	text-align: center;
}


/********************SET STYLE FOR BACKGROUND IMAGES*******************/
.bgImg1
{
	background: url(../images/backgrounds/bg_fldhaz1.jpg) no-repeat center top;
}

.bgImg2
{
	background: url(../images/boxes/ln_header2.jpg) no-repeat center top;
}

.bgImg3
{
	background: url(../images/backgrounds/lazySusans2.jpg) no-repeat center top;
}

.bgImg4
{
	background: url(../images/boxes/rect_confetti.gif) no-repeat center top;
}

.bgImg5
{
	background: url(../images/backgrounds/paintbrush.bmp) no-repeat center top;
}

.bgImg6
{
	background: url(../images/backgrounds/vBar1.jpg) no-repeat center top;
}

.bgImg7
{
	background: url(../images/sidebars/sidebar1.jpg) no-repeat center top;
}

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

.bgImg9
{
	background: url(../images/gradients/tan2_180w.gif) repeat-y center top;
}

.bgImg10
{
	background: url(../images/gradients/hbar_green540w.gif) repeat-x center top;
}

.bgImg11
{
	background: url(../images/gradients/green2_180w.gif) no-repeat center top;
}



/*************PROVIDE FOR USER TO SKIP NAVIGATION BAR*******/
.skiplink
{
	display:none;
}

/**************STYLE UNORDERED LISTS**********************/
.leftmargin
{
	margin-left: 10px;
}

/********SET Rightside Menu Bar Style**********************/
#nav a:link, #nav a:visited, #nav li
{
	color: #0033FF; /*sets the link and visited text color to blue*/
	background-color: transparent;/* no background color required*/
	list-style-image: url(../images/bullets/sq_bl.gif);
	margin-left:0px;
	padding-left: 0px;
}

#nav a:hover, #nav a:focus
{
	color: #990000;/* sets the text color to brown for hover and focus*/
	text-decoration: none;/*removes the underline*/
}

#linkNav a:link, #linkNav a:visited, #linkNav li
{
	color: #0033FF; /*sets the link and visited text color to blue*/
	background-color: transparent;/* no background color required*/
	list-style-image: url(../images/bullets/sq_bl.gif);
	margin-left:0px;
	padding-left: 0px;
}

#linkNav a:hover, #linkNav a:focus
{
	color: #990000;/* sets the text color to brown for hover and focus*/
	text-decoration: none;/*removes the underline*/
}

#sidelink a:link, #sidelink a:visited
{
	color: #0033FF; /*sets the link and visited text color to blue*/
	background-color: transparent;/* no background color required*/
	list-style-image: url(../images/bullets/sq_bl.gif);
	margin-left:0px;
	padding-left: 0px;
}

#sidelink a:hover, #sidelink a:focus
{
	color: #990000;/* sets the text color to brown for hover and focus*/
	text-decoration: none;/*removes the underline*/
}

#listItems ul, #listItems li
{
	color: #000000; /*sets list items' text color to black*/
	background-color: transparent;/* no background color required*/
	list-style-image: url(../images/bullets/sq_bl.gif);
	margin-left:0px;
	padding-left: 0px;
}

#listItems2 ul, #listItems2 li
{
	color: #000000; /*sets list items' text color to black*/
	background-color: transparent;/* no background color required*/
	list-style-image: url(../images/bullets/sq_bl.gif);
	margin-left:0px;
	padding-left: 0px;
}

#listItems3 ul, #listItems3 li
{
	color: #000000; /*sets list items' text color to black*/
	background-color: transparent;/* no background color required*/
	list-style-image: url(../images/bullets/sq_bl.gif);
	margin-left:0px;
	padding-left: 0px;
}

#listItems4 ul, #listItems4 li
{
	color: #000000; /*sets list items' text color to black*/
	background-color: transparent;/* no background color required*/
	list-style-image: url(../images/bullets/sq_bl.gif);
	margin-left:0px;
	padding-left: 0px;
}

#listItems5 ul, #listItems5 li
{
	color: #000000; /*sets list items' text color to black*/
	background-color: transparent;/* no background color required*/
	list-style-image: url(../images/bullets/sq_bl.gif);
	margin-left:0px;
	padding-left: 0px;
}





/*********SET NO INDENT*************/
.noIndent
{
	margin-left: 0px;
}