/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #333;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat;
	text-align: center;
}

#capsule {
	margin: 10px auto;
	padding: 0;
	width: 668px;
	background-image: url(../images/capsule_bg.gif);
	background-repeat: repeat-y;
}

#header {
	margin: 0 0 10px 0;
	height: 119px;
	background-repeat: no-repeat;
}

#mainpanel {
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
}

#nav {
	height: 26px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
}

#nav p {
	font-size: 80%;
	margin: 0;
	padding: 4px;
	color: #efbca7;
}

#nav p a {
	text-decoration: none;
	color: #efbca7;
}

#nav p a:hover, #nav p a:focus {
	color: #fff;
}

#nav ul {
	padding: 5px 0px;
	margin: 0;
	font-size: 80%;
	color: #fff;
	text-align: center;
}

#nav ul li {
	display: inline;
	margin: 0;
}

#nav ul li a {
	color: #efbca7;
	padding: 5px 10px;
	text-decoration: none;
	width: 8em;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #000;
}

#nav .firstbutton {
	border-left: 1px solid #000;
}

#nav ul li a:hover, #nav ul li a:focus {
	color: #FFF;
	background-image: url(../images/nav_bgRO.gif);
	background-repeat: repeat-x;
}

#text {
	padding: 0 0 0 170px;
	margin: 0;
	width: 400px;
	text-align: left;
	background-position: top left;
	background-repeat: no-repeat;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	font-style: italic;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 10px 0 25px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 10px 0 10px 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #6e3219;
	margin: 0;
	padding: 10px 0 10px 0;
}

h6 {
	margin: 0;
	padding: 0;
}

p {
	font-size: 80%;
	margin: 0 0 8px 0;
	padding: 0;
}

p a:link, p a {
	color: #6e3219;
	text-decoration: none;
}

p a:visited {
	color: #6c6f70;
	text-decoration: none;
}

p a:hover, p a:focus, p a:active {
	text-decoration: none;
	border-bottom: 1px dotted #6e3219;
}

#footer {
	margin: 0;
	padding: 0;
	height: 26px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 4px;
	color: #efbca7;
}

#footer p a {
	text-decoration: none;
	color: #efbca7;
}

#footer p a:hover, #footer p a:focus {
	color: #fff;
}

.access, .access a {
	display: none;
}

.imagelink a:hover, .imagelink a:focus, .imagelink a:active {
	border-bottom: 0px;
}

.coppertext {
	color: #6e3219;
}