html {
	height:100%; 
	max-height:100%; 
	padding: 0; 
	margin:0; 
	border:0; 
	background:rgb(209,205,193);
	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:#000 url(../images/main_bg.jpg);
	}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:160px; 
	bottom:30px; 
	width:740px; 
	margin-left:-371px; 
	left:50%; 
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#bbc3bd;
	color: #52575a;
	}
	
	#content a:link {
  color: #343738;
  background-color: transparent;
  text-decoration: underline;
}
	#content  a:visited  {
  color: #343738;
  background-color: transparent;
  text-decoration: underline;
}
	#content a:hover {
  color: #343738;
  background-color: transparent;
  text-decoration: underline;
}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:742px;
	border-top:154px solid #fff; 
	/*border-bottom:50px solid #fff;*/
	}

#head {
	position:absolute; 
	margin-left:-371px; 
	left:50%; 
	top: 10px; 
	width:740px; 
	min-width:640px; 
	height:150px; 
	font-size:1em; 
	z-index:5; 
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #6a6a6a;
	}

* html #head {
	top:2px; width:742px; height:148px;
	}

#foot {
	text-align:center;
	position:absolute; 
	margin-left:-371px; 
	left:50%; 
	bottom:10px; 
	width:740px; 
	min-width:740px; 
	height:18px; 
	background:#606667; background-position:0 100px;
	z-index:5; 
	border:1px solid #000;
	font-family: "Bookman Old Style";/*, arial, "lucida console", sans-serif;*/ 
	font-size: 10px;
	color: #ccb87c;
	}
	
	#foot a:link {
  color: #ccb87c;
  background-color: transparent;
  text-decoration: none;
}
	#foot a:visited  {
  color: #ccb87c;
  background-color: transparent;
  text-decoration: none;
}
	#foot a:hover {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}

* html #foot {
	bottom:2px; width:742px; height:48px;
	}


#content p {
	padding: 5px; 
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
	}

.boldhead {
	font-size:1.5em; 
	font-weight:bold;
	}
.bold {font-weight:bold;}
.left {float:left; margin:10px; border:1px solid #000;}
.right {float:right; margin:15px; margin-top: 10px; border:1px solid #000;}
.lefttext {float:left; width:350px; text-align:justify;}
.righttext {float:right; width:300px; text-align:justify;}

* html .lefttext {float:left; width:350px; text-align:justify;}
* html .righttext {float:right; width:310px; text-align:justify;}


/* List Menu CSS */
#navcontainer ul
{
float: right;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li 
{ 
display: inline;
}

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #ccb87c;
background-color: #52575a;
font-size: 13px;
font-family: "Bookman Old Style";/*, arial, "lucida console", sans-serif;*/ 
}

#navcontainer ul li a:hover
{
color: #000;
/*background-color: #369;*/
}

table#table1 {width:65%; margin-left:15%; margin-right:15%;}
