body {
	background: url(../graphics_new/site_structure/mermaid_colour_title.gif) no-repeat;
	background-color: #FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	word-spacing: normal;
}



#container {
	width: 700px;
	background: transparent;
	position: relative;
	top: 100px;
	right: 160px;
	margin-left: 290px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */

} 

#header {
	text-align: left;
	height: 200px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#topnav {
	width: 600px;
	position: relative;
	left: 115px;
	padding: 0 0 2px 0;
}

#nav	{
	background: transparent;
	margin: 0;
	padding: 0;
}

.smallnavli 
{
	width: 7em;
}

#nav ul	{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li	{
	margin: 0 0 0 5px;
	padding: 0 0 0 2px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: right;
	cursor: pointer;
	float: left;
}

#nav a {
	display: block;
	width: 8em;
	text-decoration: none;
}

#maincontent  {
	width: 620px;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 


a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.noline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FF0000;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	}

td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
	text-decoration: none;
}

th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: none;
	font-weight: bold;
	color: #7EBB42;
	text-decoration: none;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color:#099;
	text-decoration: none;
}


a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #099;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #069;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.noline {
	text-decoration: none;
}

.normal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #009999;
	text-decoration: none;
}
.mini {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #FF9900;
	text-decoration: none;
}

#footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 3px solid #099;
	width: 615px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
