	body
	{
		padding: 0;
		margin: 0;
		text-align: center;
		background-color: #e8dfd8;
		color: #000000;
	}
	
	.container
	{
		width: 721px;
		padding: 0;
		padding-top: 25px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content
	{
		padding-top: 5px;
		background-color: #f1efee;
		width: 700px;
		font: 12px georgia, serif;
		float: left;
		text-align: left;
		color: #000000;
	}
	
	.pad
	{
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 170px;
		border-left: 1px solid black;
	}
	
	.side
	{
		float:left;
		width:160px;
		margin:0;
		padding: 10px;
		font-size: 11px;
	}
	
	.news
	{
		padding-bottom: 20px;
	}
	
	.line
	{
		text-align: center;
	}
	
	h1
	{
		font: 17px georgia, serif;
		font-weight: bold;
		font-style: italic;
	}
	
	a:link {color: #635445; font-weight: bold; text-decoration: none; background-color:#f1efee;}
	a:visited {color: #635445; font-weight: bold; text-decoration: none; background-color:#f1efee;}
	a:hover {color: #000000; font-weight: bold; text-decoration: none; background-color:#f1efee;}
	a:active {color: #635445; font-weight: bold; text-decoration: none; background-color:#f1efee;}
	
#blueblock{
width: 150px;
border-right: 0px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #000000;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 127px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #000000;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #a3907f;
border-right: 10px solid #beb0a3;
background-color: #b8a89b;
color: #000000;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #d5ccc4;
border-right: 10px solid #e8dfd8;
background-color: #e8dfd8;
color: #000000;
}

.network {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 25px;
	background-color: #009900;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.network a:link,
.network a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #009900;
}

.network a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #009900;
}