#side {
	display: none;
}

#content {
	margin: 10%;
	font: normal 12pt/1.67 Georgia, "Times New Roman", serif;
}

#content h1 {
	font: bold 155%/1.5 "Lucinda Grande", "Trebuchet MS", Helvetica, sans-serif; 
	margin: 10px 0 10px -11px;
}

#content h2 {
	font: bold 135%/1.5 "Lucinda Grande", "Trebuchet MS", Helvetica, sans-serif; 
	margin: 10px 0;
	border-bottom: dotted 1px #ccc;
}

#content h3 {
	font: bold 115%/1.5 "Lucinda Grande", "Trebuchet MS", Helvetica, sans-serif; 
	margin: 10px 0;
}

#hdr {
	height: 91px; 
	border-bottom: 1px solid #ccc;
}

#hdr h1 {
	margin: 0; 
	padding: 10px; 
	text-align: right; 
	color: #9C6E4A;
}

#content a:link, #content a:visited {
	color: #158E9F;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color: #158E9F;
	text-decoration: none;
}

label {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #525252;
}

fieldset dd {
	padding-top: 5px;
	margin: 0;	
}


fieldset {
	border: none;
	padding: 10px 20px;
}

.button {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #666;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px;
}

/* --------------------------------------------- */

a.pdf:link, a.pdf:visited {
	background: url(images/icon-pdf.gif) no-repeat right center;
	padding-right: 18px;
}
a[href$="pdf"] {
	background: url(images/icon-pdf.gif) no-repeat right center;
	padding-right: 18px;
}

a.audio:link, a.audio:visited {
	background: url(images/icon-audio.gif) no-repeat right center;
	padding-right: 18px;
}

a.video:link, a.video:visited {
	background: url(images/icon-video.gif) no-repeat right center;
	padding-right: 18px;
}
