/* Stylesheet for Prectice Reflexions */

/* Style for header navigation */

.mainnavigation {
	background-color: #82bfb7;
	margin: 0 .5em 0 .5em; 
}
.mainnavigation td {
	text-align: center;
	vertical-align: middle;
	padding: .1em 0 .1em 0;
}
.mainnavigation a {
	background-color: #82bfb7;
	text-decoration: none;
	color: #333333;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}

/* Style for footer */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

/* Other */

p,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

li {
	margin-bottom: 3px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #376C66;
}
.nobullet {
	list-style-type: none;
}
.highlight {
	color: #003366;
	font-size: .9em;
	font-weight: bold;
}