
body, div, td, th,a, p
	{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #000000;
	font-size:14px
	}
	
body
	{
	background-color:#4E779C;
	}
	
.foot
	{
	font-size:10px;
	color:#4e8fd0;
	}
	
.list
	{
	font-size:12px;
	color:#4F91CD;
	}
	
.coophie
	{
	font-size:10px;
	color:white;
	text-decoration: none;
	}

A:link foot, A:visited foot, A:active foot
	{
	font-size:10px;
	color:#4e8fd0;
	}
	
A:link coophie, A:visited coophie, A:active coophie
	{
	font-size:10px;
	color:white;
	}
	
A:link list, A:visited list, A:active list
	{
	font-size:12px;
	color:#4F91CD;
	}
	
hr
	{
	color: #4F91CD;
	}
	
h1
	{
	color: #000000;
	font-size: 20px;
	letter-spacing: 2px;
	}
	
	.topblock
	{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	color: white;
	}
	


/* navigation */


#nav li:hover, #nav li.hover {
    position: static;
}


	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 154px;
		margin-top : -27.5px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width:139px; 
		height: auto; 
		font-size:11px;
		display: block;
		color: white;
		text-decoration: none;
		background-color: #2d5571;
		border: 1px solid black;
		padding: 4px;
		padding-left: 10px;
		
	}
	
	#nav li a:hover {
		color : white;
		background-color :#578eb5;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
/* end navigation */
	