* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background:url(images/webdesign/bg.jpg);
}
#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:824px;
	height:758px;
	color: #000000;
	background-color: #d2c5ac;
	border:#666666 thin solid;
	text-align:left;
	z-index:1;
}
#bottombar {
	position:absolute;
	left:-4px;
	top:675px;
	width:833px;
	height:65px;
	background:url(images/webdesign/bottom-bar.jpg) top left no-repeat;
	z-index:2;
}
ul {
	margin: 20px;
	list-style-type: square;
}
h1 { /* black */
	font-weight: bold;
	font-size:1.2em;
	color: #333333;
	background-color: transparent;
}
h2 {  /* green */
	font-size: 1.0em;
	font-weight: bold;
	color: #404824;
	background-color: transparent;	
}
h3 {  /* orange */
	font-size: 1.2em;
	font-weight: bold;	
	color: #E26604;
	background-color: transparent;  
}
h4 {  /* green */
	font-size: 1.2em;
	font-weight: bold;
	color: #436f26;
	background-color: transparent;	
}
h5 {  /* orange */
	font-size: 1.8em;
	font-weight: bold;	
	color: #E26604;
	text-align: center;
	background-color: transparent;	
}
h6 {
	font-size: 1.05em;	
	font-weight:bold;
	color: #E26604;
	background-color: transparent;	
}
img {
	border:0px;
	margin:0px;
}
.imgleft {
  float: left;
	margin-right: 15px;
}
.imgright {
  float: right;
	margin-left: 15px;
}
.qtimgleft {  /* quotation mark images */
  float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}

.qtimgright {  
  float: right;
	margin-left: 2px;
	margin-top: -15px;	
}
.clearboth {
	clear: both;
}
.normal {
	font-size: 1em;
	font-style: normal;
	color:#000000;
	background-color: transparent;
}
.quotes_sm {
	font-size: .90em;
	font-style:italic;
	color:#333333;
	background-color: transparent;
}

.quotes_lg {
	font-size:1.1em;
	font-style:italic;
	color:#333333;
	background-color: transparent;
}
.leftalign {
	text-align:left;
	font-size: 12px;
}
a:link {
	color: #333333;
	text-decoration:none;
}
a:visited {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
a:active {
	text-decoration: underline;
}

#footerlinks {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:85px;
	width:779px;
	height:48px;
	color: #FFFFFF;
	text-align:center;
	background-color: transparent;
	z-index:3;
}
#footerlinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footerlinks a:visited {
	color: #FFFFFF;;
	text-decoration: none;
}
#footerlinks a:hover {
	color: #000000;
	background-color:#FFFFFF;
	text-decoration: underline;
}
#footerlinks a:active {
	color: #000000;
	background-color:#FFFFFF;
	text-decoration: none;
}
.alternate_row_style {
	background-color: #F4E9C6;
}
.table_hdr {
	color: #FFFFFF;
	background-color: #6E3B86;
	padding: 4px;
}
