	html {
		overflow: scroll
	}
	
	body {
		padding: 0px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		font-family: Helvetica;
		font-size: 12px;
		background-color: #333333;
	}
	

	a
	{
		color: #854D68;
		text-decoration: none;
	}

	a:hover
	{
		color: #854D68;
	}

	a:visited
	{
		color: #854D68;
	}
	div.content{
		width: 768px;
		margin-right: auto;
		margin-left: auto;
		
	}

	div.bodypage{
		
	}

	div.toplogo{
		background-image: url("logo.png");
		background-position: top left;
		background-repeat: no-repeat;
		height: 189px;
		margin-bottom: 5px;
	}
	div.logotext {
		position: absolute;
		top: 5em;
		left:6em;
		font-family: georgia;
		font-size: 30px;
		color: white;
		text-shadow: 0px 0px 10px #FFFF00;
	}
	div.botlogo{
		clear: both;
	}


	div.navbar{
	}

	div.footer{
		background-color: #F6EEE6;
		margin-top: 5px;
	}

	div.sidebar{
		width: 768px;
		position: absolute;
		top: 11em;
		
	}

	div.contentbar{

	}


	a.sidebaritem  {
		background-color: #F6EEE6;
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
		height: 3em;
		text-align: center;
		line-height: 2em;
		vertical-align: middle;
		float: right;
		width: 5em;
	}
	
	.selected
	{
		background-color: #FBF3EB;
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
		height: 5em;
		text-align: center;
		line-height: 2em;
		vertical-align: middle;
		float: right;
		width: 5em;
		
	}
	
	a.sidebaritem:hover { 
		background-color: #FBF3EB;
		line-height: 2em;
		height: 4em;
	}

	div.newsitem{
		margin: 0px;
		margin-bottom: 5px;
		background-color: #F6EEE6;
	}

	div.copyright{
		font-size: 10px;
		padding: 5px;
	}

	div.validated{
		padding: 5px;
		float: right;
	}
	
	div.roundheader {
		margin-bottom: 0px;
		width: 100%;
		height: 5px;
		display: block;
		border: none;
		padding: 0;
		font-size: 1px;
		background: #333333;
	}
	
	span.left {
		margin-left: 0px;
		height: 5px;
		width: 5px;
		float: left;
	}
	
	span.right {
		margin-right: 0px;
		height: 5px;
		width: 5px;
		float: right;
	}
	
	div.roundtop {
		padding: 0;
		font-size: 5px;
		height: 5px;
		margin-left: 5px;
		margin-right: 5px;
		background-color: #F6EEE6;
	}
	
	div.newsitem:after {
	
	}
	
	div.header {
		font-size: 14px;
		/*background-color: #AFA192;*/
		color: #F6EEE6;
		background-color: #333333;
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 5px;
	}
	
	div.author {
		font-size: 10px;
		background-color: #AAAAAA;
	}
	
	div.date {
		font-size: 10px;
	}
	
	div.newscontent {
		padding: 5px;
	}

	div.red {
		color: red;
	}

	div.yellow {
		color: yellow;
	}

	div.green {
		color: green;
	}
	
	ul.nav{
	}
	
	
	li.nav{
	}
	
	ul.general{
		padding:0;
		margin:0;
		list-style-type:circle; 
		list-style-position:inside;
	}
	
	li.general{
	}
	
	ul.none{
		list-style-type:none; 
		list-style-position:outside;
	}
	
	li.none{
	}
