/**
Quality Heat basic styles for all browsers but optimised for Internet Explorer 4+
**/

span, p, ul, ol, td, th, blockquote {
	font-size: x-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
}
font {
	font-size: x-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div {
	/* seperate because it effects the pop out navigation menu */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
}
table.body {
	padding-left : 340px;
	padding-right: 10px;
}
div.body {
	padding-left : 210px;
	padding-right: 16px;
	height : 300px;
}
div.bodywide {
	padding-left : 30px;
	padding-right: 16px;
}
a {
	font-size : x-small;
	color: #ff0000;
	text-decoration: none;
	font-weight : bold;
}
a:active {
}
a: visited {
	color: #336699;
}
a:hover {
	color: #ffff00;
	text-decoration: none;
	background-color: #ff0000;
}
body {
	margin-left : 0px;
	margin-right : 0px;
	background-color: #ffffff;
	color: #000000;
}
 ul {
	line-height: 150%;
	list-style-image : url(../images/bullet2.gif);
}
IMG.photo {
	border-color : #000000;
	border-width : 1px;
	border-style : solid;
}
.caption, .photo {
	background-color : #ffcc00;
	color : #000000;
}

h1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 144%;
	font-weight : bold;
	color : #990000;
}
h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 122%;
	font-weight : bold;
	color : #336699;
}
h3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 110%;
	font-weight : bold;
	color : #336699;
	font-style : italic;
}
small, .small {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
}
small a:link, small a:active, small a:visited {
	font-size : 8pt;
}
.white {
	color : #ffffff;
}
a.white:link, a.white:active, a.white:visited {
	font-weight : normal;
	color : #ffffff;
}
a.white:hover {
	font-weight : normal;
	color: #ffffff;
}
a.smallwhite:link, a.smallwhite:active, a.smallwhite:visited {
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
}
a.smallwhite:hover {
	font-size : 8pt;
	font-weight : normal;
	color: #ffffff;
}
.man {
	color : #ff0000;
}
.tm {
	font-size : xx-small;
	line-height : 200%;
}
code {
	font-family : "Courier New", Courier, monospace;
	font-size : x-small;
}
/* ------------------------ classes ---------------------------- */

.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
}
a.footer:link {
	font-size : xx-small;
	color : #ff0000;
	text-decoration : none;
}
a.footer:active, a.footer:visited {
	font-size : xx-small;
	text-decoration : none;
}
a.footer:hover {
	font-size : xx-small;
	color : #ffff00;
	background-color : #ff0000;
}
a.footer:active {
	font-size : xx-small;
}


/* forms */
.form{
	font-size : 9pt;
	font-weight : bold;
}
.wide{
	width: 144px;
	background-color : #c6e3ff;
}
.narrow{
	width: 90px;
	background-color : #c6e3ff;
}
.button{
	background-color: #ffcc00;
	color: #003366;
	font-weight: bold;
	height: 25px;
	border-left-color : #ffff00;
	border-right-color : #cc9900;
	border-bottom-color : #cc9900;
	border-top-color : #ffff00;
}
.unbold{
	font-weight : normal;
}
.error{
	color: #cc0000;
	font-weight: bold;
	background-color : #c6e3ff;
}
/* positioning of search field under navigation menu */
.search {
	position: absolute;
	left: 20px;
	top: 352px;
}
/* sets the background for the left hand nav menu */
.nav {
	background-image:url(images/bg_nav.gif);
	background-repeat: repeat-y;
	position: absolute;
	left: 0px;
	top: 155px;
	width: 110px;
	height: 280px;
}
/* sets the header logo */
.header {
	background-color:#336699;
	width:100%;
}
