body {
	background-color : #ffffff; 
	color : #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin : 10px;
	text-align : left;
	font-size : 0.8em;
}
td {
	border-width : 0px;
	padding : 3px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	background-color : #ffffff; 
}
th {
	text-align : left;
	font-size : 0.8em;
	padding : 3px;
	background-color : #ffffff; 
}
a, a:link, a:visited {
	font-weight : bold;
}

/* CSS Paned layout bits */
#head {
	width: 100%; 
	display:block;
}
#wrap {
  position: relative;
}
#wrap #main {
  margin: 0 20px 0 190px;
}
#wrap .sidebar {
  width: 170px;
  position: absolute;
  top: 0;
  margin-left : 5px;
}

/* Sidebars left / right with Netscape 4 fix */
#left {
  left: 0;
  float: left;
}
#right {
  right: 0;
  float: right;
}

/* IE Fixes */
/*/*/
#left {
  left: -185px;
  float: none;
}
#wrap>#left {
  left: 0;
}
#right {
  float: none;
}
/* End of layout */

/* Custom classes */
#mainheader {
	margin-top : 10px;
	font-weight : bold;
	font-size : 16pt;
}
#qualheader {
	font-weight : bold;
	font-size : 13pt;
}
#tagheader {
	font-weight : bold;
	font-size : 16pt;
	margin-bottom : 10pt;
}

#headerleft {
	WIDTH: 180px;
	vertical-align : top;
	text-align : center;
}
#headertext {
	text-align : left;
	position : relative;
	margin: 0 0 0 190px;
}
/* Header image and shadow */
#hdrshadow {
	background-color : #bbb;
	width : 120px;
	height : 100px;
	position : absolute;
	top : 10px;
	left : 15px;
}
#hdrimg {
	position : relative; bottom : 2px; right: 4px;
}

/* Menu / navigation */
#navigation {
	width: 180px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-left : 5px;
}
#navigation ul {
	/*list-style: none;*/
	margin: 5px;
	padding: 0;
}
#navigation li {
	padding-bottom : 6px;
}
#navigation ul li.dis {
	font-weight : bold;
	color : #666666;
}
#navigation li a:link, #navigation li a:visited {
	display: block;
  	padding: 2px 5px 5px 0px;
	color: #000000;
	text-decoration: none;
}
#navigation li a:hover {
	padding-left : 10px;
	color: #000000;
   	padding: 1px 3px 3px 9px;
	border-left : 1px solid #757575;
	border-top : 1px solid #757575;
	border-right : 2px outset #757575;
	border-bottom : 2px outset #757575;
}
#navigation ul ul {
	margin : 0px 0px 0px 10px;
}
#navigation ul ul li {
	font-size : 0.85em;
	padding-bottom : 3px;
}
#navigation ul ul li.dis {
	font-size : 0.85em;
	padding-bottom : 5px;
	font-weight : bold;
	color : #666666;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	display: block;
	height : 12px;
	color: #000000;
  	padding: 2px 5px 5px 0px;
	text-decoration: none;
}
#navigation ul ul a:hover {
	padding-left : 10px;
	color: #000000;
   	padding: 1px 3px 3px 9px;
	border-left : 1px solid #757575;
	border-top : 1px solid #757575;
	border-right : 2px outset #757575;
	border-bottom : 2px outset #757575;
}

.ctr {
	text-align : center;
}
.left {
	text-align : left;
}
.right {
	text-align : right;
}
td.gall {
	background-color : #ffffff;
	padding : 10px;
}

.w200 {
	width : 200px;
}
.ttop {
	vertical-align : top;
}
.spacer {
	height : 10px;
}

/* Not yet used in this site */
.w300 {
	width : 300px;
}
.bigm {
	margin-left : 10%;
	margin-right : 10%;
}
.tiny {
	font-size : 0.6em;
	font-family : arial;
}

