﻿@import url("layout.css");
body {
  font-family: "Trebuchet MS", sans-serif;
}
#container {
  width: 680px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-right: 2px solid #8c8c8c;
  border-bottom: 2px solid #8c8c8c;
  border-left: 2px solid #8c8c8c;
  background-color: #fff;
}

#masthead {
  width: 674px;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: right;
  background-color: #fff;
  background-image: url("images/masthead.jpg");
  background-repeat: no-repeat;
}

#column_l {
  margin: 0;
  width: 640px;
  padding: 15px;
  background-color: #fff;
}

p,ul {
  font-family: "Verdana";
  font-size: 14px;
  line-height: 18px;
}

th {
  font-family: Verdana, "Book Antiqua", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #c77;
}

form {
  margin: 0;
  padding: 0;
  font-family: "Verdana", Arial, sans-serif;
  font-size: 14px;
}

input {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 14px;
}

textarea {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 14px;
}

submit {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 14px;
  color: #1e27aa;
  font-weight: bold;
}

#footer {
  text-align: center;
  padding-bottom: 10px;
  height: 20px;
  background-color: rgb(180,180,180);   /* lower numbers = darker shade */
}

p.footer {
  font-size: 12px;
  line-height: 200%;   /* for vertical alignment */
  color: white;
  text-align: center;
}

#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #cdc;
}
html>body #navigation {
	overflow: hidden;
}

/* Masthead */
#masthead h1 {
  color: #000;
  margin-bottom: 0;
}

/* Navigation */
#navigation ul {
  font-size: 14px;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

#navigation li {
  float: left;
}

#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #c77;
}

/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}