﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-color: #6FA12E;
	background-image: url('../images/greenback2.png');
	background-repeat: no-repeat;
}
#container {
	border-style: outset;
	border-width: medium;
	border-color: #FFFFFF #4EBCCB #4EBCCB #FFFFFF;
	background-color: #FFFFFF;
	height: auto;
	visibility: visible;
	overflow: visible;
}
#masthead {
	background-color: #49C0CE;
	background-image: url('../images/bluemarbback2.png');
	background-repeat: repeat;
}
#column_l {
	padding: 15px;
	background-color: #fff;
	position: static;
}
html>body #column_l {
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	padding: 15px 10px;
	background-color: #E7F5F8;
	border-color: #4EBCCB;
	border-style: outset;
	border-width: 1px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px
}
html>body #column_r {
	padding: 15px 10px;
	background-color: #E7F5F8;
	border-color: #4EBCCB;
	border-style: outset;
	border-width: 1px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px

}
#content {
	background-color: #fff;
	text-decoration: none;
}
#content a {
	color: #FF5A2A;
	text-decoration: none;
}
#content a:visited {
	color: #FF5A2A;
	text-decoration: none;
}
#content a:active {
	color: #FF5A2A;
	text-decoration: none;
}
#content a:hover {
	color: #E70A5F;
}

#footer {
	padding-bottom: 10px;
}
html>body #footer {
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	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: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #FF5A2A;
	background-color: #FF5A2A;
}

/* Right Column */
#column_r img {
	border: 1px #49C0CE solid;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #FF5A2A;
}
h2 {
	font-size: x-large;
	color: #FF5A2A;
	text-align: inherit;
}
h3 {
	font-size: large;
	color: #FF5A2A;

}
h4 {
	font-size: medium;
	color: #FF5A2A;

}
h5 {
	font-size: large;
	background-color: #FF5A2A;
	color: #FFFFFF;
}
label {
	font-size: xx-small;
	color: #000000;
	text-align:center;
	font-weight:bold;
}


ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
	text-align: inherit;
}
/* blockquote */
}
#blockquoteblue p {
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	text-align:left;
	margin:0px
}
#blockquotewhite p {
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	text-align:left;
	margin:0px
}	
/* Footer */
#footer p {
	font-size: x-small;
	color: #000000;
}
/* Links */
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_text_decoration {
	text-decoration: none;
}
hr {
	color: #E7F5F8;
}
