﻿@import url("layout.css");@import url("common.css");body {	font-family:  Arial, Helvetica, sans-serif;	background-image: url("../images/background_tile.jpg");	background-repeat: repeat;	font-size:large;}#container {	border-right: 2px solid #8c8c8c;	border-bottom: 2px solid #8c8c8c;	border-left: 2px solid #8c8c8c;	background-color: #fff;}#masthead {	text-align: center;	background-color: #fff;	background-image: url("../images/masthead_image.jpg");	background-repeat: no-repeat;}/* Masthead */#masthead h1 {	color: #000;	margin-bottom: 0;}#masthead h3 {	color: #000000;	margin-top: 0.5em;}/* Navigation */#navigation {	border-top: 1px solid black;	border-bottom: 1px solid black;	background-color: #cdc;}#navigation ul {	list-style-type: none;	width: 100%;	margin: 0;	padding: 0;}#navigation li {	float: left;	padding: 0px 8px 0px 8px;}#navigation a {	font-weight: normal;	text-decoration: none;	color: #000;	display: block;	padding: 5px;	border: 1px solid #cdc;}#navigation a:hover {	font-weight: normal	text-decoration: none;	color: #fff;	border: 1px solid #c77;	background-color: #c77;}#content {	width: 970px;	padding: 15px;	background-color: #fff;}html>body #content {	width: 950px;	padding: 0 15px;	background-color: #fff;}#footer {	text-align: center;	padding-bottom: 10px;	font-size: medium;}#footer p{		font-size: large;}html>body #footer {	text-align: center;	padding-bottom: 0;}/* Site typography */h1 {	font-size: xx-large;	color: #c77;}h2 {	font-size: x-large;	color: #c77;}h3 {	font-size: large;	color: #c77;}h4 {	font-size: medium;	color: #c77;}ul {	font-size: small;	color: #000;}ol {	font-size: 1em;	color: #000;}p {	font-size: 1em;	color: #000;}blockquote {	font-size: 1em;	color: #000;}h5 {	font-size: x-small;	color: #c77;}h6 {	font-size: xx-small;	color: #c77;}/* Footer */#footer p {	font-size: large;	color: #c77;}/* Links */a {	color: #c55;	text-decoration: underline;}a:hover {	color: #9c9;	text-decoration: none;}.style_bold {	font-weight: bold;}.style_italic {	font-style: italic;}