﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	background-color:#F4FED3
}
#container {
	background-color: inherit;
}
#masthead {
	text-align: center;
	background-color: inherit;
	}
#navigation {
		background-color: inherit;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	text-align: left;
	background-color: inherit;
}
html>body #column_l {
	text-align: left;
	background-color: inherit;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background:transparent;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: transparent;
}
#content {
padding: 0;
	background-color: inherit;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	background-color: transparent;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	background-color: transparent;
}
/* Masthead */
#masthead h1 {
	color:#402F4A;
	margin-bottom: 0;
}
#masthead h3 {
	color: #402F4A;
	margin-top: 0.5em;
}
/* 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: #402F4A;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #c77;
}

/* Right Column */
#column_r img {
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #402F4A;
	font-weight: bolder;
}
h2 {
	font-size: x-large;
	color: #402F4A;
}
h3 {
	font-size: large;
	color: #402F4A;
	font-weight: bold;
}
h4 {
	font-size: medium;
	color: #402F4A;
}
ul {
	font-size: small;
	color: #402F4A;
}
ol {
	font-size: small;
	color: #402F4A;
}
p {
	font-size: small;
	color: #402F4A;
}
blockquote {
	font-size: small;
	color: #402F4A;
}
h5 {
	font-size: x-small;
	color: #402F4A;
}
h6 {
	font-size: xx-small;
	color: #402F4A;
}
/* Footer */
#footer p {
	font-size: x-small;
	font-weight: bold;
	color: #402F4A;
}
/* Links */
a {
	color: #402F4A;
	text-decoration: underline;
}
a:hover {
	color:#FF0066;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
