﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
#container {
	width: auto;
	height: auto;
	background-image: url('metal004.jpg');
	background-color: #000000;
}
#masthead {
	width: 100%;
	text-align: right;
	background-color: #000000;
	position: relative;
}
#page_content {
	position: relative;
	top: 0px;
	left: 0px;
	right:  0px;
	height: 388px;
}
#content {
	margin-left: 140px;
	padding: 0px;
	background-color: #fff;
	position: relative;
	width: 100%;
	border-top-width: 0;
	border-top-style: solid;
	border-top-color: #fff;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-image:url('metal029.jpg');
	background-color: #C0C0C0;
	position:static;
}
#masthead img {
	float: none;
	width: 100%;
	vertical-align: top;
	border-top-style: solid;
	border-top-width: 15px;
	border-bottom-style: solid;
	border-bottom-width: 15px;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: ACTION;
	font-size: x-large;
	font-weight: 700;
	letter-spacing: 1pt;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	color: #FFFFFF;
}

h2 {
	font-family: ACTION;
	font-size: xx-large;
	font-weight: 700;
	letter-spacing: 1pt;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
}

#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 5%;
	background-color: #fff;
	background-image: url('paper_b003.gif');
	background-repeat:repeat-y;
	background-repeat:repeat;
	float: none;
}
#sidebar {
	border-color: #000000;
	float: left;
	width: 138px;
	background-color: #000000;
	color: #FFFFFF;
	left: 0px;
	right: 0px;
	height: auto;
	color:#FFFFFF;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #C0C0C0;
	background-image: url('metal004.jpg');
	background-repeat: repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	color: #FFFFFF;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 104%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #000000;
	border-bottom-color: #000000;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
	padding: 5%;
	display: block;
	border:
	3px outset #808080;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #F5F5F5;
	background-color: #0000FF;
	/*border-bottom: 1px solid #f5f5f5;*/
	border-bottom-color: #808080;
	border:
	3px inset #808080;

}

/* Styles for layer1 */
##layer1 p {
	font-size: small;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
	font-size: small;
	font-weight: 400;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}