body
	{
		margin: 0;
		padding: 0;
		background: #efefef;
		font: small/1.5em "Trebuchet MS", Verdana, sans-serif;
		color: #666;
	}
	
a
	{
		color: #E58C00;
		text-decoration: none;
		
	}
	
a:visited
	{
		color: #A54C00;
		border: none;
	}
	
a:hover
	{
	color: #FEBA2B;

	}
	
acronym
	{
		cursor: help;
		font-style: normal;
		text-decoration: underline;
		border: none;
	}
	
h1
	{
		display: none;
	}
	
h2
	{
		font-size: 2em;
		font-weight: normal;
		color: #922;
		margin: 0.9em 0 0.7em 0;
		padding: 0;
	}
	
h3
	{
		width: 420px;
		height: 20px;
		margin: 1.0em 0 0.8em 0;
		color: #BF2909;
	}
	
/* LAYOUT */

#PageContainer
	{
		position: relative;
		text-align: left;
		margin: 0 auto;
		margin-top: 0px;
		margin-bottom: 5px;
		display:block;
		background: #fff;
		border: 1px solid #000;
		border-top: 0px;
		background-image:url(ball.jpg);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
/* HACK */
#PageContainer
	{
		width: 752px; /* IE5.x/win sees this.. */
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 752px; /* ..but not this "standards" width value.. */
	}
	
html>body #PageContainer 
	{
		width: 750px; /* ..or this reinforcement of the standards width. */
	}
/* END OF HACK ugh dirty ie */
	
#pageHeader /* title and bannder */
	{
		width: 752px;
		height: 177px;
		background: #000 url(title1.jpg) no-repeat;
		padding: 0px;
		border: 0px;
		margin: 0 auto;
	}
#pageHeader h1,
#pageHeader h2
	{
		display: none;
	}
	
/* Boxes at the top of the page */
#LoginBox
	{
		position: absolute;
		top: -49px;
		left: 551px;
		width: 192px;
		margin-right: 30px;
		text-align: center;
		background: #FEFDE2;
		padding-top: 7px;
		padding-bottom: 7px;
		border: 1px solid #999;
		font-size: 0.8em;
	}
	
	/* HACK */
#LoginBox
	{
		height: 20px; /* IE5.x/win sees this.. */
		width: 194px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 20px; /* ..but not this "standards" width value.. */
		width: 194px;
	}
	
html>body #LoginBox 
	{
		height: 25px; /* ..or this reinforcement of the standards width. */
		width: 192px;
	}
/* END OF HACK ugh dirty ie */
	
#SearchBox
	{
		display: none;
		position: absolute;
		top: -92px;
		left: 564px;
		width: 200px;
	}
	
#Date
	{
		position: absolute;
		top: -23px;
		left: 150px;
		width: 170px;
		margin-right: 30px;
	}
	
#ContentHolder /* table with content areas */
	{
		vertical-align: top;
		width: 720px;
		margin-left: 15px;
		padding: 0px;
		padding-top:5px;
		padding-right:25px;
		padding-bottom: 15px;
		text-align: left;
	}

	
#LeftPane /* menu at side and other stuff */
	{
		position: absolute;
		top: 20px;
		left: 563px;
		width: 190px;
		margin-right: 20px;
		padding-right: 10px;
		vertical-align: top;
	}

#final
{
	color: #333;
	font-size: 88%;
}

/* Table Styles */

.HurricanesTable
{
	width: 97%;
	margin: 10px;
	border: 1px solid #ddd;
}

.HurricanesTableHeader th
{
	text-align: left;
	color: #000;
	margin: 0px;
	padding: 2px;
	padding-left: 4px;
}

.HurricanesAlternateItem td
{
	margin: 0px;
	background: #FEFDE2;
	
	border-top: 1px solid #ddd;
}

.HurricanesTableItem td
{
	margin: 0px;
	
	border-top: 1px solid #ddd;
}

/* DOT NET NUKE ELEMENTS */

.Head /* all module titles it seems */
{
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	color: #666;
}

.Normal
{
	font-size: 0.80em;
}

/* TREE MENU */
.TreeViewMenu /* Total tree menu system */
{
	margin-top: 10px;
	background: #f9f9f9;
	border: 1px solid #bbb;
	padding: 0px;
	overflow: hidden;
	padding-bottom: 10px;
}

.TreeViewMenu .Head /* Specific css for the tree menu header */
{
	margin-left: 10px;
	border-bottom: 1px solid #bbb;
}


.TreeNode /* each node */
{
	font-size: 0.9em;
	margin: 10px;
	color: #003366;
	border-bottom: 1px solid #ddd;
}

.TreeNodeOver
{
	color: #222;
	border-bottom: 1px solid #bbb;
}

.TreeNodeSelected
{
	color: #C62C08;
	font-weight: bold;
}

