body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
/* This section is for the main content area of the pages */

div#content {
	margin: 10px 25% 10px 20px;
	}
	
div#content p {
	font-size: .8em;
	}

div#content h1 { 
	font-size: 1.2em; 
	color: #009;
	}
	
div#content h2 { 
	font-size: 1em; 
	color: #009; 
	}
	
div#content h3 {
	font-size: .8em; 
	color: #009; 
	padding-top: 25px;
	margin-top: 25px;
	border-top: thin dashed #ccc;
	}
	
div#content h4 {
	font-size: .8em; 
	color: #009; 
	}
	
div#content td {
	font-family: verdana, arial, sans-serif; 
	font-size: .8em;
	}
	
div#content td * li {
	font-family: verdana, arial, sans-serif; 
	font-size: 1em;
	line-height: 1.5em;
	}
	
div#content li {
	font-family: verdana, arial, sans-serif; 
	font-size: .8em;
	line-height: 1.5em;
	}
	
div#content a:link {
	color: #009;
	text-decoration: underline;
	}
	
div#content a:visited {
	color: #00c;
	}
	
div#content a:hover {
	color:#fff;
	background-color: #6F8ABE;
	}
	
div#content .date {
	font-size: .6em;
	}
	
.highlight {
	color: #009;
	background-color: #FFC;
	border-bottom: 1px dashed #CC0000;
	padding: 0 0 2px 0;
	}

/* This section is for the navigation of the MATS site info - it is the light blue or grey area on the right of the pages */

div#rightnav {
	float: right;
	width: 20%;
	margin: 0 0 0 15px;
	padding: 10px 0 10px 0;
	color: #000;
	background-color: #7F98C7;
	font-size: .8em;
	line-height: 1.5em;
	}
	
div#rightnav h2 {
	color: #000;
	background-color: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 15px;
	}
	
div#rightnav a {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	display: block;
	padding: 0 0 0 30px;
	}
	
div#rightnav a:visited {
	color: #fff;
	background-color: transparent;
	}
	
div#rightnav a:hover {
	color:#009;
	background-color: #D9E0EE;
	}
	
/* This is the footer section of the pages */

div#footer {
	clear: right;
	border-top: thin dashed #ccc;
	padding: 10px;
	margin: 40px 0 0 0;
	}
	
div#footer p {
	font-size: .7em;
	}
