/* CSS Document */

* {
	border:0;
	margin:0;
	padding:0;
	white-space: normal;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	text-align:center;
	color:#FF66FF;
	background:#ddFFFF;
}
a, a:link {
	color:aqua;
}
a:visited	{
	color:#66FF66;
}
a:hover	{
	color:#FF33FF;
}
h1, h2, h3, h4, h5, h6 {
	color:#Ff88f8;
}
.page {
	min-width:800px;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size: 1.2em;
	color: white;
	background: #1a0b11;
}
.header {
	font-size:0.8em;
	text-align:left;
	width: 100%;
	height: 120px;
	background:#FFFFCC;
	color:#000066;
	border-bottom: green solid 4px;
	border-top: green solid 4px;
}
.header a, .header a:link {
	color:blue;
}
.header a:visited	{
	color:aqua;
}
.header a:hover	{
	color:red;
}
.header li{
	list-style:none;
	display:inline;
	height: 14px;
	width: 10em;
}
.header li a {
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	border-right:1px solid #ffaa99;
	float:left;
	display:block;
	height:14px;
	width:10em;
	vertical-align:middle;
	line-height:14px;
}
.header a#thispage {
	background:#FFFF99;
}
.header li a:link,
.header li a:active {
  color:blue;
}
.header li a:visited	{
	color:#6666FF;
}
.header li a:hover,
.header li a#thispage:hover,
.header li a#section:hover {
  background:aqua;
  color:red;
}
.header h1	{
	margin: 10px 0 0 0;
	text-align: center;
}
.hlimg	{
	padding: 4px 0 0 6px;
	float: left;
}
.hrimg	{
	padding: 4px 6px 0 0;
	float: right;
}
.hsbox	{
	clear:both;
	float:right;
	font-size: 10px;
	vertical-align:middle;
}
.hsbox tr	{
	height: 14px;
}
.hsbox input.txt	{
	color: #000033;
	height: 14px;
	border: 1px solid yellow;
}
.hsbox input.btn	{
	color: #000088;
	border: 0;
	height: 14px;
}
.title {
	clear:both;
	font-size: 1.5em;
	text-align:center;
	margin:2px 0 0 0;
	border-bottom:2px solid green;
}
.maincontent	{
	background:#1a0b11;
	margin: 20px 40px;
	font-size: 1.4em;
}
.content	{
	min-height: 2000px;
	background: #1a0b11;
	margin: 0 210px;
	padding: 0;
	position:relative;
	font-size: 1.4em;
}
.rightpanel {
	min-height: 1700px;
	width:200px;
	position:absolute;
	top:0;
	right:-200px;
	padding: 300px 0 0 0;
	float:right;
	clear:right;
	font-size: 1.0em;
	background: #1a0b11 url("../images/tiger2.jpg") repeat-y top right;
	overflow:hidden;
}
.leftpanel {
	min-height: 1700px;
	width:200px;
	position:absolute;
	top: 0;
	left:-200px;
	float:left;
	clear:left;
	padding: 300px 0 0 0;
	font-size: 1.0em;
	background: #1a0b11 url("../images/tiger2.jpg") repeat-y;
	overflow:hidden;
}
.rightpanel a img, .leftpanel a img	{
	border: 2px solid aqua;
}
.rightpanel a:hover img, .leftpanel a:hover img	{
	border: 2px solid red;
}
.clearnav	{
	color:#1a0b11;
	text-align:center;
}
.clearimg	{
	clear:both;
}

.footer {
	clear:both;
	font-size:0.8em;
	text-align:center;
	color: #ff88ff;
	min-height:120px;
	padding: 0 0 20px 0;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}
