body {
	background-color:#000;
	padding:0;
	margin:0;
}
#main {/* sets fixed width page in centre of browser */
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	width: 770px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: medium;
}


#banner {
	width: 770px;
	background-color: #ECECEC;
}
#banner_logo {
	padding-left:5px;
	float: left;
}
#banner_text {
	float: right;
	padding: 23px 15px 0px 0px;
}


.greybox {
	margin:0;
	padding:0;
	background-color: #ECECEC;
}	
.greybox_top { 
	margin:0;
	padding:0;
	background: url(/gfx/gne.gif) no-repeat top right; 
}
.greybox_top div { 
	margin:0;
	padding:0;
	height:8px;
	background: url(/gfx/gnw.gif) no-repeat top left;
}
.greybox_bottom { 
	background: url(/gfx/gse.gif) no-repeat bottom right; 
}
.greybox_bottom div {
	clear:both;
	height: 8px; 
	background: url(/gfx/gsw.gif) no-repeat bottom left; 
}


h1 {
	font-size:large;
	margin:0.5em 0 0.5em 0;
} 
h2 {
	font-size: medium;
	padding:0em 0em 0.5em 0em;
	margin:0;
}
.leftcolumn {
	float: left;
	width: 426px;
	padding-left:12px;
}
.rightcolumn {
	padding-right:8px;
	float: right;
	width: 324px;
}
.fwcolumn {
	padding:0 12px 0 12px;
}
.small {
	font-size: small;
}

.textbox {
	padding:1em 1em 1em 1em;
}
.textbox p {
	margin:0 0 1em 0;
}
.thumbs {
}
.thumbs p {
	margin:0;
	float:left;
	height:270px;
	width:248px;
	text-align:center;
}
.thumbs img {
	display:block;
	padding:0 0 0.5em 17px;
}


.fullrow {
	padding:2px;
	clear:both;
}
.onerowgap {
	height:1em;
}
hr {
	width:80%;
	border:0;
	color:#999;
	background-color:#999;
	margin-bottom:1.5em;
	margin-top:1.5em;
}
	
.linkbox {
	width:260px;
	height:28px;
	background:url(/gfx/mid_grn_lbox.png) repeat-x;
	text-align: center;
	line-height:28px;
}	
.linkbox_left {
	float:left;
	width:16px;
	height:28px;
	background: url(/gfx/left_grn_lbox.png) no-repeat; 
}
.linkbox_right { 
	float:right;
	width: 16px;
	height:28px;
	background: url(/gfx/right_grn_lbox.png) no-repeat; 
}

.linkbox a {
	display:block;
	padding-top:1px;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
	color:#7E4222;
}
.linkbox a:hover {
	color:#612110;
	text-decoration:underline;
}

.appwin {
	position:relative;
	left:1em;
	top:5px;
}

.logo {
	position:relative;
	top:5px;
}

.dltable tr td {
	height:74px;
}
.osimg {
	float:right;
	padding-right:15px;
}

form {
	padding:0;
	border:0;
	margin:0;
}
.pptable {
	margin:10px 0 0 120px;

}
.pptable tr td {
	border: 10px solid #ECECEC;
}

.mid {
	text-align:center;
}

.small_centered_box {
	text-align:justify;
	padding:40px 140px 40px 140px;
}

.floatl {
	float:left;
}
.floatr {
	float:right;
}
.clearb {
	clear:both;
}
