﻿@import url(layout.css);
.maroon {
	color: #800000;
}
.style6 {
	color: #AC4515;
}
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 620px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	background-position: center;
	width: 620px;
	height: 140px;
	background-image: url('../Home_Page/Images/station_height_140.jpg');
	background-repeat: no-repeat;
}
#column_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #cd906f;
	position: relative;
}
#footer {
	width: 620px;
	text-align: center;
	background-color: #c45f52;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #000000;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */


/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.menu {
	font-family: arial, sans-serif;
	width: 650px;
	height: 20px;
	position: relative;
	font-size: .9em;
	z-index: 100;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.red_text {
	color: #FF0000;
}
.underline {
	text-decoration: underline;
}
.zero_margin_left {
	margin-left: 0px;
}
#flag {
	background-image: url('../information_links/images/nf_flag%20copy%20shorter%20shorter.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.maroon_box {
	border: thin solid #800000;
	padding: 3px 3px 3px 7px;
}
#column_r a {
	text-decoration: none;
	color: #000000;
}
.center {
	text-align: center;
}

.fivepx_margin_top {
	margin-top: 5px;
}


