body
{
	/* set everything to zero for a good cross-browser starting point */
	margin-top: 0; 
	margin-bottom: 0;
	margin-left:auto; /*centers the website*/
	margin-right:auto; /*centers the website*/
	padding: 0;/*zeroes the padding on the body ** Opera carries a default padding and requires this zeroing*/
	border: 0;/*zeroes off any existing border*/
	color: #000; /*set the default text color */
	text-align: center; /* Hack to center the wrapper in IE5.x pc */
	font-family: 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: 1024px; /* 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: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a, href
{
	text-decoration: none;
}

/************************SET STYLE FOR CONTENT AREA*************************/

.content {
	font-size: .9em;
	/*font-family: "Trebuchet MS", Verdana, Arial, "sans serif"; */
	font-family: Arial, Helvetica, sans-serif;
}

/*********************SET STYLE FOR FOOTER DISCLAIMER***********************************/
.caption {
	font-size: 0.7em;
	color: #FFFFFF;
}

/**********************CENTER A CONTAINER*********/
.center 
{
	text-align:center;
}

/****************HYPERLINK STYLES**********************************/
/********USED FOR FLOOD ZONE SECTION*****************/
#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*/
}

/******USED FOR HELP SECTION: RENAMED TO ENABLE USE OF "ID" PROPERTY
MORE THAN ONCE IN A WEBPAGE*/
#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*/
}

/******USED FOR LOMC SECTION: RENAMED TO ENABLE USE OF "ID" PROPERTY
MORE THAN ONCE IN A WEBPAGE*/
#linkMap a:link, #linkMap a:visited, #linkMap 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;
}

#linkMap a:hover, #linkMap a:focus
{
	color: #990000;/* sets the text color to brown for hover and focus*/
	text-decoration: none;/*removes the underline*/
}

/***************************************************************************/

