body {  margin: 5px 0px 20px 0px;
	background: #fffff0;
	font-size: small;
	font-family: verdana, helvetica, sans serif;
   }


a:link {color: #000000; text-decoration: none}
a:visited {color: #000000; text-decoration: none}
a:hover {text-decoration: underline; color: #990000}


#container  {

	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 750px;
	background-color: #fffff0;
	border: 1px solid rgb(153,102,68);
   }

#banner  { 

	background-color: rgb(153,102,68);
	padding: 0px;
	border: 1px rgb(153,102,68);
   }

#left {

	float: left;
	width: 150px;
	padding-left: 0px;
   }
	
.sidebar {

	padding: 30px 0px 20px 0px;
	background-color: rgb(153,102,68);
   }

#center {

	margin: 0px;
	width: 600px;

   }

.content {

	padding: 15px 0px 10px 15px;
	margin-left: 160px;
	min-height: 528px;
	min-width: 550px;
	background-color: #fffff0;
	text-color: #000000;
   }

.content p {

	text-indent: 0px;
	line-height: 120%;
	color: #000000;
   }

.content h1 {

	font-family: Bookman Old Style, Times New Roman, serif;
	font-weight: normal;
	font-size: 25px;
	font-variant: small-caps;
	letter-spacing: 3px;
	align: left;
   }

.content h2 {

	font-family: Bookman Old Style, Times New Roman, serif;
	font-weight: normal;
	font-size: 22px;
	font-variant: small-caps;
	text-align: right;
   }

.content h3 {

	padding-top: 15px;
	font-family: Times New Roman, serif;
	font-weight: bold;
	font-size: 17px;
	text-align:left;
   }

.content table {

	border: 1px solid rgb(153,102,68);
	width: 450px;
   }

.content td {
	font-family: times new roman, serif;
	font-weight: normal;
	font-size: medium;
	font-variant: small-caps;
	border: 1px solid rgb(153,102,68);
	padding: 8px;

   }
