	body{
		background-color:#999999;
		color:#000000;
		padding:0;
		margin:0;
		margin: 0 auto;
		font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
		font-size:12px;
	}
	
	#Main{
		width:1150px;
		margin: 0 auto; /* compliant browser center */
	}
	
	a{
		border:none;
	}
	
	img{
		border:none;
	}

	#Content{
		position:absolute;
		background-image:url('../images/background.jpg'); 
		width:1150px; 
		height:765px;
	}

	/** The menu */
	#Menu{
		margin-top:211px;
		margin-left:395px;
		font-weight:bold;
	}
	
	#Menu ul{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
	#Menu li{
		display:inline;
		margin-right:15px;
	}
	
	#Menu a{
		color:#ffffff;
		font-size:11px;
		text-decoration:none;
	}
	
	#Menu a:hover{
		text-decoration:underline;
	}
	
	#Menu .selected{
		text-decoration:underline;
	}

	/** The title */
	#Title{
		margin-left:370px;
		margin-top:42px;
		color:#cc0033;
		font-weight:bold;
		font-size:11px;
	}
	
	/** The possible extra links for subpages */
	#ExtraLinks{
		float:right;
		margin-top:20px;
		margin-right:180px;
		text-align:right;
	}
	
	#ExtraLinks ul{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
	#ExtraLinks li{
		padding-bottom:5px;
	}
	
	#ExtraLinks a{
		color:#003333;
		text-decoration:none;
		font-style:italic;
		font-weight:bold;
		font-size:10px;
	}
	
	#ExtraLinks a:hover{
		text-decoration:underline;
	}
	
	#ExtraLinks .selected{
		text-decoration:underline;
	}
	
	/** A possible title above the text */
	#TextTitle{
		margin-top:15px;
		margin-left:370px;
		width:300px;
		font-style:italic;
		font-weight:bold;
		color:#003333;
		font-size:13px;
	}
	
	/** The main text */
	#Text{
		margin-top:10px;
		margin-left:370px;
		width:620px;
		height:330px;
		overflow:auto;
		color:#003333;
		line-height:1.6em;
	}
	
	#Text a{
		text-decoration:none;
	}
	
	#Text a:hover{
		text-decoration:underline;
	}
	
	/** special type for links */
	#Text .links{
		margin-top:5px;
		color:#cc0000; 
		font-size:11px;
		width:100%;
	}
	
	#Text .links a{
		color:#cc0000; 
		font-size:11px;
	}
	
	#Text .links td{
		padding-bottom:15px;
	}
	
	/** special type for documents */
	#Text .documents{
		margin-top:5px;
		color:#cc0000; 
		font-size:11px;
		width:100%;
	}
	
	#Text .documents a{
		font-size:11px;
	}
	
	#Text .documents td{
		padding-bottom:10px;
	}
