/* Self-catering */
		#container {
			width: 728px;
			border: 1px solid #6B9F40;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
		}

		#banner {
			padding: 0px;
			margin-bottom: 5px;
			background-color: #ffffff;
		}

		#content {
			padding: 5px;
						
			background-color: #ffffff;
			border: 1px solid #ffffff;
		}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
			margin-right: 0px;
			background-color: #ffffff;
		}
		
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
    margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
    margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
    margin-bottom: 5px;
}

h1, h2, h3 {
font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	margin-top: 0; /* was 1em */
	color: #000;
	background: transparent;
	}

h1	{
	font-size: 14pt;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 2px;
	}
	
h2	{
	font-size: 12pt;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 2px;
	}
	
h3 {
	display: none;
}	

.indent {margin-left: 10px;
}

.indent20 {margin-left: 20px;
}

/* Link styles */
a:link {
   font-weight : bold; 
   text-decoration : underline; 
   color: blue;
	}

a:visited {
   font-weight : bold; 
   text-decoration : underline; 
   color: blue;
	}
a:hover {
   color : blue;
   text-decoration : underline; 
	}

a:active {
   font-weight : bold; 
   text-decoration : none; 
	}
	
/* Link styles for Footer (small links) */

#footer a {
   font-weight : normal; 
   text-decoration : underline; 
   color: blue;
	}
#footer a:visited {
   font-weight : normal; 
   text-decoration : underline; 
   color: blue;
	}
#footer a:hover {
   color : blue;
   text-decoration : none; 
	}
#footer a:active {
   font-weight : bold; 
   text-decoration : none; 
	}
		
/* Horizontal top nav */
#navcontainer
	{
		background-color: #ffcc33;
	}
	
#navcontainer ul
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: white;
		text-align: left;
		margin: 0;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
#navcontainer ul li
	{
		display: inline;
		margin-left: -4px;
	}
	
#navcontainer ul li a
	{
		padding: 5px 10px 5px 10px;
		color: #000000;
		text-decoration: none;
		border-right: 1px solid #fff;
	}
	
#navcontainer ul li a:hover
	{
		background-color: #16008D;
		color: white;
	}
	
	#active a { border-left: 1px solid #fff; }	
