body {
		margin:0px 0px 0px 10px;
		}
		
	div.container {
		width:750px;
  	}
	
	div.spacer {
  		clear: both;
  	}
	
	#leftcontent {
		float:left;
		width:700px;
		font-size:12px;
		margin-left:10px;
		padding-bottom:10px;
		text-align:left;
		}

	#rightcontent {
		}
		
	#indenttext {
		width:600px;
		font-size:12px;
		margin-left:30px;
		padding-bottom:10px;
		text-align:left;
	}
	table {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		}
		
	td,p,h1,pre {
	margin:0px 20px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
		}
		
	
	#rightcontent p {

		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		margin-left:0px;
		}
		
	#footer {
		float:left;
		width:700px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:9px;
		margin-left:80px;
		}

	#copyright {
		width:565px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:9px;
		margin-left:25px;
		text-align:center;
	}		

	.titletag {
	font-size:14px;
	color: #003366;
	font-weight: bold;
	text-transform: uppercase;
		}
		
	a:link { 
	  color: #45589A; 
	  font-weight: bold;
	  text-decoration: none;
	  /* text-decoration: underline; */
	  }
	  
	a:visited {
	  color: #45589A;
	  font-weight: bold;
	  text-decoration: none;
	  /* text-decoration: underline; */
	  }
	  
	a:hover { /*this effect is not shown in NN4.xx*/
	text-decoration: underline; 
	/* color: #FFFFFF; 
	  background: #45589A;} */
	  }
	  
	a:active { /*colour in NN4.xx is red*/ 
	  color: #45589A;
	  text-decoration: underline; 
	  }
	  
.caption {
	font-size:9px;
	color: #333333;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.formelements {
	font-size:10px;
	color: #333333;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.caps {
	text-transform: uppercase;
}

.formHeaders {
	color: #003366;
	font-weight: bold;
	}
	
