﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-color: #4EBCCB;
	background-image: url('style2.css');
	background-repeat: no-repeat;

}
html>body #footer {
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* 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: #CCDDCC;
}

