﻿@import url("layout.css");

#body{
	font-family: time;
	font-size: small;
	background-color: #19445C;
	background: url('../images/iStock_000006201476XSmall.jpg');
	font: "Times New Roman", Times, serif;
}
/* Masthead */
#masthead h1 {
	color: #FFFFFF;
	margin-right: 0.5em;
	margin-bottom: 0;
	font-family: "comic Sans MS", Helvetica, sans-serif;
}
#masthead h3 {
	color: #FDB927;
	font-family: "comic Sans MS", Helvetica, sans-serif;
}
/* Site typography */
h1 {
	font-size: 24px;
	color: #19445C;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font: italic normal bold 24px "Times New Roman", Times, serif;
	color: #FFA215;
	text-align: center;
}
h3 {
	font-size: large;
	color: #FFA215;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #666666;
}
/* Li
/* Links */
a {
	font: 18px "Times New Roman", Times, serif;
	color: #19445C;
	text-decoration: none;
}
a:hover {
	color:#FFA215;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}