/* --- body styles --- */
	body {
	background-color: #2e120c;
	margin: 40px 0px 0px 0px;
	color: #565656;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	}
	.homepage {
	position:absolute;
	left: -1000px;
	}
/* --- Link Styles ---*/
	a:link {
	color: #bc0c0c;
	text-decoration: none;
	}
	a:visited {
	color: #9e4d15;
	text-decoration: none;
	}
	a:hover {
	color: #bc0c0c;
	text-decoration: underline;
	}
/* --- text styles --- */
	td,th {
	color: #565656;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	}
	h1 {
	color: #78200c;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 35px;
	}
	h2 {
	color: #565656;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
/* --- Custom bullet styles --- */
	body ul {
	list-style: none;
	}
	body ul li {
	margin: 0 0 8px 0;
	padding: 0 0 0 20px;
	line-height: 20px;
	background: url(images/default-bullet.gif) no-repeat 4px;
	background-position: 4px 5px;
	}
/* ---Footer styles--- */
	#footer {
	color: #aa0a0a;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 2px 12px 2px;
	line-height: normal;
	}
	#footer a:link {
	color: #d07019;
	text-decoration: none;
	}
	#footer a:visited {
	color: #d07019;
	text-decoration: none;
	}
	#footer a:hover {
	color: #d07019;
	text-decoration: underline;
	}
/* --- Border --- */
	.box {
	border: 6px solid #feba13;
	background-color: #ffce64;
	}
	.caption {
	color: #d07019;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text- align: right;
	vertical-align: top;
	}
/* --- subnav --- */
	.subnav {
	color: #9e4d15;
	text-align: right;
	font-size: 12px;
	font-family: georgia;
	padding: 0px 6px 0px 0px;
	vertical-align: top;
	line-height: normal;
	}
/* --- rightnav --- */
	.rightnav {
	color: #9e4d15;
	font-size: 12px;
	font-family: georgia;
	width: 148px;
	vertical-align: top;
	}
	.rightnav p {
	margin-left: 8px;
	margin-right: 8px;
	}
/* --- Image Styles ---*/
	.bodyimage {
	background-image: url(images/body_imgborder.gif);
	padding: 4px;
	background-position: top left;
	margin: 0 5px 0 0;
	}
	.bodyrule {
	background-image: url(images/body_rightrule.jpg);
	background-repeat: repeat-y;
	}
	.thumbimage {
	background-image: url(images/body_imgborder.gif);
	padding: 4px;
	background-position: top left;
	margin: 10px 5px 10px 0;
	}
/* --- Input Form Styles --- */
	.inputline {
	background-color: #c76514;
	border-style: none;
	color: #2d110bxx;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	border: none;
	width: 45%;
	height: 16px;
	background-image: url(images/body_imgborder.gif);
	padding: 4px;
	background-position: top left;
	margin: 0 5px 0 0;
	}
	.inputarea {
	background-color: #c76514;
	border-style: none;
	color: #2d110b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	border: none;
	width: 60%;
	height: 100px;
	background-image: url(images/body_imgborder.gif);
	padding: 4px;
	background-position: top left;
	margin: 0 5px 0 0;
	}
	.inputbutton {
	background-color: #c76514;
	border-style: none;
	background-image: url(images/body_imgborder.gif);
	color: #2d110b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	}