body {
	color: black;
	background-color: #9C9284;
	font-family: arial,sans-serif;
	font-size: 15px;
}

table.centerTable {
	width: 700px;
	background-color: #E6E6CC;
	border: 1px solid #CCCC99;
}

#pHeader {
	padding: 10px;
	border-bottom: 2px solid #FF9900;
	background-color: #6699CC;
}

#pHeader a {
	font-size: 40px;
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted #6699CC;
}

#pHeader a:hover {
	color: white;
	border-bottom: 1px dotted white;
}

#pMenu {
	float: left;
	width: 150px;
	padding-left: 1px;
	background-color: white;
}
#pMenu div {
	padding-top: 4px;
	padding-bottom: 4px;	
}

#pMenu a.pMenuItem {
	color: #6699CC;
	background-color: white;
	border-left: 10px solid #6699CC;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 17px;
}

#pContent {
	background-color: #E6E6CC;
	padding-left: 10px;
	padding-right: 10px;
}

#pContent div {
	background-color: white;
	display: none;
	border: 2px solid #6699CC;
	border-top: 0px;
	padding: 20px;
	padding-top: 5px;
}

#pContent div div {
	display: block;
}

#pContent div a {
	text-decoration: none;
	color: #6699CC;
	border-bottom: 1px dotted #6699CC;
	font-weight: bold;
}

#pContent div a:hover {
	border-bottom: 1px dotted #FF9900;
}

#Contact {
	border-top: 5px solid #E6E6CC;
	background-color: #6699CC;
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	background-color: 
}

#Contact a {
	font-size: 12px;
	font-weight: bold;
	color: white;
}

#feedContainer {
	margin-left: 15px;
}

#feedContainer span {
	padding-left: 3px;
	border-left: 3px solid #6699CC;
	margin-bottom: 2px;
}

#feedContainer span a {
	font-weight: normal;
	font-size: 12px; 
}

#feedContainer span.latest {
	border-left: 3px solid #FF9900;
}

#feedContainer span.latest a {
	font-weight: bold;
	font-size: 12px;
} 
