/* IMPORT STYLES */

@import url(content-print.css);

/* STANDARD STYLES */

body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #ffffff;
	text-align: left;
}

table, tr, th, td, p, h1, h2, h3, h4, ul, li, a, form {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	
}

img {
	border: 0px;
}

a {
	text-decoration: underline;
	color: #c1a344;
}

a:hover {
	text-decoration: underline;
	color: #b1b3b4;
}

address {
	font-style: normal;
}

p {
	font-size: 70%;
	padding-bottom: 10px;
	line-height: 140%;
	color: #000000;
	text-align: left;
}

h1 {
	font-size: 100%;
	color: #c1a344;
	font-weight: bold;
}

h2 {
	font-size: 100%;
	padding-bottom: 8px;
	color: #c1a344;
	font-weight: bold;
}

h3 {
	font-size: 80%;
	padding-bottom: 8px;
	color: #c1a344;
	font-weight: bold;
}

b {
	font-size: 100%;
	color: #c1a344;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
}

#printpic {
	margin-bottom: 22px;
}

/* DISPLAY STYLE */

.none {
	display: none;
}

.printonly {
}

.screen {
	display: none;
}

hr {
	display: none;
}

/* CLEAR STYLES */

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

/* SITE */

#container {
	width: 640px;
	margin: 0 auto;
}

#topbar {
	display: none;
}

/* HEADER */

#headermain {
	display: none;
}

/* PRIMARY NAVIGATION */

.primarynav {
	display: none;
}

/* SECONDARY NAVIGATION */

.secondarynav {
	display: none;
}

/* FOOTER ELEMENT */

#footer {
	border-top: 2px solid #c1a344;
	font-size: 60%;
}

.copyright {
	float: right;
	padding: 10px 0;
}

.footlinks {
	display: none;
}




















