﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: url("../../images/background_tile2.gif");
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	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: #cdc;
}
html>body #navigation {
	overflow: hidden;
}
#row1 {
	width: 100px;
	padding: 15px;
	background-color: #fff;
}
html>body #row1 {
	width: 970px;
	padding: 0 15px;
	background-color: #fff;
}

#column_l {
	width: 330px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 300px;
	padding: 0 15px;
	background-color: #fff;
}
#column_m {
	width: 330px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_m {
	width: 300px;
	padding: 0 15px;
	background-color: #fff;
}

#column_r {
	width: 330px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 300px;
	padding: 0px 10px 0px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
#copyright {
	text-align: center;
	padding-bottom: 10px;
	float: none;
}

html>body #copyright {
	text-align: center;
	padding-bottom: 0;
	color: #55AE70;
	font-family: "trebuchet MS";
	font-size: large;
	padding-top: 20px;
}

/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
	font-family: "trebuchet MS";
	font-size: large;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#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 solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
	text-align: center;
	font-family: "trebuchet MS";
}
h2 {
	font-size: x-large;
	color: #c77;
	font-family: "trebuchet MS";
	text-align: center;
}
h3 {
	font-size: large;
	color: #c77;
	text-align: center;
	font-family: "trebuchet MS";
}
h4 {
	font-size: medium;
	color: #99AA99;
	font-family: "Trebuchet MS";
	text-align: center;
}
h5 {
	font-size: small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}

ul {}
ol {}
p {}
blockquote {}
/* Footer */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
	text-align: left;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
