html, body {
	margin:0px;
	padding:0px;
}

table {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}

td {
	padding:0px;
	margin:0px;
}


h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-family:sans-serif;
	margin:0px;
	padding:0px;
}

a img {
	border:none;
}

form input {
	margin:0.5em;
}
form textarea {
	margin:0.5em;
}

form th {
	text-align:right;
}

form .required {
	font-weight:bold;
	background-color:rgb(255,255,255);
	color:rgb(255,0,0);
}

.illustrations img {
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:0px;
	padding:0px;
}

.illustrations {text-align:right;}
.title {background-color:rgb(0,51,153);color:rgb(255,255,255);}
.titlesub {border-bottom:1px solid rgb(0,51,153);}
.titlesub td {border-bottom:1px solid rgb(0,51,153);}
.titlesub h1 {
	margin-left:10px;
	padding:0em;
	font-family:serif;
	font-size:1.5em;
	font-weight:normal;
	letter-spacing: 0.2em;
	word-spacing: 0.3em;
	color:rgb(0,51,153);
	background-color:rgb(255,255,255)
}

.menuholder {
	padding:0px;
	background-color:rgb(0,51,153);
	color:rgb(255,255,255);
	width:190px;
}

.advert {
	margin-top:6em;
	}
.advert img {
	padding:10px;
	margin-bottom:2em;
	margin-top:2em;
	border:none;
	/*border: 1px dashed rgb(255,255,255);*/
}

.menu {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	border-collapse:collapse;
	min-width:25em;
}
.menuholder .menu td {
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:0.25em;
	padding-bottom:0.25em;
	background-color:rgb(0,51,153);
	color:rgb(255,255,255);
	border-top: 1px solid rgb(255,255,255);
}

.menu td#homelink {
	border-top: none;
}

.menu td a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:rgb(255,255,255);
	background-color:rgb(0,51,153);
}

.menu td a:link {
	color:rgb(255,255,255);
	background-color:rgb(0,51,153);
}

.menu td a:hover {
	color:rgb(0,51,153);
	background-color:rgb(255,255,245);
}

.sidebar {
	margin:10px;
	border-collapse:collapse;
}

.content {
	margin:1em;
}

.content h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-family:sans-serif;
	margin-bottom:0.5em;
	padding:0px;
	color:rgb(0,51,153);
	background-color:rgb(255,255,255);
}

.content h1{
	font-size:1.5em;
}
.content h2{
	font-size:1.4em;
}
.content h3{
	font-size:1.3em;
}


.content p{
	max-width:45em;
}
.content blockquote{
	max-width:45em;
}
.content ul{
	max-width:45em;
}
.content ol{
	max-width:45em;
}
.content dl{
	max-width:45em;
}


.pagefooter {
	border-top:1px solid rgb(0,51,153);
	background-color:rgb(255,255,204);
	text-align:center;
	height:2em;
}

table.outertable {
	margin:0px;
	border-collapse:collapse;
}

table.outertable td{
	margin:0px;
	padding:0px;
}

table.outertable th{
	margin:0px;
	padding:0px;
}

.footerholder {
	height:1em;
}

.caption {font-weight:bold;text-align:center;font-size:1.1em;}

.bottomlink {
	max-width:35em; /* 45em width for normal sizes, h3 is 1.3 times normal size so 45em / 1.3 = 35em*/
	text-align:center;
}

.forum {
	margin:1px;
	border:1px solid rgb(0,51,153);
	border-collapse:seperate;
}

.content .forum td {
	border:1px solid rgb(0,51,153);
	padding:0.5em;
}

.forum td a{
	text-decoration:none;
}
.forum td a img{
	border:none;
}


.forum td a:link{
	color:rgb(0,51,153);
	background-color:rgb(255,255,255);
}

.forum td a:hover{
	color:rgb(0,51,153);
	background-color:rgb(255,255,245);
}

table.forummenu{
	margin-top:1em;
	margin-right:0.5em;
}
table.forummenu td{
	padding:0.5em;
	border:1px solid rgb(0,51,153);
	background-color:rgb(255,255,255);
	color:rgb(0,51,153);
}
table.forummenu td a{
	font-weight:bold;
}
table.forummenu td a:link{
	color:rgb(0,51,153);
}	
table.forummenu .details{
	padding:0.5em;
	border:1px solid rgb(0,51,153);
	background-color:rgb(255,255,204);
	color:rgb(0,51,153);
}

.content .forum th {
	background-color:rgb(255,255,204);
	color:rgb(0,51,153);
	border:1px solid rgb(0,51,153);
	padding:0.5em;
	font-size:1.1em;
	font-family:sans-serif;
}

.content .forum th.topmostheading{
	text-align:center;
}
.content .forum th em{
	font-size:1em;
}

.content .downloads table td{
	padding-top:0.5em;
}

.downloadsub {
	margin-top:0.5em;
	margin-bottom:0px;
}