@charset "UTF-8";
/* CSS Document */

body {
	background: #363636;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.jw_body #container {
	width: 700px;
	background: #363636;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #D7D7D7;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.jw_body #header {
	padding: 0 0px 0 
	0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.jw_body #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.leftcolumn {
	border: 1px solid #A7A400;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #A0A0A0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 15px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.img {
	vertical-align: text-top;
}
.rightcolumn {
	border: 1px solid #A7A400;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 15px;
	color: #ffffff;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}a:link {
	text-decoration: none;
	color: #605F00;
}
a:visited {
	text-decoration: none;
	color: #605F00;
}
a:hover {
	color: #464646;
	text-decoration: none;
}
.photocredit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.image_right {
	margin-bottom: 15px;
	margin-left: 15px;
}
.image_left {
	margin-right: 15px;
	margin-bottom: 15px;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ECECEC;
}
.smallgraybox {
	padding: 15px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
hr {
	width: 80%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
