body {
	background: url("../images/background.gif") top repeat-x #a59173;
	font-size: 80%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

a, a:link, a:visited {
	color: #1f82a9;
	text-decoration: none;
	cursor: pointer;
	}
a:hover {
	color: #006699;
	text-decoration: underline;
	}

#body {
	font-size: .85em;
	color: #514e41;
	line-height: 1.5em;
	}

	#body h1 {
		font: normal 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
		line-height: 42px;
		background: url("../images/dots.gif") bottom repeat-x;
		padding-bottom: 15px;
		margin-bottom: 15px;
		}
	
	#body h2 {
		font: normal 1.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
	
	#copy {
		line-height: 170%;
		}
	
	#copy p {
		margin: 0;
		padding-bottom: 1.5em;
		}
	#copy p.dots {
		padding-bottom: .5em;
		background: url("../images/dots.gif") left bottom repeat-x;
	}
		
	#copy h4 {
		margin: 10px 0 10px 0;
		padding: 10px 0 10px 0;
		font: normal 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
		background: url("../images/dots.gif") left bottom repeat-x;
		font-weight: bold;
		}
	
	#copy h5 {
		font-size: 1em;
		}

	#copy table td {
		padding: 5px 0 5px 0;
		}
		
#footer {
	font-size: 11px;
	color: #666666;
	background: url("../images/footer_back.gif") left top no-repeat
	}
	#footer a, #footer a:link, #footer a:visited {
		color: #1f82a9;
		text-decoration: none;
		border-right: 1px solid #666666;
		padding-right: 5px;
		margin-right: 5px;
		}
		#footer a.last, #footer a.last:link, #footer a.last:visited {
			border: none;
			}
	#footer a:hover {
		text-decoration: underline;
		}
	
