BODY {
	font-family:Georgia, sans-serif;
	font-size:12pt;
	margin:0;
	padding:0;
	}
	
A:link, A:visited, A:hover, A:active{
	color:black;background:white;text-decoration:underline;}
	

	
/* The #color-code and the .[color] is to color code the page, in case we decide to have different codes for each country */

#top {	display:none;}

	
/* The content elements*/

#main {}

#left {background-color:white;
	float:left;
	padding:0 10px 1em 0;
	margin:0;
	width:173px;
	}

.left-illustration {
	text-align:center;
	font-family:verdana, arial, sans-serif;
	font-style:italic;
	font-size:10pt;
	}
	
.left-illustration IMG {
	}
	
.left-illustration H4{
	text-align:left;
	margin:1em 0 0;
	font-size:1em;
	text-transform:uppercase;
	}
	
.left-illustration P{
	text-align:left;
	margin:0.5em 0 0;
	font-size:1em;
	}
	
.dashed-border {
	border-bottom:dashed 1px #666;
	margin:0 0 2em;
	}

#middle {}
	
#middle H1 {
	font-family:Georgia, Times, serif;
	color:#666;
	font-size:18pt;
	margin:0 0 1em;
	padding:0;
	}
	
#middle H2 {
	padding:4px 0;
	margin:0;
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	font-family:Verdana,Arial,sans-serif;
	font-size:0.8em;
	font-style:italic;
	font-weight:normal;
	}
	
#middle H3 {
	font-family:Verdana,Arial,sans-serif;
	color:#333;
	font-size:12pt;
	margin:0;
	padding:0;
	}
	
.h-ruler {
	height:1px;
	background-color:#000;
	}
	
#middle .printer{display:none;}
	
.author {
	font-style:normal;
	font-weight:bold;
	}
	
.author A:link{text-decoration:none;}
.author A:visited{text-decoration:none;}
.author A:hover{text-decoration:none;}
.author A:active{text-decoration:none;}

.maxwidth {position:relative;
	clear:both;
	}


/* */


/* */
#bottom {
	clear:both;
	padding:2em 0;
	}
	
/* Bottom credits is for ... well, the credits (which might end up being contact info, copyright and such) text at the bottom of the page */

#credits {
	font-family:Georgia, Times, serif;
	font-size:0.9em;
	color:#666;
	border-bottom:solid 1px #999;
	border-top:solid 1px #999;
	padding:15px 0;
	margin:0;
	}
	
#credits P{
	text-align:center;
	padding:0;
	margin:0;
	}