*
{	
	/* GLOBAL STYLE RESET */
	margin: 0;
	padding: 0;
}

body
{
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}

#header
{
	margin: 20px 0px 30px 0px;
	background-color: #CCC;
	background-repeat: repeat;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	/* 173px + 0px + 0px = 33px */
	height: 173px;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
	Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
	IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
	declaration. The incorrect IE5/Win value is above, while the correct value is 
	below. See http://glish.com/css/hacks.asp for details. */
	voice-family: inherit;
	height: 173px;
	/* the correct height */
}

	#header img
	{
		display: block;
		float: left;
		border: 0px;
	}

	#wrap { width: 850px; }

	#main
	{
		margin: 0px 0px 0px 159px;
		border-left: 1px #F60 solid;
		padding-left: 30px;
	}
	
	#main.tiny_correction
	{
		margin-left: 10px;
		border-left: none;
		padding: 2px 5px;
		max-width: 670px;
	}

		#main a { white-space: nowrap; }
	
	#nav
	{
		position: absolute;
		top: 223px;
		left: 0px;
		width: 160px;
		/* Again, the ugly brilliant hack. */
		voice-family: "\"}\"";
		voice-family:inherit;
		width:160px;
	}
	
		#nav ul { list-style: none; margin: 0px;}
		
		#nav ul li
		{
			width: 100%; /* IE VERTICAL SPACE BUG KILLER */
			padding: 0px;
		}
		
			#nav ul li a, #nav ul li a:visited
			{
				padding: 8px 0px 8px 20px;
				color: #666;
				font-size: 10px;
				font-weight: bold;
				text-decoration: none;
				display: block;
				background-image: url("/_RESOURCES/images/menu_dividing_line.gif");
				background-repeat: no-repeat;
				background-position: top left;
			}
			
			#nav ul li.active a, #nav ul li.active a:visited
			{
				color: #F60;
			}

			#nav ul li a:hover, #nav ul li ul li a:hover
			{
				color: #C10 !important;
				background-image: url("/_RESOURCES/images/menu_rollover_bg.gif");
			}
			
			.nav_2nd { display: none; }
			
			.active .nav_2nd, .selected .nav_2nd { display: block; }
			
				#nav ul ul
				{ 
					background-image: url("/_RESOURCES/images/menu_dividing_line_active.gif");
					background-repeat: no-repeat;
					background-position: top left;
				}
				
				#nav ul ul li a, #nav ul ul li a:visited,
				#nav ul li.active ul li a, #nav ul li.active ul li a:visited,
				#nav ul li.selected ul li a, #nav ul li.selected ul li a:visited
				{
					padding: 6px 0px 6px 25px;
					color: #666;
					font-size: 9px;
					font-weight: normal;
					background-image: url("/_RESOURCES/images/menu_dividing_line_mini.gif");
					background-position: top left;
				}
				
				#nav ul li ul li.active a, #nav ul li ul li.active a:visited,
				#nav ul li ul li.selected a, #nav ul li ul li.selected a:visited
				{
					color: #F60;
					font-weight: bold;
				}

#footer
{
	position: relative;
	clear: both;
	margin: 20px 0px 30px 0px;
	padding-left: 190px;
	height: 22px;
	background-image: url("/_RESOURCES/images/footer_bg.gif");
	background-repeat: repeat-x;
	font-size: 10px;
	line-height: 18px;
}

#footer a
{
	display: block;
	position: absolute;
	top: 0px;
	left: 780px;
	width: 70px;
	text-align: center;
	color: #FFF;
	background-color: #B2ABA7;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------------------------- */

.infobox
{
	float: right;
	width: 180px;
	margin: 0px 0px 10px 20px !important;
	border-width: 0px 1px 1px 1px;
	border-color: #999;
	border-style: solid;
	background-color: #F8F6EB;
	clear: both;
}

	.infobox h2
	{
		font-size: 14px;
		color: #FFF;
		background-color: #F90;
		background-image: url(/_RESOURCES/images/infobox_header_bg.gif);
		padding: 3px 0px 3px 15px;
		margin: 0px 0px 10px 0px;
		border: 0px;
	}
	
	.infobox p
	{
		font-size: 10px;
		line-height: 17px;
		padding: 0px 15px;
	}
	
	#main div.infobox a
	{
		white-space: normal;
	}
	
/* ---------------------------------------------------------------------------------------------- */

h1, h2
{
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	color: #B2B2B2;
	background-image:  url(/_RESOURCES/images/headline_arrow.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #F60;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 30px;
}

h2 { margin: 30px 0px 20px 0px; }


h3
{
	color: #777;
	font-weight: normal;
	margin: 30px 0px 10px 0px;
}
p
{
	line-height: 20px;
	margin-bottom: 10px;
}

#main ul
{
	list-style-type: square;
	list-style-position: outside;
	line-height: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}

b, strong { color: #888; }

a
{
	color: #3F4D7E;
}

a:hover
{
	text-decoration: none;
}

/* ---------------------------------------------------------------------------------------------- */

.clearall { clear: both; }

.float_left
{
	float: left;
	margin: 0px 15px 6px 0px;
}

.float_right
{
	float: right;
	margin: 0px 0px 6px 15px;
}

/* ---------------------------------------------------------------------------------------------- */

.stripey_table
{
	clear: both;
	width: 100%;
	font-size: 10px;
	border: 1px #CCC solid;
}

	.stripey_table td:first-child { color: #444; font-weight: bold; }
	.stripey_table th, .stripey_table td
	{
		text-align: left;
		vertical-align: top;
		padding: 2px 5px;
		margin: 1px 1px 0px 0px;
	}
	.stripey_table th { background-color: #BBB; color: #FFF; }
	.stripey_table .alt { background-color: #EEE; }
	.stripey_table td:first-child { font-weight: bold; white-space: nowrap; }
	
/* ---------------------------------------------------------------------------------------------- */

.date
{
	float: left;
	display: block;
	padding: 2px 5px;
	border-width: 0px 1px 1px 1px;
	border-color: #DDD;
	border-style: solid;
	margin: -20px 0px 5px 0px;
	margin-bottom: 5px;
	font-size: 9px;
	color: #707070;
	background-color: #F8F8F8;
}

div + p { clear: left; }

.infobox .date
{
	float: left;
	display: block;
	padding: 2px 4px;
	border-width: 0px 1px 0px 0px;
	border-color: #444;
	border-style: dotted;
	margin: 1px 3px 0px 0px;
	margin-bottom: 0px;
	font-size: 9px;
	color: #333;
	background-color: #FFF;
	line-height: 120%;
}
