body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	background-color: #ffffff;
        background-image: url(images/metal003.gif);
	background-repeat: repeat;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #b8860b;
        background-color: #191970;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #191970;
}
ul {	
	list-style-type: square;
	list-style-position: inside;
	color : #06D3FF;
	background-color : transparent;
 }
a:link {
	text-decoration: underline;
        border-bottom: 1px dotted #866F5B;
}
a:visited {
	text-decoration: underline;
        border-bottom: 1px dotted #8B8C8C;
	color:  #8B8C8C;
}
a:hover {
        color: #A51A0A; 
        border-style: none;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Courier New, Courier, mono, sans-serif;
        color: #336666; 
}
h1 { 	font-size: 20px;
	line-height: 22px; }
h2 { 	font-size: 16px;
	line-height: 18px; }
h3 { 	font-size: 14px;
	line-height: 16px; }
h4 { 	font-size: 12px;
	line-height: 14px; }
h5 { 	font-size: 10px;
	line-height: 12px; }
h6 { 	font-size: 8px;
	line-height: 10px; }

div#header {
	background-color: #696969;
	position: absolute;
/*	width: 100%; */
	left: 20px;
	right: 20px;
	top: 20px;
	height: 140px;
        z-index: 2;
}
div#header p {
	display: inline;
  	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 146%;
	color: #105BAC;
	font-weight: normal;
}
div#banner {
	background-color: #696969;
	background-image: url(images/metal004.gif);
	background-repeat: repeat;
}
div#nav{
	color : #105BAC;
	background-color : #efefef;
	height : 20px;
	font-size: 90%;
	border-top : 1px solid #105BAC;
}

div#nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 56px;
	margin-right: 0px;
	padding: 2px 0 0 0;
}
div#nav ul li {
	display: inline;
}
div#nav li a{
	color : #105BAC;
	background-color : #efefef;
	text-decoration : none;
	
}

div#nav li a:hover{
	color : #105BAC;
	background-color : #fff;
	border-bottom : 4px solid #06D3FF;
}
div#content {
	background-image: url(images/metal004.gif);
	background-repeat: repeat;
	position: absolute;
	left: 20px;
	top: 180px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*	font-size: 91%;
	line-height: 140%; */
        z-index: 99;
	right: 20px;
}
#content p {
	color: #006400;
}
div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	color: #105BAC;
	font-weight: normal;
}
div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #105BAC;
	font-weight: normal;
	font-size: 150%;
}
#content ul { 
	margin : 0;
	padding : 0;
	list-style-type: disc;
	list-style-position: inside;
 }
#content li { 
	color : #006400;
	background-color : transparent;
 }
#content a {
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
	padding: 2px 0px 2px 10px;
}
#content a:hover{
	border-bottom: 4px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	text-decoration : underline;

}
div#content div.burns li {
	display: inline;
	list-style-type: square;
	list-style-position: inside;
	border: 2px solid #696969;
	background-color: #d2b48c;
	line-height: 200%;

}
div#content div.flanders li {
	display: inline;
	list-style-type: square;
	list-style-position: inside;
	border: 2px solid #ff1493;
	background-color: #ffc0cb;
	line-height: 150%;
}

div#sidebar {
	background-image: url(images/metal004.gif);
	background-repeat: repeat;
	position: absolute;
	top: 375px;
	right: 20px;
	width: 175px;
	font-size : 80%;
        z-index: 150;
}
div#sidebar div.feature {
	font-family: Georgia, "Times New Roman", Times, serif;
	border : 1px solid #696969;
	margin: 5px;
	padding : 10px;
}

div#sidebar div.feature ul{
	margin : 0;
	padding : 0;
	list-style-type: square;
	list-style-position: inside;
}

div#sidebar div.feature ul li{
	color : #06D3FF;
	background-color : transparent;
}

div#sidebar div.feature ul li a{
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
}

div#sidebar div.feature ul li a:hover{
	border-bottom: 4px solid #cccccc;
	background-color: #dddddd;
	text-decoration : underline;

}


div#footer { 
	background-image: url(images/metal004.gif);
	background-repeat: repeat;
        position: absolute;
        bottom: -300px;
        right: 2px;
	padding : 2px;
        z-index: 1;
 }
