﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-attachment: scroll;
	background-color:black

	}
#container {
	
	background-color:#ffffcc;

	}
	#content {
	
	background-color:#ffffCC;

	}
html>body #content {
	background-color: #ffffcc;
}

#masthead {
	text-align: right;
	background-color:black;
	background-image:url('../images/masthead.jpg');
    color:white;
	}

#navigation {
	background-color: #FFFFCC;
			}
#column_l {
	width: 400px;
	padding: 0;
	background-color: #FFFFCC;
	margin-left:10px;
	margin-right:5px;
}
html>body #column_l {
	width: 400px;
	background-color: #ffffcc;
	margin-left:10px;
	margin-right:5px;
}
#column_r {
	width: 250px;
	background-color: #ffffcc;
	margin-left:5px;
	margin-right:10px;
	text-align: center
		}
html>body #column_r {
	width: 250px;
	background-color: #ffffcc;
	margin-left:5px;
	margin-right:10px;
	text-align: center
}

#footer {
	text-align: center;
	padding-bottom: 10px;
	background-color:black;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	background-color:black;

}
/* Masthead */
#masthead h1 {
	color: #2B1500
	margin-bottom: 0;
}
#masthead h3 {
	color:white;
	margin-top: 0;
	}
/* 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;
	display: block;
	padding: 5px;
	border: 1px solid #fea;
	background-color:#ffffcc;
	color: #2B1500
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
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;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #2B1500

}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}