body {
	background-color:#377A7A;
	margin: 20px 0px;
	background-image:url(furniture/bg_tile.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	}

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

#edge_top, #edge_btm, #page {
	margin-left:auto;
	margin-right:auto;
	}

#edge_top, #edge_btm {
	height:10px;
	width:960px;
	}

#page {
	width:920px;
	background-color:#FFF;
	padding:5px 20px 0px 20px;
	}

#header, #banner, #main, #footer {
	width:920px;
	}

#banner {
	height:150px;
	/*
	background-color:#CCC;
	*/
	}

#main {
	padding-top:15px;
	}

#menu {
	float:left;
	width:230px;
	}

#content {
	margin-left:250px;
	}

#txt_nav {
	text-align:center;
	font-size:9px;
	line-height:12px;
	padding-bottom:5px;
	}
	
.layout_table td {
	vertical-align:top;
	}

.nav_button {
	margin:1px 0px;
	border:none;
	}

.page_rule, .menu_rule {
	background-image:url(furniture/dashed_rule.gif);
	background-repeat:repeat-x;
	height:1px;
	width:100%;
	}

.page_rule {
	margin:5px 0px 5px 0px;
	}

.menu_rule {
	margin:1px 0px 1px 0px;
	}

.logo img {
	border:none;
	}

.quallogo {
	float:left;
	text-align:center;
	padding:5px;
}

.staffprofile {
	width:310px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.staffprofile img {
	float:right;
	border:#000 solid 1px;
	margin-left:10px;
}

.clear {
	clear:both;
}

h1, h2, h3, h4, p, ul, li, #txt_nav {
	padding:0px;
	}

h1, h2, h4 {
	margin:0px;
	}

p, h3, ul, li {
	margin:0px 0px 10px 0px;
	}

h1, h2, h3 {
	font-weight:bold;
	color:#5BB;
	}

h1 {
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	}

h2, h3 {
	font-size:13px;
	}

ul, li {
	list-style:disc outside none;
	}

ul {
	padding-left:16px;
	}

a {
	text-decoration:none;
	border:none;
	}

a:link {
	color:#5BB;
	}

a:visited {
	color:#377A7A;
	}

a:hover, a:active {
	color:#C00;
	}

.ghosted_link {
	color:#ADD;
	}
	
a > img {
	border:none;
	}