﻿@import url("layout.css");
body {
/*	font-family: "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
/*background-color: #4f7383*/
	background-color:silver;
}
#container {
	background-color: #fff;
}
#masthead {
	text-align: center; 
	color:#4f7383;
	background-color: #fff;
	}
#navigation {
/*	border-top: 1px solid #808080; */
	background-color: #4f7383;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	padding: 15px;
}
html>body #column_l {
	background-color: #fff;
}
html>body #column_r {
/*	background-color: #fff;*/
}
#column_r p {
	color:black;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #4f7383;
	margin-bottom: 0;
}
#masthead h3 {
	color: #4f7383;
	margin-top: 0.5em;
}
/* Navigation */
#navigation{
	background-color:white;
	width:175px;
	float:left;
}
#navigation ul {
    list-style-type: none;
	width: 100%;
	margin: 0;
	padding:0px;
	padding-left:5px;
}
#navigation a {
	font-weight: normal;
	font-size:medium;
	text-decoration: none;
	color: #4f7383;
	display: block;
	width:100px;
	padding:10px;
	margin:10px;
}
#navigation a:hover {
	color: #c77;
/*	font-weight: bold;*/
/*	font-style:italic;*/
/*	background-color: #4f7383;*/
}
#navigation a:active {
/*	font-style:italic;*/
/*	font-weight:bold;*/
}
/* Right Column */
#column_r img {
	border:0;
/*	border: 1px solid #808080; */
}
/* Site typography */
h1 {
/*	font-family:"Segoe UI", Tahoma, Geneva, Verdana;*/
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:xx-large;
	color: #4f7383;
}
h2 {
	font-size: large;
	color: #4f7383;
}
h3 {
	font-size: medium;
	color: #c77;
}
h4 {
	font-size: small;
	color: black;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
h7{
	font-size:x-large;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}
p {
	color:gray;
	font-size: small;
	line-height:24px;
	letter-spacing:.5px;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* Links */
a {
	color: #4f7383;
	text-decoration: underline;
}
a:hover {
	color: #37505b;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.cd{
	width:100%;
	vertical-align:top;
	padding-top:30px;
}
.cd h1{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:x-large;
	color:black;
}
.cd img{
	float:left;
	padding-right:10px;
	padding-left:0px;
}
.cd h4{
	padding-top:0px;
	margin-top:0px;
}