.toes {
	float:left;
	text-align:left;
	top:0;
	position:relative;
}
#toe1 {
	position:absolute;
	width:190px;
	left:5px;
	top:0;
}
#toe2 {
	position:absolute;
	width:190px;
	left:205px;
	top:0;
}
#toe3 {
	position:absolute;
	width:190px;
	left:405px;
	top:0;
	text-align:right;
}
#toe4 {
	position:absolute;
	width:190px;
	left:605px;
	top:0;
	text-align:right;
}
.topnav {
	font-size: 1.2em;
}
.topnav ul{
}
.topnav li{
	list-style:none;
	display:inline;
}
.topnav li a {
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	border-top:5px solid #661810;
	border-left:5px solid #661810;
	border-right:5px solid #ff5544;
	border-bottom:5px solid #ff5544;
	float:left;
	display:block;
	padding:5px 0;
	height:50px;
	width:7em;
	vertical-align:middle;
	line-height:25px;
	margin:2px;
}
.topnav a#thispage {
	background:#AAEEBB;
}
.topnav a#section	{
	background: #ffddaa;
}
.topnav li a:link,
.topnav li a:visited,
.topnav li a:active {
	color:aqua;
}
.topnav li a:hover,
.topnav li a#thispage:hover,
.topnav li a#herepage:hover,
.topnav li a#section:hover {
	background:white;
	color:#1a0b11;
	border-top:5px solid #ff5544;
	border-left:5px solid #ff5544;
	border-right:5px solid #661810 ;
	border-bottom:5px solid #661810;
}
#herepage	{
	background:#002200;
}
li a.bg_yell:hover, li a.bg_yell#herepage:hover	{
	background:yellow;
}
li a.bg_gree:hover, li a.bg_gree#herepage:hover	{
	background:#00FF00;
}
li a.bg_redd:hover, li a.bg_redd#herepage:hover	{
	background:#ff2222;
}
.content img	{
	border: 0;
}
.leftleft	{
	width:150px;
	float:left;
	text-align: left;
}
.rightright	{
	width:150px;
	float:right;
	text-align: right;
}
.leftleft img, .rightright img	{
	border: none;
}
.rightimg	{
	float:right;
	font-size:0.8em;
	padding:20px;
	color:#ffaa44;
}
.leftimg	{
	float:left;
	font-size: 0.8em;
	padding:20px;
	color:#88FFFF
}
.centered, .centered img {
	text-align:center;
}

.headline, .headline a	{
	font-size: 1.4em;
	font-weight: bold;
	color:#FF33FF;
	margin: 0 0 5px 0;
}
.subhead	{
	color:	#ff44bb;
	font-size: 1.1em;
}
.indent	{
	padding: 0 40px;
	font-size: inherit;
}
.indent li	{
	list-style: circle;
	line-height: 1.2em;
	color:#ffbb22;
	font-size: 1.0em;
}
.maincontent td	{
	border: 1px solid #44ccff;
	padding: .25em;
	empty-cells: hide;
}
.maincontent table	{
	border: 1px solid silver;
}
.smaller	{
	font-size: 0.8em;
}
.bullet ul, .bullet li, .bullet li p	{
	font-size: 0.9em;
	list-style:	none;
	font-weight: lighter;
	line-height: 1.2em;
	margin-left: 1.2em;
}
ol	{
	margin-left:1em;
}
ol li	{
	margin-bottom: 1em;
	font-size: 1em;
	color:#ffbbdd;
	margin-left: 1em;
	text-indent: 2em;
	marker-offset:4em;
	list-style-position: outside;
}

.bulleted ul	{
	list-style: square;
	margin-left: 1.2em;
}
.bulleted li	{
	line-height: 1.2em;
}
.large	{
	font-size: 1.6em;
	color:#99ff66;
}
a h4, a h5	{
	margin-bottom: 0.5em;
}
.bold	{
	font-weight: bold;
}
.courier	{
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	color:#330066;
}
.gothic	{
	font-family:  "Blackadder ITC", Georgia, "Times New Roman", Times, serif;
}
.underline	{
	border-bottom: 1px solid red;
}
.spaceit p	{
	margin-bottom: 1em;
	line-height: 1.2em;
}