html, body { 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #304c5c;
	color: #404040;
	font-family: Georgia,serif;
	font-size: 12px;
	line-height: 150%;
	height:100%;
	max-height: 100%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

#main {
	margin: 6px auto 0 auto;
	text-align:center;
	height:100%;
	max-height: 100%;
	width:698px;
	background-image: url(../images/main_tile.gif);
	background-repeat: repeat;
}

#content { 
	position:absolute;
	margin:0 auto 0 auto;
	width:698px;
	height:auto;
	max-height: auto;
	text-align:left;
	background-image: url(../images/main_tile.gif);
	background-repeat: repeat;
}

* #content { 
	position:relative;
}

.margin {
	width: 32px;
	float: left;
}

#white_tile {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(../images/white_tile.gif);
	background-repeat: repeat;
}

#innards {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 634px;
	float: left;
}

#logo {
	width: 469px;
	float: left;
}

#strapline {
	text-align: right;
	float: left;
}

#navline {
	margin: 5px 0 6px 0;
	border-bottom: 1px #333 solid;
	clear: both;
}

#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
}

li.navitem{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	display: inline;
	list-style-type: none;
}

.dot {
	margin: 0 8px 0 8px;
}

.clear {
	clear: both;
}

#bottom_grey {
	margin: auto 2px auto 2px;
	height:auto;
	max-height: auto;
}

#greyline {
	width: 694px;
	margin:auto;
	border-bottom: 1px #e5e5e5 solid;
}

#copyright {
	text-align: right;
	margin: 6px 32px 0 0;
	color: #999;
	font-size: 80%;
}

#left_col {
	margin: 0 0 0 0;
	padding: 0 25px 0 0;
	width:240px;
	float: left;
}

#right_col {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:240px;
	float: left;
}

#full_col {
	width:490px;
}

.fold_closed {
	margin: 0 0 8px 0;
	width:490px;
	border-top: 1px #e5e5e5 solid;
}

.fold_open {
	margin: 0 0 8px 0;
	width:490px;
	background: #f4f4f4;
	border-top: 1px #e5e5e5 solid;
}
	
.fold_inner {
	padding: 0 12px 8px 13px;
}

.panel_link_title {
	margin: 4px 0 4px 2px;
	font-size: 110%;
	float: left;
}

.panel_instruction {
	margin: 4px 12px 4px 0;
	color: #f18e00;
	text-align: right;
	float: right;
}

.thumbnail {
	margin: 8px 0 8px 8px;
	float: right;
}

.in_text {
	margin:0 0 12px 12px;
	float: right;
}


.closed_text {
	padding: 4px 12px 8px 13px;
}

/* Type etc */

a:link { color:#2f5374; text-decoration: underline; }
a:visited { color:#2f5374; text-decoration: underline; }
a:hover { color:#f18e00; text-decoration: underline; }

a.nav:link { color:#2f5374; text-decoration: none; }
a.nav:visited { color:#2f5374; text-decoration: none; }
a.nav:hover { color:#f18e00; text-decoration: none; }

a.panel:link { color:#f18e00; text-decoration: none; }
a.panel:visited { color:#f18e00; text-decoration: none; }
a.panel:hover { color:#f18e00; text-decoration: none; }

.bold { font-weight:bold; color:#95a900; }
.orange { color:#f18e00; }
.light { color:#999; }
.small { font-size: 75%; }

h2 { padding: 12px 0 0 0; font-weight: bold; font-size: 130%; color:#000; line-height: 75%; }
h3 { padding: 12px 0 0 0; font-weight: bold; font-size: 110%; color:#f18e00; line-height: 75%; }
