﻿@import url(layout.css);
body {
}
#container {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	width: 1100px;
	text-align: center;
	color: #446699;
}
#masthead {
	padding: 5px;
}
#mastheadTitle {
	padding: 10px;
	font-size: 5em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-style: italic;
	width: 300px;
	text-align: center;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}
#mastheadtitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	width: 300px;
	top: 100px;
	margin: 5px auto 5px auto;
	text-align: center;
}
#mastheadL {
	width: 152.px;
	height: 104px;
	float: left;
	padding: 25px;
}
#mastHeadR {
	width: 78px;
	height: 75px;
	float: right;
	padding: 40px;
}
#navigation {
	background-color: #FFFFFF;
	clear: both;
	height: 80px;
	position: relative;
	z-index: 10;
}
#pageContent {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
#GoogleLink {
	border-style: dotted;
	border-width: thin;
	width: 200px;
	position: absolute;
	top: 35px;
	font-size: 1em;
	color: #0000FF;
	font-weight: bold;
	text-align: center;
	left: 0px;
}
#WeatherBox {
	padding: 5px;
	width: 110px;
	height: 110px;
	position: absolute;
	right: 0px;
	top: 35px;
}
#contentMainHeading {
	width: 600px;
	font-size: 3em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #469;
}
#footer {
	background-color: #dfcfbf;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
/* Styles for Masthead */
/* Styles for Navigation */
/* Styles for Content */
h1 {
	font-size: 6em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-size: 3em;
	color: #469;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
h3 {
	font-size: 1.5em;
	color: #469;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 1.25em;
	color: #469;
	width: 500px;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
a {
	color: #996600;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #00FF00;
}
a:active {
	color: #0000FF;
}
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
	font-style: normal;
}
/* Styles for Links */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.FontRed {
	color: #FF0000;
}

.FontWhite {
	color: #FFFFFF;
}

.FontTurq {
	color: #FF00FF;
}

