* {
   margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    width:900px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
.push {
    width:900px;
    height: 4em;
}
.footer {
    width:900px;
    height: 4em;
	background: #333333;
	text-align: center;
	margin:auto;
}

body {
  color: #333;
  font: 13px Trebuchet MS, Verdana, sans-serif;
  text-align: left;
  background:url(images/body_bg.gif) repeat-y top center #FFFFFF;
}

#content {
    padding:0 10px 0 10px;
}

h1 {
  font: bold 12px Verdana, sans-serif;
}

h2 {
  /* top right bottom left */
  padding: 0.5em 0 .2em 0;
  font: normal 20px/1.5em Georgia, serif;
  text-align: left;
}

p {
  margin: 0.5em 0;
  line-height: 2em;
  text-align: left;
}

p.usedmenu {
   font-family: Georgia, serif;
   font-size: 160%;
   font-weight: bold;
   text-align: center;
}

a {
  color: #0000FF;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  color: #660033;
  text-decoration: underline;
}

#footer-left {
	float:left;
  	padding: 0 1em;
    line-height: 50px;
	color:#999999;
	font-size: 86%;
    font-family: Trebuchet MS, Verdana, sans-serif;
}
#footer-left a {
	color:#999999;
	text-decoration:none;
	}
#footer-left a:hover {
	color:#999999;
	text-decoration:underline;
	}

#footer-right {
	float:right;
	color:#999999;
  	padding: 0 1em;
    line-height: 50px;
	font-size: 86%;
    font-family: Trebuchet MS, Verdana, sans-serif;
	}
#footer-right a {
	color:#999999;
	text-decoration:none;
	}
#footer-right a:hover {
	color:#999999;
	text-decoration:underline;
	}


/* Menu */
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	text-decoration:none;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}
	
/* Richard's */
td {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}
td.detailhead {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
}

td.detailtext {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}

th.list {
    border: 1px solid #999;
	background: #CCCCCC;
	color: black;
	padding: 4px;
} 
td.list {
    border: 1px solid #CCC;
	padding: 4px;
} 
table.list {
	border-collapse: collapse;
    border: 2px solid #000;
	margin-left: 10px;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}

.small {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}

img.image {
    border: 2px solid blue;
}

ul.normal {
    text-align:left;
    list-style-type: square;
}

