body
{
	margin : 0;
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size : small;
}

div#header 
{
	position : absolute;
	top : 0;
	left : 155px;
	background-color : #86B9AE;
}
div#menu 
{
	position : absolute;
	top : 0;
	left : 0;
	width : 155px;
	height : 100%;
	background-color : #003B27;
	border-right : 3px solid #86B9AE;
}
div#content 
{
	position : absolute;
	top : 150px;
	left : 200px;
}
p 
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : x-small;
	margin-top : 3px;
	margin-bottom : 6px;
}
p.message 
{
	color : Red;
	font-weight : bold;
}
table 
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : x-small;
	margin-top : 12px; margin-bottom : 12px; margin-left : 12px; margin-right : 12px;
}
h1, h2, h3, h4, h5, h6 
{
	font-family : Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	color : #A2425D;
}
.ValSummary 
{
	font-size : x-small;
	font-weight : bold;
}
