﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-attachment: scroll;
	background-color: #369;
}
#container {
	border: 2px solid #484848;
	background-color: #f8f8ff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	font-size: x-small;
	color: #000;
}

/* Masthead */
#masthead {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: #600000;
}

#masthead h1 {
	color: #000080;
	margin-left:15px;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-left:15px;
	margin-top: 0;	
}

/* Navigation */
#navigation ul {
	overflow: hidden;	
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;	
}
#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
	display: block;
	margin:0;
	padding: 4px 5px;
	border: 0;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFE9BF;
	background-color: #700020;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #700;
}
h2 {
	font-size: x-large;
	color: #600;
	background-repeat: no-repeat;
}
h3 {
	font-size: large;
	color: #500;
}
h4 {
	font-size: medium;
	color: #400;
}
h5 {
	font-size: x-small;
	color: #300;
}
h6 {
	font-size: xx-small;
	color: #200;
}

/* Links */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
