﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-color:white
}
#container {
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/r_masthead_image.jpg");
	background-repeat: no-repeat;
}

#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#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 {
	color: #fff;
	margin-top:30px;
	margin-bottom: 10px;
	font-size:xx-large;
	font-weight: bold;
}
#masthead h3 {
	color: #FF9933;
	margin-top: 0.5em;
	margin-left:160px;
}

/* Navigation */
#navigation a {
	text-decoration: none;
	color: #000;
	padding: 5px;
}
#navigation a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #FF9933;
}

.navbar-default .navbar-nav > li > a:focus {
  background-color: #FF9933;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #FF9933;
}
h2 {
	font-size: x-large;
	color: #FF9933;
}
h3 {
	font-size: large;
	color: #FF9933;
}
h4 {
	font-size: medium;
	color: #FF9933;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #FF9933;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #FF9933;
}

address {
	font-size: x-small;
	text-align: center;
}
/* Links */
a {
	color: #FF9933;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}





