﻿@import url("layout.css");
body {
	font-family: 'Alice', serif;
	background-color: white;
	color: black;
}
#container {
	background-color: white;
}
#masthead {
	text-align: left;
}
#navigation {
	background-color: #00AAFF;
	color:white;
}
html>body #navigation {
	overflow: hidden;
}
.column_l {
	width: 485px;
	padding: 5px;
	text-align:left;
}
.column_r {
	width: 485px;
	padding: 5px;
	text-align:right;
}
.content_all {
	width: 980px;
	padding: 5px;
	text-align:left;
}
#footer {
	text-align: center;
	border-top:thin #00AAFF solid;
	border-bottom: thin #00AAFF solid;
	color: #00AAFF;
}
/* Masthead */
#masthead h1 {
	font-style: normal;
	font-weight:lighter;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 4em;
}
#masthead p{
	margin-top: 25px;
	margin-bottom:0px;
}
/* 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;
	color: #FFF;
	display: block;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
/* Site typography */
h2 {
	font-size: x-large;
	color: #00AAFF;
}
h3 {
	font-size: large;
	color: #00AAFF;
}
h4 {
	font-size: medium;
	color: #FFFFFF;
	background-color:#00AAFF;
	margin-top:0;
}
h5 {
	font-size: x-small;
		color: #00AAFF;
}
h6 {
	font-size: xx-small;
	color: #00AAFF;
}
#footer p{
	margin:0;
	padding:0;
}
/* Links */
a {
	color: #00AAFF;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

