﻿@import url("layout.css");
a:link {
 	color: #a60;
	text-decoration: none;
	display: inline;
	padding: 2px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
 }
a:visited    { color: #a60; text-decoration: none; }

a:hover	{ 
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #964;
}

a:active     { color: #a60; text-decoration: underline; }


p {
	margin-bottom:4px; margin-top:0px; text-indent:10px;
}

.spaced {
	margin-bottom:6px;
}

.indent {
	margin-left:50px;
}

.box	{
	border: 1px solid #443311;
}

#adBox	{
	border:1px solid #443311;
	background-color:white;
	text-align:center;
	color:black;
}

body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #764;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}

#container {
	width: 100%;
	margin: 10px auto;
}

#masthead {
	position:absolute;
	top:5px;
	left:0px;
	text-align: center;
	width: 980px;
	height: 85px;
	margin-left:10px;
	border: 1px solid #443311;
	background-color: #ffffff;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}

#navigation {
	position: absolute;
	top: 195px;
	left: 0px;
	float: left;
	width: 165px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #431;
	background-color: #fff;
}

#content {
	position: absolute;
	top: 195px;
	width:630px;
	float: left;
	left: 170px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #431;
	background-color: #fff;
}

#rightAds {
	position:absolute;
	top:205px;
	left:835px;
	width:150px;
	margin:0px;
	border: 1px solid #431;
}

#footer {
	position:absolute;
	bottom:-20px;
	left:0px;
	text-align: center;
	clear: both;
	width: 100%;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #b71;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #a60;
	text-decoration: none;
	display: block;
	padding: 2px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #964;
}

/* Add Styles */
#CJ {
	border:0px;
}

/* Content Styles */
h6 {
	color: #c82;
}
h5 {
	color: #c82;
}
h4 {
	color: #c82;
}
h3 {
	color: #c82;
	margin: 0px;
}
h2 {
	color: #c82;
}
#content h1 {
	color: #c82;
}
#content img {
	padding: 5px;
	border: 1px solid #964;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #a60;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_9px { font-size:9pt;}
