body {
	font-family: verdana, tahoma, sans-serif;
	font-size: 10pt;
	background: white;
	margin: 10px;

	margin-left: 60px;
	margin-right: 60px;
}

a:link, a:visited, a:active, a:hover {
	color: black;
}

a.menu:link, a.menu:visited {
	color: rgb(255, 255, 255);
}

div#banner {
	margin:-10px;	
	margin-bottom: 0px;
	font-size:10pt;	
	height: 100px;
	background-color:rgb(124, 193, 109);

	margin-left: -60px;
	margin-right: -60px;
}

div#menu {
	margin:-10px;
	margin-top: 0px;
	background-color: rgb(0, 128, 0);
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 8pt;
	padding: 3px;
/*	border-top: 1px solid rgb(0,64,0);
	border-bottom: 1px solid rgb(0,64,0);*/

	margin-left: -60px;
	margin-right: -60px;
}

div#menu_shade {
	margin:-10px;
	margin-top: 10px;
	background: url(images/menu_shade.png);
	background-repeat: repeat-x;
	height: 10px;
	padding: 0px;
	font-size: 1pt;

	margin-left: -60px;
	margin-right: -60px;
}

div#slogan {
	position: absolute;  
	top: 30px; bottom: 0px; left: 300px; right: 0px;
	height: 50px;
	color: rgb(255, 255, 255);
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
}

div#footer {
	position: absolute;  
	bottom: 0px; left: 0px; 
	width:100%;
	background-color:rgb(124, 193, 109);
}

div.messagetitle {
	margin-top:10px;
	margin-bottom: 0px;
	margin-right: 15px;
	padding: 2px;
	padding-left:5px;
	background-color:rgb(124, 193, 109);
	font-size:10pt;
}

div.messagebody {
	margin-top:0px;
	margin-bottom: 10px;
	margin-right: 15px;
	padding: 5px;
	/*background-color:rgb(230, 255, 230);*/
	background-color:rgb(235, 240, 235);
}

div.label {
	margin-bottom:0px;
}

input, textarea {
	width:80%;	
	margin-top:0px;
	margin-bottom: 0px;
}

img.portrait {
	padding-right: 10px; 
	padding-bottom:10px;
}

h1 { 
	font-size: 16pt; 
}

h2 { 
	font-size: 13pt; 
}

h3 { 
	font-size: 10pt; 
}