body {
	margin:20px 20px 20px 20px;
	height: 100%;
	font-family: Tahoma, Arial;
	font-size: 16px;
	background-color: #009999;
}


div.spacer {
  clear: both;
  }
#text {padding:10px;}  	
#main {
	border:1px solid #000;
	background:#fff;
	padding:0px;
	width:645px;
		}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */
	#main #picr {
	float:right;
	position:relative;
	border:1px solid #000;
	padding:5px;
	margin:5px;
	background:#fff;
		}
	#main #picl {
	float:left;
	position:relative;
	border:1px solid #000;
	padding:5px;
	margin:5px;
	background:#fff;
		}
	#main #picc {
	border:1px solid #000;
	width:auto;
	padding:5px;
	margin:5px;
	background:#fff;
		}
	#main #menu {
	float:right;
	position:relative;
	border-left:1px solid #000;
	padding-left:10px;
	border-bottom:1px solid #000;
	padding-bottom:10px;
	border-top:1px;
	padding-top:0px;
	border-right:1px;
	padding-right:0px;
	margin:0px,0px,0px,0px;
	width:180px;
	background:#fff;
		}

a.button, a.button:visited {display:block; width:150px; height:30px; 
                            background:url(/images/buttons.gif); background-position:top left; 
							background-color:transparent; text-align:center; 
							color:#000; line-height:28px; text-decoration:none; 
							font-family:arial, sans-serif; font-weight:bold; margin-top:5px;}
a.button:hover {background-position:0 -30px; line-height:31px; overflow:hidden;}
a.button:active {background-position:0 -60px;}

.HeaderText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bolder;
	color: #0033CC;
}

#header {
	height: 140px;
	width: 100%;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
    }
.SubHeadText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

.Tbl1Head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #009999;
	background-position: center center;
	padding: 8px;
	margin: 0px;
	border: 2px solid black;
	border-spacing: 0px;
	border-collapse: collapse;
}
.Tbl1Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	background-color: #D0C0C0;
	padding: 4px;
	margin: 0px;
	border: 2px solid black;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: middle;
}
