﻿@import url('layout.css');
body {
    text-align:center;
    margin:0;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: small;
	color: #000000;
}
/* Styles for DIV tags */

#container{ 
    background-color:gray;
    border-left:medium #800000 solid;
    border-right:medium maroon solid;
    border-bottom:medium maroon solid;
    border-top:medium maroon solid; 
} 

#masthead {
	background-color: #000000;
	border-bottom:thick maroon double;
	}
	
#navigation {
	background-color: #808080;
	text-align: right;
	padding:0px;
	margin:0px;
}


#leftnav {
	background-color: #808080;
	vertical-align: middle;
	text-align: center;
}
#leftnav a{
	color:white;
	text-decoration:none;
	font-weight:bold;
	padding:10px;
	font-size:x-small;
	font-family:Tahoma;
	
	}

#leftnav a:hover {
	color:#333333;
}

#column_right {
	border-top:6px solid black;
	border-bottom: 6px solid black;
	border-left:6px solid black;
	padding: 0px;
	margin-right:0px;
	background-image:url('../images/trans3.jpg')
}
#nobg{
	background-color:white;
}

#image_left {
	float: left;
}
#image_right{
	float: right;
}
#footer {
	background-color: #808080;
	color: #FFFFFF;
}

/* Styles for Navigation */
#navigation a {
	color: #ffffff;
	text-decoration: none;
	padding-right: 20px;
	list-style-type: none;
	font-weight: bold;
	font-size:x-small;
	
}
#navigation p {
	padding-top:20px;
	height:40px;
}
#navigation a:hover {
	background-color: #808080;
	color:#333333
}
#layer1 {
	color:silver;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-weight:bold;

}
#layer2 ul {
	margin:0px;
}
#layer2 li {
	font-size:small;
	font-weight:bold;
	color:white;
}
#column_right ul{
	list-style-type:disc;
	font-size:x-small;
	float: left;
	text-align:left;
	margin:6px;
	
}
#column_right p{
	
	margin-right:10px;
	margin-left:10px;
}

#line{
	width:80%;
	color:gray;
	height:6px;
}
#sep {
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 0px;
	border-left-color: gray;
	border-left-style: solid;
	border-left-width: 0px;
}
#fire {
	
	text-align:left;
}
/* Styles for Left Column */

h1 {
	font-size: x-large;
	color: maroon;
	margin-top: 0px;
	text-align: left;
	text-decoration:underline;
	font-style:italic;
	font-weight:bold;
	margin-left:8px;
}
h2 {
	font-size: x-large;
	color: #FFFFFF;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #FFFFFF;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #000000;
	margin-top: 0px;
	text-align:left;
	margin-left:10px;
}
h5 { 
	font-size: small;
	margin-top: 0px;
	text-align:left;
	margin-left: 10px;
}
h6 { 
	font-size: x-small;
	margin-top: 0px;
	width:215px;
	margin-bottom:0px;
	margin-left:10px;
}

#h8 {
	font-size:medium;
	color:maroon;
	font-weight:bold;
	text-decoration:underline;
	text-align:left;
}

a {
	color: #112233;
}
a:hover {
	color: #998866;
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	font-size: xx-small;
	text-align: right;
	text-decoration:none;
}
#copyright {
	text-align: right;
	font-size: xx-small;
	float:right;
}

#footer p a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer p a:hover {
	color:#333333
}


#itredmed {
	color:maroon;
	font-style:italic;
	font-weight:bold;
	font-size:medium;
}
#two {
	color:maroon;
	font-weight:bold;
	font-size:medium;
}
#table6 p {
	font-style:italic;
}

