	BODY			{	background: #f6f5f5; color: #001e51; font-size: 11px; line-height: 150%; font-family:Arial, Verdana, Geneva, sans-serif; margin:0px; }
	
	h1				{	color: #000; font-size: 16px; }
	
	DIV.MAIN		{	background: #fff; margin: 0px auto; width: 811px; }
	
	DIV.Top			{	background: url(/images/top_bar.jpg) no-repeat top left; min-height: 80px; width: 811px; }
		DIV.TopTop	{	text-align: right; padding-top: 10px; margin-right: 15px; color: #000; height: 27px; width: 796px;  }
		DIV.TopTop	a	{	color: #000; text-decoration: none;   }
		DIV.TopTop a:hover	{	text-decoration: underline; }
		
		DIV.TopFlash	{	}
		DIV.TopMenu		{	margin-top: -4px; background: url(/images/menu_bg.gif) repeat-x top left; height: 31px; }
	
	DIV.Content		{	background: url(bg.gif) center bottom no-repeat; padding: 10px 30px; width: 751px; min-height: 400px; }
	
	DIV.Footer		{	background: #000; color: #fff; font-size: 10px; min-height: 60px; }
	DIV.Footer	P	{	padding: 15px; }
	DIV.Footer A	{	color: #ff8500; }
	
	a				{	color: #ff8500; }
	a:hover		{	text-decoration: none; }
	
	/* MENU */
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}
	
	#nav LI:hover UL {display:block}
	
	#nav a {
		display: block;
		width: auto;
	}
	
	#nav li { /* all list items */
		float: left;
		width: auto; /* width needed or else Opera goes nuts */
	}
	
	#nav  li a			{	padding-left: 7px; padding-right: 7px;display: block; height: 23px; padding-top: 8px; background: none; color: #000; text-decoration: none; }
	#nav  li a:hover	{	background-color: #000; display: block;  color: #fff; text-decoration: none; }
	
	#nav li ul { /* second-level lists */
		position: absolute;
		background: #ff8500;
		width: 150px;
		display:none;
	}
	
	#nav   li ul a			{	padding-left: 10px; padding-right: 10px; width: 130px; display: block; height: 23px; padding-top: 8px; background: none; color: #fff; text-decoration: none; }
	#nav   li ul a:hover		{	background-color: #000; display: block;  color: #fff; text-decoration: none; }
	
	#nav li ul ul { /* third-and-above-level lists */
		margin: -31px 0 0 150px;
	}
	
	#nav LI:hover UL LI:hover UL {display:block}
	#nav LI:hover UL LI UL 							{ display:none; }
	
	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

div.bulletin {
	float:left;
	width:375px;
	text-align:center;
	height:350px;
}
div.bulletin img {
	width: 166px;
	height: 234px;
}
div.bulletin a, div.bulletin span{
	font-size: 10pt;
	font-weight:bold;
}
