﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
    background-color: #CCCCCC;
}
#container {
	width: 680px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px;
	border-top: 2px solid #221E1F;
	border-right: 2px solid #221E1F;
	border-bottom: 2px solid #221E1F;
	border-left: 2px solid #221E1F;
	background-color: #017DC3;
}
#masthead {
	text-align: center;
	width: 680px;
	margin-left: 0;
	margin-right: 0;
	padding: 0px;
	border: #000000 0px;
	background: #FFFFFF;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 470px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-top: 520px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #221E1F;
}

/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: aqua;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 80%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 0;
 	border-bottom: 1px #cccccc solid;
	background-color: #000000;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #017DC3; /*this is the blue bg color */
}
#navigation a:hover {
	color: #ffffff;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	font-style: italic;
	text-decoration: none;
	background-color: #017DC3;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #FFFFFF;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
#content p{
	color: #ffffff;
}

#content li{
	color: #ffffff;
}

/* Footer Styles */
#footer p {
	color: #ffffff;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #cccccc;
 }
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}