﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #1F1A17;
}
#container {
	width: 800px;
	margin: 10px auto;
}
#masthead {
	text-align: right;
	float:right;
	width: 750px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #1F1A17;
	padding-right: 50px;
}
#navigation {
	position: relative;
	float: left;
	width: 180px;
	margin:10px 0px 10px 0px;
	padding: 0px 15px 0px 0px;
	border: 0px;
}
#navigationmiddle {
	width: 550px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 0px;
}

#navigation table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#content {
	float: left;
	width: 518px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #1F1A17;
}
#footer {
	text-align: center;
	clear: both;
	width: 750px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #1F1A17;
}
/* Masthead Styles */
#masthead h1 {
	color:white;
	padding-bottom: 15px;
	text-decoration:none;
    vertical-align:middle;	
}
#masthead img {
    border:0px black none;
    padding-right:25px;
    vertical-align:middle;
}
#masthead h3 {
	color:white;
}
/* Navigation Styles */
#navigation a {
	color: white;
    font-weight:bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom:1px 1F1A17 solid;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom:1px 1F1A17 solid;
	background-color: #87BD29;
}
/* Navigation Middle Styles */
.pri{
    width:200px;
    background-image:url('../images/spiral_green_l.jpg');
    background-position:right center;
    background-repeat:no-repeat;
    background-color:white;
}
.pri a {
	color: white;
    font-weight:bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom:1px 1F1A17 solid;
	text-align:right;
}
.pri a:hover {
	color: white;
	text-decoration: none;
	border-bottom:1px 1F1A17 solid;
	background-color: #1F1A17;
	text-align:right;
}

.alt{
    width:200px;
    background-image:url('../images/spiral_green_r.jpg');
    background-position:left center;
    background-repeat:no-repeat;
    background-color:#1F1A17;
}
.alt a{
	color: white;
    font-weight:bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom:1px 1F1A17 solid;
	text-align:left;
}
.alt a:hover {
	color: white;
	text-decoration: none;
	border-bottom:1px 1F1A17 solid;
	background-color: white;
	text-align:left;
}


/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: white;
}
#content img {
	padding: 0px;
	border: 0px solid #808080;
}
#content p {
    color: white;
}
#content p a{
  font-style:italic;
  color:white;
}
#content p a:hover{
  font-style:italic;
  color:#87BD29;
}

#content thead {
    color: white;
    font-size: x-large;
}
#content td {
    color: white;
}
#content td a{
  font-style:italic;
  color:white;
}
#content td a:hover{
  font-style:italic;
  color:#87BD29;
}
.index_table img {
    padding-bottom: 13px;
}
.index_table h1 {
    text-align:left;
    vertical-align:middle;
}
.index_table h1 a {
    text-decoration:none;
    color:white;
    text-align:left;
    vertical-align:middle;
}
.index_table h1 a:hover {
    text-decoration:none;
    color:#87BD29;
    text-align:left;
    vertical-align:middle;
}
/* Footer Styles */
#footer p {
	color: #666;
	margin-top: 5px;
}
#footer td {
	color: #666;
	margin-top: 5px;
}
#footer a {
	color: #666;
	text-decoration: underline;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
p {
    color: white;
}