html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:rgb(240,218,199);
	background-image: url("podbackground.jpg");
	font-size:76%; 
	font-family:georgia, palatino linotype, times new roman, serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:rgb(240,218,199);
	background-image: url("podbackground.jpg");
	}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:150px; 
	bottom:27px; 
	width:550px; 
	margin-left:-200px; 
	left:50%; 
	border-right:1px solid #000;
	background:#fff;
	}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:551px;
	border-top:154px solid #fff; 
	border-bottom:25px solid #fff;
	}

#leftMenu {
	display:block;  
	position:absolute;
	overflow:auto; 
	margin-left:-351px; 
	left:50%; 
	top:150px; 
	bottom:27px;
	width:149px; 
	min-width:149px;  
	background:#fff; 
	z-index:4; 
	border-left:1px solid #000;
	border-right:1px solid #000;
	}

* html #leftMenu {
	top:0; 
	bottom:0; 
	height:100%;
	width:151px;
	border-top:154px solid #fff; 
	border-bottom:25px solid #fff;
	}


#head {
	position:absolute; 
	margin-left:-351px; 
	left:50%; 
	top:0; 
	width:700px; 
	min-width:700px; 
	height:150px; 
	background:#637A72; 
	font-size:1em; 
	z-index:5; 
	border:1px solid #000;
	}

* html #head {
	top:2px; width:702px; height:148px;
	}
a.back {color:#D67D5F; font-size:1.2em; font-weight:bold; font-family:verdana, arial, sans-serif;}
a.normlink {color:#D67D5F;}

a.thumb img {border-style: solid; border-width: 2px; border-color: #ffffff;}
a.thumb:hover img {border-color: #D67D5F;}
a.thumb:hover {background-color: #D67D5F;}

a.nav1, a.nav2, a.nav3, a.nav4, a.nav5 {width:140px; height:150px; display:block; float:left; background:url("heading.jpg"); text-align:center; font-size:1em; font-weight:bold; color:#fff; text-decoration:none; font-family:verdana, arial, sans-serif; line-height:25px; overflow:hidden;}
#head a .pad {display:block; width:140px; height:125px;background:transparent; border-bottom:1px solid #000;}

a.nav1 {background-position:0 150px;}
a.nav2 {background-position:-140px 150px;}
a.nav3 {background-position:-280px 150px;}
a.nav4 {background-position:-420px 150px;}
a.nav5 {background-position:-560px 150px;}

a.nav1:hover {background-position:0 0;}
a.nav1:hover .button {background:#D67D5F; color:#fff; cursor:pointer; display:block; width:140px; height:25px; cursor:hand;}
a.nav2:hover {background-position:-140px 0;}
a.nav2:hover .button {display:block; width:140px; height:25px; background:#D67D5F; color:#fff; cursor:pointer; cursor:hand;}
a.nav3:hover {background-position:-280px 0;}
a.nav3:hover .button {display:block; width:140px; height:25px; background:#D67D5F; color:#fff; cursor:pointer; cursor:hand;}
a.nav4:hover {background-position:-420px 0;}
a.nav4:hover .button {display:block; width:140px; height:25px; background:#D67D5F; color:#fff; cursor:pointer; cursor:hand;}
a.nav5:hover {background-position:-560px 0;}
a.nav5:hover .button {display:block; width:140px; height:25px; background:#D67D5F; color:#fff; cursor:pointer; cursor:hand;}


#foot {
	text-align:center;
	position:absolute; 
	margin-left:-351px; 
	left:50%; 
	bottom:0; 
	width:700px; 
	min-width:700px; 
	height:25px; 
	background:#637A72;
	font-size:1em; 
	z-index:5; 
	border:1px solid #000;
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	color:#fff;
	}

* html #foot {
	bottom:2px; width:702px; height:23px;
	}

table.thumbpic {
	border: none;
	width: 100%;
	font-size:100%;
}
td.thumbtd {
	border: none;
	padding: 10px;
	width: 50%;
}
table.historyt {
	border: 10px solid #ffffff;
	width: 100%;
	font-size:100%;
}
td.historytdl {
	border: 1px solid #d0d0d0;
	width: 30%;
	padding: none;
}
td.historytdr {
	border: 1px solid #d0d0d0;
	padding-right: 10px;
}

#content p {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	}
#leftMenu p {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	}
.boldhead {
	font-size:1.7em; 
	font-weight:bold;
	margin-top: 10px;
	}
.bold {
	font-weight:bold;
	font-size:1.3em;
	}
.pmain{
	text-align:justify;
	}
.notes {
	text-align:center;
	}
.lmain{
	text-align:justify;
	margin-right: 10px;
}
