<!--
body {
	margin: 0 auto;
	padding:0;
	width: 731px;
	background-color: #7BC142;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.linksheading {
	font-weight:bold;
	color:#7BC142;
}

a {
	color:#7BC142;
	text-decoration:underline;
}

a:hover {
	color:#5C7E96;
	text-decoration:underline;
}

#maincontent {
	height:562px;
	width:731px;
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
}

/**
  remove 30px from the #contentcontainer height:230px; 
  to move the scrollbar up. Add 30px top padding to the 
  #logocontainer padding: 0 0 0 150px; to provide some distance
  between the scrollbox and the logos.
  
  Add 40px to width of #contentcontainer width: 400px; and 
  add 40px of right padding to #contentcontainer p to provide some 
  space between end of line and scrollbar.
*/
#contentcontainer {
	margin: 30px 0 0 0;
	height:200px;
	width: 422px;
	line-height:160%;
	overflow:auto;
}

#contentcontainer p {
	margin:0;
	padding:0 40px 10px 0;
}

#noscroll {
	margin: 30px 0 0 0;
	height:200px;
	width: 422px;
	line-height:160%;
	overflow:visible;
}

#noscroll p {
	margin:0;
	padding:0 40px 10px 0;
}

#logocontainer {
	padding: 30px 0 0 120px;
}

#copyright {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:8px;
	margin-left:268px;
	font-size:9px;
	color:#B8DCA6;
}

#copyright a {
	color:#B8DCA6;
	text-decoration:none;
}

#copyright a:hover {
	color:#B8DCA6;
	text-decoration:underline;
}


#navcontainer {
	font-weight:bold;	
	width:269px;
	height:267px;
	}

	#navlist {
		text-align:right;
		margin: 30px 78px 0 0;
		padding-left: 0;
		margin-left: 0;
	}
	
	#navlist li {
		list-style: none;
		margin: 3px 0;
		line-height:13px;
	}
	
	#navlist li a { 
		color:#7BC142;
		text-decoration: none; 
	}
	
	#navlist li a:hover {
		color:#7BC142;
		text-decoration: underline; 
	}
	
	#navlist .suspended a { 
		color:#CCCCCC;
		text-decoration: none; 
	}
	
	#navlist .suspended a:hover { 
		color:#CCCCCC;
		text-decoration: none; 
	}
-->


