﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
	background-color:#CCCCCC;
}
#container {
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	border-left: 2px solid #595959;
	background-color: #fff;
	margin-top: 10px;
}
#masthead {
	text-align: left;
	background-color: #fff;
	background-image: url('../images/pinwheels.jpg');
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color:#660066;
	color: #FFFFFF;
	border-style: solid;
	border-width: 0px;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
html>body #column_la {
	width: 660px;
	height:100%;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border:0;
}
#navigation li {
	float: left;
	padding-left:10px;
	padding-bottom:5px;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	display: block;
	padding: 5px;
	border: 0px solid #dbf;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: silver;
	border: 0px solid #b9d;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: 21pt;
	color: white;
	margin:5px
}
h2 {
	font-size: x-large;
	font-style: normal;
	color: #9D004F;
	padding-top: 5px;
	font-variant: small-caps;
}
h3 {
	font-size: 10pt;
	color: white;
	margin:5px

}
h4 {
	font-size: medium;
	font-variant: small-caps;
	color: #9D004F;
}
h5 {
	font-size: x-small;
	font-variant: small-caps;
	color: #9D004F;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #a27;
	text-decoration: underline;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#title {
	padding: 5px 5px 5px 15px;
	background-color:#472860;
}
