﻿@import url("layout.css");

body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 0.85em;
	background-color: #1b3b36;
	background-image: url("../images/bg-pattern.png");
	background-repeat: repeat;
	background-attachment: scroll;
}

#container {
	width: 720px;
	margin: 10px auto;
}

#masthead {
	text-align: center;
	width: 718px;
	border: 1px solid #1b3b36;
	background-color: #d6ece6;
	background-image: url("../images/bg-pattern.png");
	background-repeat: repeat;
	background-attachment: scroll;
}

#navigation {
	position: relative;
	float: left;
	width: 152px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #1b3b36;
	background-color: #d6ece6;
}

#content {
	float: left;
	width: 528px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 12px;
	border: 1px solid #1b3b36;
	background-color: #f2f9f7;
}

#footer {
	text-align: center;
	clear: both;
	width: 718px;
	padding: 0px;
	border: 1px solid #1b3b36;
	background-color: #1b3b36;
}

/* Masthead Styles */
#masthead h1 {
	color: #ffffff;
	letter-spacing: 1px;
}

#masthead h3 {
	color: #5faa96;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #8fcdb9;
	background-color: #d6ece6;
}

#navigation a {
	color: #1b3b36;
	text-decoration: none;
	display: block;
	padding: 6px;
	border: 1px solid #d6ece6;
	background-color: #d6ece6;
}

#navigation a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #2a7a63;
	background-color: #2a7a63;
}

/* Content Styles */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #1b3b36;
}

#content img {
	padding: 4px;
	border: 1px solid #2a7a63;
}

/* Footer Styles */
#footer p {
	color: #b8ddd0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer a {
	color: #8fcdb9;
	text-decoration: underline;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

a {
	color: #1e6b56;
	text-decoration: underline;
}

a:hover {
	color: #0e3a2e;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}