DIV { font-family:Arial }
.redfont { color:red }

}

body, td {
	font-family: sans-serif; 
	font-size: 12px;
	color: #000000;
	
}

.outer {
	text-align: left; /* Used to centre page */
}

.page {
	/*margin: auto; */ /* Used to centre page */
	text-align: left; /* Otherwise the center (used to centre page) from .outer inherits */
	width: 900px;
}

.content {
	float: right; /* Used to float the content div to the right so it can come before the nav in the source (search engines) */
	width: 750px;
}

.tabcontent {
	float: right; /* Used to float the content div to the right so it can come before the nav in the source (search engines) */
	width: 750px;
	font-size: 12px;
}

.nav {
	width: 100px;
}

.navbox {
 font-size: 15px;
 	position: absolute;
 	top: 0;
 	left: 10px;
 	margin-top:8px;
	border: 3px outset black;
	background-color: #f5f5f5;
	padding: 10px;
	width: 100px;
	
}

.sidelinks {
 font-size: 12px;
	border: 3px outset black;
	background-color: #ffffff;
	padding: 10px;
	width: 100px;
	
}


.title {
 font-size: 35px;
	border: 3px outset black;
	background-color: #f5f5f5;
	padding: 1px;
	width: 750px;
	
}

div.row {
	clear: both;
	padding-top: 10px;
	}
	
div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
	}
div.row span.form {
	float: right;
	width: 300px;
	text-align: left;
	}