﻿@import url("common.css");html, body {	min-height: 101%;}body {	/* Layout  */	margin: 0px;	padding: 0px;	border: 0px;	/* Style */	background-image: url('../images/background_tile.jpg');	background-repeat: repeat;	background-attachment: fixed;}/* ----------------------------- *//*       Site Typography         *//* ----------------------------- */p, h2, li {	font-size: x-large;	font-family: Arial, Verdana, Helvetica, sans-serif;	padding: 0px;}/* ----------------------------- *//*         Container             *//* ----------------------------- */#container {	/* Layout */	width: 980px;	margin: 0 auto;	padding: 0;	border: 0;	/* Styles */	border: 2px solid black;	background-color: #fff;}/* ----------------------------- *//*          Masthead             *//* ----------------------------- */#masthead {	/* Lsyout */	margin: 0;	padding: 5px;	border: 0;	/* Styles */	text-align: left;	border-bottom: 2px solid black;	background-image: url('../images/masthead_image.jpg');	background-repeat: repeat;}#masthead h1 {	/* Layout */	padding: 0;	margin: 0 0 0 10px;	/*Style */	font-weight: bold;	font-style: italic;	font-size: xx-large;	color: #CC0066;}#masthead h3 {	/* Layout */	padding: 0;	margin: 0 0 0 10px;	/* Style */	font-weight: bold;	font-style: italic;	font-size: large;	color: black;}/* ----------------------------- *//*          Navigation           *//* ----------------------------- */#navigation {	/* Layout */	width: 980px;	margin: 0;	padding: 0;	border: 0;	/* Style */	border-bottom: 2px solid black;	background-color: #cdc;	overflow: scroll;}#navigation hr {	clear: both;	border-top: 2px solid black;}#navigation ul {	list-style-type: none;	/* (for cross-browser compatibility add two lines) */	padding: 0px;	margin: 0px;}#navigation li {	float: left;	padding: 1px 8px;	font-family: Arial, Helvetica, sans-serif}#navigation a {	font-weight: normal;	font-size: large;	text-decoration: none;	color: #000;}/* mouse over link */#navigation a:hover {	font-weight: normal;	text-decoration: none;	color: #fff;	background-color: #FF0000;}/* ----------------------------- *//*          Content              *//* ----------------------------- */#content {	width: 950px;	padding: 0px 15px 0px 15px;	background-color: #fff;}#content li {	margin-left: 10px;}/* ----------------------------- *//*          Page Footer          *//* ----------------------------- */#footer {	padding-bottom: 10px;		border-top: 2px solid black;	border-bottom: 2px solid black;}#footer p {	text-align: center;	font-size: large;	padding-bottom: 10px;}hr {	border-bottom: 2px solid black;}