﻿@import url("layout.css");
body {
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background-color: #EAE9E0;
}
#container {
	width: 572px;
	margin: 8px auto;
}
#masthead {
	width: 562px;
	height: 96px;
	float:right;
	padding: 5px;
	background-color: #fafaff;
	font-size: x-small;
	color:#808080;
	margin-top:2px;
}
#navigation {
    position: relative;
    float: left;
    width: 66px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #EAE9E0;
    text-align: right;
    color: #808080;
    font-size: 1.0em;
}
#navigationhorz {
	position:relative;
	width: 562px;
	height: 30px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	background-color: #808080;
	text-align:center;
	color: white;
	font-size: 1.0em;
	margin:0px;
}
#content {
	float: right;
	width: 562px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
	background-color: #fff;
	color:#333333;
}
#footer {
	float: right;
	width: 562px;
	padding: 5px;
	background-color: #fefeff;
	clear: both;
	text-align: left;
	font-size: 0.8em;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;	
}
#masthead a {
border: 0px solid #808080;
}
#masthead a:hover {
border: 0px solid #808080;
}
#masthead img {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px solid #808080;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display:block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display:block;
	margin: 0;
	padding: 0;
	background-color: #EAE9E0;
}
#navigation a {
	color:#666666;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #EAE9E0;
}
#navigation a:hover {
	color:white;
	background-color: #808080;
}
#navigationhorz ul {
	display:inline-block;
	list-style-type:square;
	width: 100%;
	margin:0px;
	padding:0px;
}
#navigationhorz li {
	display:inline-block;
	text-decoration: none;
	background-color: #808080;
	text-align:center;
	margin:0px;
	padding:0px;
}
#navigationhorz a {
    display: inline-block;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #666666;
    border-left: 1px solid #C0C0C0;
    background-color: #808080;
    color: #C0C0C0;
    text-align: center;
    margin: 0px;
    font-size: 1.0em;
}
    #navigationhorz a:hover {
        display: inline-block;
        text-decoration: none;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 10px;
        padding-right: 10px;
        border-right: 1px solid #666666;
        border-left: 1px solid #C0C0C0;
        background-color: #666666;
        color: white;
        text-align: center;
        margin: 0px;
        font-size: 1.0em;
    }
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color:#808080;
}
#content img {
	padding: 1px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #333333;
	text-decoration:none;
}
#footer a:hover {
	color:white;
	background-color: #808080;
	text-decoration:none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.image a:hover {
    display: block;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}