﻿@import url("layout.css");
body {
	border-style: solid;
	border-width: 0px;
	margin: 0px auto 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('../images/BodyBackGround.JPG');
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
	border-style: solid;
	border-width: 2px;
	border-color: #484848;
	background-image: url('../images/masthead_image.jpg');
	background-repeat: no-repeat;
	width: 1024px;
	margin: 0px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	clear: both;
	text-align: center;
}
#masthead {
	text-align: right;
	background-color: #fff;
	background-image: url('../images/Adventure-Header2.gif');
	background-position: 50% top;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	height: 192px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #fea;
	width: 1024px;
	height: auto;
	text-align: center;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	padding: 15px 10px 15px 10px;
	background-color: #fff;
	margin-top: 10px;
	text-align:left;
	float:left;
}
html>body #column_l {
	width: 329px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	padding: 15px 10px;
	background-color: #fff;
	margin-top: 10;
}
html>body #column_r {
	padding: 15px 10px;
	background-color: #fff;
	top: 0px;
	left: 20px;
	float:right;
}
#content {
	background-color: #fff;
}
html>body #footer {
	text-align: left;
	padding-bottom: 0;

}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 5;
	margin-right: 5em;
	height: 16px;
	width: 647px;
	padding-right: 5px;
}
#Title_H4 {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #000066;
	position: absolute;
	height: 100px;
	top: 12px;
	left: 15px;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #85A9C5;
	display: block;
	padding: 5px;
	border: 1px solid #fea;
	background-color: #fea;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #6699FF;
	background-color:  #6699FF;
	}
/* Right Column */
#column_r img {
	margin: 3px;
	border: 0px solid #808080;
	float: none;
	vertical-align: middle;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	padding: 15px 0px 5px 0px;
	margin: 15px 0px 5px 0px;
	font-size: x-large;
	color: #500;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.clearboth {
	clear: both;
}
.tbl_row {
	
}
.tbl_data {
	border: 1px solid #345A84;
	width: 100px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 9px;
}
.tbl_class {
	text-align: left;
	border: 1px solid #345A84;
}

