﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size:.8em;
	background-color: #4D5192;

	background-repeat: repeat;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #ffffff;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/Rona/collage.gif");
	background-repeat: no-repeat;
	height:auto;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #4D5192;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding:0 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: #9D9FCC;
	text-indent: inherit;
	clip: rect(auto, auto, auto, 15px);
}

#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000066;
	margin-bottom: 0;
	position: relative;
}
#masthead h3 {
	float: inherit;
	color: #4D5192;
	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: #FFFFFF;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#352A1F;
	border: 1px solid #c77;
	background-color: #4D5192;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
	text-indent: 15px;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000066;
}
h2 {
	font-size: x-large;
	color: #000066;
}
h3 {
	font-size: large;
	color: #000066;
}
h4 {
	font-size: medium;
	color: #000066;
}
ul {
	font-size: small;
	color: #000;
}

p {
	font-size: small;
	color: #000;
	float: none;
	text-indent: 0px;
}
/* Footer */
.style2 {
	text-align: center;
}
#footer p {
	font-size: x-small;
	color: #000000;
}
/* Links */
a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	text-decoration: none;
}
.justify {
	text-align: justify;
}
.webcredit {
	color: #9D9FCC;
}
.style_bold {
	font-weight: bold;
}