/* Start - Sidebar */
div#sidebar	{
	float: left;
	width: 160px;
	margin: 0 15px 15px 0;
	color: rgb(125, 82, 125);
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: .95em;
	font-weight: 900;
	border: 1px solid rgb(1,97,143);
	}

	/* Holly Hack used to make the outside borders not disappear in IE */
	/* Hides from IE5-mac \*/
	* html div#sidebar {height: 1%;}
	/* End hide from IE5-mac */
	
div#sidebar_wrapper	{
	position: relative;
	left: 1px;
	border-right: 4px solid #DDD;
	border-bottom: 4px solid #DDD;
	}

div#sidebar ul li a	{
	background-image: url("images/text_shadow.jpg"); 
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 7px 5px 0px;
	}
div#sidebar ul.list_level_1	{
	padding: 0px;
	margin-left: 20px;
	padding-bottom: 15px;
	list-style-image: url("images/noaa_logo_small.gif");
	}
div#sidebar ul.list_level_1 li	{
	margin-top: 25px;
	}

div#sidebar a:link	{
	color: rgb(175, 100, 175);
	text-decoration: none;
	}
div#sidebar a:visited	{
	color: rgb(125, 82, 125);
	text-decoration: none;
	}
div#sidebar a:hover	{
	color: rgb(200, 50, 150);
	text-decoration: underline;
	}
div#sidebar a:active	{
	color: rgb(125, 82, 125);
	text-decoration: none;
	}
/* End - Sidebar */


div#content	{
	color: #000;
	background-color: #FFF;
	padding-left: 180px;
	}
h2	{
	text-align: center;
	}
ul	{
	list-style: none;
	}

/*
div#content ul	{
	margin-left: 300px;
	}
div#content ul li ul	{
	margin-left: 20px;
	}
	
div#content p	{
	margin-bottom: 10px;
	}
h3	{
	text-decoration: underline;
	font-size:  1.2em;
	}
h4	{
	clear: both;
	text-align: center;
	margin-bottom: 0px;
	}

div#content div.image_wrapper p, div#content div.image3_wrapper p	{
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
	font-size:  .7em;
	}
*/
