﻿@import url(layout.css);

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
    margin: 0;
    height:100%;
}
#container {
	width: 100%;
	background-color: #EEDD99;
	position: relative;
    padding-bottom: 60px;/* must be same height as the footer */
    min-height:100%;
}
#masthead {
	text-align: center;
	width: 99%;
	background-color: #EEDD99;
}
#navigation {
	background-color: #D5C88F;
	overflow: hidden;
}
#column_l {
    top:10px;
    left:10px;
	position: relative;
    width: 700px;
	background-color: #EEDD99;
	float:left;
}
#column_r {
    top:10px;
    padding-left:10px;
	position: relative;
	width: 330px;
	text-align: left;
	background-color: #DDCC88;
	float:right;
	right: 10px;
    margin-bottom:20px;
}
#footer {
    top:0;
	background-color: #D5C88F;
	clear:both;
    position:relative;
    width:100%;
    height:60px;   /* Height of the footer */
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	padding: 0;
	background-color: #EEDD99;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #000000;
}
h3 {
	font-size: 1.5em;
	color: #000000;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}