﻿@import url("layout.css");
	font-family: "Candara";
	background-image: url('')
	background-repeat: repeat;
	background-color: #564C66;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#container {
	border-right: thick #423753 inset;
	border-bottom: thick #423753 inset;
	border-left: thick #423753 inset;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/masthead_image.jpg");
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #8B7AA7;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 420px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 170px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	border: thin groove #465546;
	width: 170px;
	padding: 0 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 {
	color: #000;
	margin-bottom: 0;
	font-family: Verdana;
	word-spacing: 12px;
	text-align: center;
	margin-top: 48px;
	font-weight: bold;
	font-size: x-large;
}
#masthead h3 {
	color: #3C0077;
	margin-top: 0.5em;
	font-family: Corbel;
	font-style: italic;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: 1px #9184AF solid;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}

/* Right Column */
#column_r img {
	border: 1px #FFFFFF solid;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: medium;
	color: #39623A;
	font-family: Verdana;
	margin-top: 12px;
	font-style: normal;
}
h3 {
	border-style: none;
	background: #536453 url('') 0px 0px;
	font-size: small;
	color: #CCDDCC;
	font-family: Verdana;
	margin-top: 12px;
	width: 170px;
}
h4 {
	font-size: small;
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
}
h5 {
	font-size: medium;
	color: #000000;
	font-family: Verdana;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 100%;
	font-weight: normal;
	font-style: italic;
}
h6 {
	font-size: medium;
	color: #536453;
	font-family: Corbel;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 100%;
}
ul {
	font-size: small;
	color: #536453;
	font-family: Candara;
}
ol {
	font-size: small;
	color: #536453;
	font-family: Candara;
}
p {
	border-style: none;
	font-size: small;
	color: #000000;
	font-family: Verdana;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 120%;
	text-indent: px;
	white-space: normal;
	letter-spacing: normal;
	margin-left: 2px;
	height: auto;
}
blockquote {
	font-size: small;
	color: #536453;
	font-family: Candara;
}
h6 {
	border-style: none;
	background: #536453 url('') 0px 0px;
	font-size: small;
	color: #CDD6CD;
	font-family: Verdana;
	width: 170px;
	line-height: 2;
	text-indent: 2px;
}
/* Footer */
#footer p {
	font-size: 13px;
	color: #423753;
	line-height: 2.5;
	font-family: Corbel;
	letter-spacing: .1em;
		text-align: center;
}
/* Links */
a {
	color: #400080;
	font-family: Verdana;
	font-size: x-small;
	font-style: normal;
	text-decoration: none;
	font-weight: 700;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}