body {
	background: #ffffff;
	font-size: 1em;
     font-family: Arial, Verdana, Geneva, sans-serif;
	
}

#wrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0;
	border:0;
	width: 800px;

}

#header {
	background: #ffffff url(images/GridPP_logo.jpg) no-repeat left;
	height: 95px;
	margin-bottom: 20px;
}

.daygroup {
	margin-top: -5px;
	float: right;
	width: 560px;

}

.sidebar {

	font-size: 0.8em;
	float: left;
	width: 200px;

}

.subsection{
	margin: 5px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 100%;
	background: #DCE4EF;

}

a {
   color: #0000EE;
}

h1 {
	margin-top: 0px;
	padding-top: 20px;
	font-weight: normal;
	letter-spacing: -2px;

	color: #555072;
}

h2 {

	color: #526296;
}


h3 {

	font-weight: normal;
	background-color: #526296;
	padding: 4px;
}

h3 a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

h4 {

	font-weight: bold;
}

h4 a {
	text-decoration: none;
}

img.face {
	float: right;
	margin-top: -4em;
}

.entry {
	margin-left: 10px;
	margin-bottom: 2em;
}

.entry .date {

	color: grey;
}

.entry .date a {
	text-decoration: none;
	color: inherit;
}

.sidebar h2 {
	color: #000000;
}

.sidebar ul {
	line-height: 1.4em;
	padding: 0px;
	list-style-type: none;
}

.sidebar ul li:hover {
	color: grey;
}

.sidebar ul li a {
       text-decoration: none;
}

.sidebar ul li a:hover {
       text-decoration: underline;
}

.sidebar ul li a img {
       border: 0;
}



.sidebar .message {
   cursor: help;
   border-bottom: 1px dashed red;
}

.sidebar a.message:hover {
   cursor: help;
	background-color: #ff0000;
	color: #ffffff !important;
	text-decoration: none !important;
}



a:hover {
	text-decoration: underline !important;
	color: blue !important;
}


