body {
	background: #FFFFFF;
	font: 11pt/18pt Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0;
}

#wrapper {
	margin: 0;
	border: 0;
	width: auto;
	padding: 0;
	float: none !important;
	background: transparent;
}

a { color: #595959; text-decoration: underline !important; }
a:hover { color: #595959; }

hr {
	border: 0;
	border-bottom: 1px solid #666666;
	height: 1px;
	margin: 20px 0;
}

ul {
	list-style:none;
	margin: 0 0 1em 0;
	padding: 0;
}

p {
	margin: 0 0 1em 0;
}

div.hr { border-top: 1px solid #CCC; }


/* -----------------------------------------------
	print instructions
----------------------------------------------- */

.print { display:block !important; }

.printhide { display: none; }

/* -----------------------------------------------
	content
----------------------------------------------- */

#header, #sidebar, #main-content, .info, .copy { display:none; }

ul { list-style: inside; margin: 0; padding: 0 0 1em 1em; list-style-type: disc; }
ul.gallery { list-style: none; }

h1, h2, h3 { font-size: 18pt; font-weight:normal; font-family: Arial, Helvetica, sans-serif; }
h2.blue, h4, h5 { font-size: 10pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; }


/* -----------------------------------------------
	footer
----------------------------------------------- */
#footer{
    background:transparent;
}
#footer {
    width:auto;
	margin: 40px 0 10px 0;
	padding: 20px 0 0 0;
	color: #666666;
	border-top: 1px solid #cccccc;
}

#footer strong { font-weight: normal; }
