/* Generic Styles */
	body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}
	
	p, ul, li, td
	{
	font-size: 11px;
	line-height: 15px;
	}
	
	p
	{
	margin: 15px 0 0 0;
	}
	
	li
	{
	margin: 8px 0;
	}
	
	h1
	{
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin: 3px 0 0 0;
	}
	
	h2
	{
	color: #165f6f;
	font-size: 12px;
	font-weight: 500;
	margin: 25px 0 -5px 0;
	}
	
	h2.divider
	{
	background-color: #d2e6e6;
	padding: 2px 3px 1px 3px;
	margin: 35px 0 -5px 0;	
	}
	
	a 
	{
	color: #001d65;
	text-decoration: underline;
	}
	
	a:hover 
	{
	color: #842200;
	text-decoration: none;
	}
	
/* Search Styles */
	#search form
	{
	display: inline;
	color: #5f6364;
	font-size: 9px;
	}
	
	input.textbox
	{ 
	color: #000;
	font-size: 10px; 
	width: 170px;	
	}
	
	input.button
	{
	color: #000;
	font-size: 10px;
	padding: 0 5px 0 5px;
	}
	
/*Top Nav Styles */
	#topNav ul
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	#topNav li.top, #topNav li.topSelected
	{
	position: relative;
	float: left;
	width: 24%;
	font-size: 12px;
	line-height: 16px;
	margin: 1px 0 0 0;
	}
	
	#topNav li.top a
	{
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}

	#topNav li.topSelected a
	{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

	#topNav li.top a:hover, #topNav li.topSelected a:hover
	{
	color: #fff;
	font-weight: bold;
	}

	#topNav li ul
	{
	display: none;
	position: absolute;
	top: 16px;
	left: 0px;
	width: 180px;
	}	

	#topNav li:hover ul, #topNav li.over ul
	{
	display: block;
	background-color: #d2e6e6;
	padding: 3px 0;
	}	

	#topNav li.top ul li, #topNav li.topSelected ul li
	{
	color: #69000a;
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
	margin: 1px 0;
	}

	#topNav li.top ul li a, #topNav li.topSelected ul li a
	{
	display: block;
	color: #69000a;
	text-decoration: none;
	font-weight: normal;
	margin: 2px 0;
	padding: 2px 4px;
	_width: 99%; /*Filtered to IE Win*/
	}	

	#topNav li.top ul li a:hover, #topNav li.topSelected ul li a:hover
	{
	background-color: #5ea8c1;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	}

/* Left Nav Styles */
	#leftNav img
	{
	border: 2px solid #bfbfbf;
	margin: 0 0 20px 0;
	}	
		
	#leftNav h3 a
	{
	display: inline;
	background-color: #5ea8c1; 
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 2px 7px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	}
	
	#leftNav h3 a:hover
	{
	background-color: #a4c9d2;
	color:  #fff;
	}

	#leftNav ul
	{
	list-style: none;
	margin: -19px 16px 0 8px;
	padding: 10px 0 4px 0;
	background-color: #d2e6e6;
	}

	*>html #leftNav ul /*Filtered to IE Mac */
	{
	display: inline-block;
	}
	
	*>html #leftNav ul li ul /*Filtered to IE Mac */
	{
	display: block;
	}
	
	#leftNav li
	{
	color: #842200;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	margin: 4px 0 0 7px;
	padding: 0 0 2px 0;
	}
	
	#leftNav li a
	{
	display: block;
	color: #69000a;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	margin: 0 0 0 -7px;
	padding: 0 4px 0 7px;
	_width: 97%; /*Filtered to IE 5/6 Win */
	}

	#leftNav li a:hover
	{
	background-color: #5ea8c1;
	color: #fff;
	text-decoration: none;
	}

	#leftNav ul li ul
	{
	margin: 0;
	padding: 0 0 0 7px;
	}
	
	#leftNav ul li ul li a, #leftNav ul li ul li a:hover
	{
	font-size: 9px;
	}

/*Main Text Styles */
	.twoColumn #mainText
	{
	width: 600px;
	}

	.right200
	{
	float: right;
	width: 200px;
	}
	
	.right200 ul
	{
	margin: 15px 15px 30px 30px;
	}
	
	.right200 li
	{
	margin: 10px 0;
	}

	.newsButton
	{
	float: right;
	margin: 0;
	padding: 0; 
	}
	
	.newsButton a
	{
	display: inline-block;
	background: #fd9e4c; 
	color: #fff; 
	text-decoration: none;
	font-size: 13px;
	line-height: 16px;
	padding: 1px 6px; 
	margin: 0 0 3px 5px; 
	border-top: 1px solid #fff; 
	border-left: 1px solid #fff;
	}
	
	.newsButton a:hover
	{
	background: #5ea8c1;
	color: #fff;
	}
	
/* Sidebar Styles */
	.twoColumn #sideBar
	{
	width: 5px;
	border: none;
	}

	#sideBar h3
	{
	color: #69000a;
	font-size: 11px;
	font-weight: 600;
	margin: 0;
	}
	
	#sideBar p, #sideBar ul, #sideBar li
	{
	font-size: 10.5px;
	line-height: 14px;
	}
	
	#sideBar p
	{
	margin: 5px 0 8px 0;
	}

/* Footer Styles */
	#copyrightContact
	{
	color: #5b5b5b;
	font-size: 9px;
	line-height: 12px;
	margin: 0 0 8px 0;
	}
		
	#copyrightContact a
	{
	color: #5b5b5b;
	text-decoration: underline;
	}
	
	#copyrightContact a:hover 
	{
	color: #842200;
	text-decoration: none;
	}