body {
	background-color: #BEA57B; text-align: center; font-family: Verdana, Arial, sans-serif; 
}
acronym {
 cursor: help;
  border-bottom: 1px dotted #000;
}
#layout {
	width: 749px; height:100%; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px; margin-left: auto; margin-right: auto; margin-top:5px; margin-bottom:5px; background-color: #666; text-align: left;
}

#banner {
	height: 75px;
	width: 590px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
	background-color: #333;
}
#banner img {
	margin-top: 26px;
}

#header {
	color: #FDF9D5;
	background-color: #908F88;
	font-size: xx-small;
	height: 12px;
}
#header{
	padding-right: 0px;
	padding-bottom: 6px;
	padding-top: 4px;
	width: 590px;
	padding-left: 20px;
	text-align: left;
}
#header img {
	margin-top: 0px; margin-bottom: -1px;
}

#header a:link, #header a:visited {
	text-decoration: none;
	color: #header;
	color: #FDF9D5;
}
#header a:hover {
	text-decoration: underline
}
#header a:link.heading, #header a:visited.heading {
	color: #E7C9A5;
	font-weight: bold;
}
/* PAGE settings */
#page {
	overflow: hidden; 
	height: 100%; width: 749px; background-image: url(../images/elements/background.jpg); 
	padding-top:0px; padding-bottom:0px;
	border: 1px #FFFDE8 solid;
}

#content {
	width: 600px;
	height: 100%; 
	float: left; 
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 10px;
	 
}
/* to sort out ie differences from opera etc */
#content #margin_fix {
	margin-left: 20px;
	margin-right:6px;
}
#right_clear {
	width: 100px;
	height: 100%;
	float:left;
	overflow:hidden;
	 
}
/* to sort out ie differences from opera etc */
#right_clear #margin_fix {
	margin-left: 10px;
	margin-top: 10px;
}
.content_text a:link {
  color: #BB6C26;
  text-decoration: none;
  border-bottom: 1px dotted #BB6C26;
}
.content_text a:visited {
  color: #999;
  text-decoration: none;
  border-bottom: 1px dotted #999;
}
.content_text a:hover {
  text-decoration: underline;
    border-bottom: 0px;
}
.content_text a:active {
  text-decoration:none;
}
.content_text h1 {
	text-align: left;
	font-size: x-small;
	font-weight: bold;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
}
.content_text p {
font-weight: normal; font-size: x-small; color: #000; line-height: 150%;  text-align: left; margin-top: 6px;margin-bottom: 6px;
}
.content_text blockquote p{
font-weight: normal; font-size: x-small; color: #000; line-height: 100%;  text-align: left; margin-left: 80px;
}
.content_text blockquote {
margin-top: 10px;
}
.content_text li, ul {
font-weight: normal; font-size: x-small; color: #000; line-height: 150%;  text-align: left; margin-top: 0px;
}
.content_text ul {
margin-top: 10px;
margin-bottom: 10px;
}
.content_text img {
float: left; margin-left: 0px; margin-right: 10px; margin-bottom: 5px; margin-top: 5px; border: 1px #ECE0D2 solid;
}
.img_caption {
	float:left;
	font-size: xx-small;
	text-align:left;
	line-height:110%;
	color: #999;
	clear:left;
	width: 112px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: -2px;
}
div.hr {
	margin-top: 3px;
	margin-bottom: 5px;
	height: 5px;
	width:100%;
	background: url(../images/elements/main_divider.gif) repeat-x scroll center;
}
div.hr hr {
  display: none;
}
br {
	clear: left;
}