﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url('../images/Black_Diamond_Plate.jpg');
    background-repeat: repeat;
}
#container
{
    border-right: 2px solid silver;
    border-bottom: 2px solid silver;
    border-left: 2px solid silver;
    background-color: white; 
    
}
#masthead {
	text-align: right;
	background-image: url('../images/BbccBanner900.gif');
	background-repeat: no-repeat;
	background-position: top;
	height: 150px;
}
#navigation
{
    border-top: 2px solid silver;
    border-bottom: 1px solid silver;
    background-color: black;
}
html>body #navigation {
	overflow: hidden;
}
#column_Top {
	width: 870px;
	padding: 15px;
	background-color: black;
}

#column_l {
	width: 425px;
	padding: 15px;
	background-color: Black;
}
html>body #column_l {
	width: 425px;
	padding: 0 15px;
	background-color: Black;
}
#column_r
{
    background-position: left bottom;
    width: 425px;
    padding: 10px 10px;
    background-color: white; 
    background-repeat: no-repeat;
}
html>body #column_r {
	width: 425px;
	padding: 15px 10px;
	background-color: white;
}
#content {
	background-color: white;
}
#footer {
	text-align: center;
	padding-bottom: 15px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	
}
/* Masthead */
#masthead h1 {
	color: #FFAA33;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #FFEEAA;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a
{
    font-weight: bold;
    text-decoration: none;
    color: #C0C0C0;
    display: block;
    padding: 5px;
    border: 1px solid #C0C0C0;
    background-color: #000000;
}
#navigation a:hover
{
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    border: 1px solid #C0C0C0;
    background-color: #C0C0C0;
}
/* Right Column */
#column_r img {
	/*border: 1px solid #808080;*/
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: black;
}
h2 {
	font-size: x-large;
	color: #FFAA33;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
    text-align: center;
    height: 16px;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}