﻿@import url('layout.css');
body {
	margin: 0px;
	background-color: #ffffff;
	background-repeat:repeat;
	font-family: "Trebuchet MS";
	font-size: 1em;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	background-image:url('images/content.jpg');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#masthead {
	background-image:url('images/nwsmasthead.gif');
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
#navigation {
	background-image: url('images/nwsnav.gif');
	background-repeat: repeat-x;
}
#content_container {
	padding: 0px;
}
#column_left {
	float: left;
}
#column_right {
	padding-bottom: 30px;
}
#footer {
	color: #4d0000;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
#bottom {
	background-image: url('images/bottom.jpg');
}
/* Styles for Masthead */
#masthead h1 {
	color: #4d0000;
	font-size: 2.6em;
	margin: 0px;
	text-align: center;
}
#masthead h3 {
	margin-top: .4em;
	color: #4d0000;
	margin-bottom: 0px;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
}
#masthead a {
	color: #C6403F;
	text-decoration: none;
}
/* Styles for Right Column */
#column_right h4 {
	color: #4d0000;
	margin-top: 0px;
}
#column_right p {
	color: #4d0000;
	margin-top: 0px;
	font-size: 1em;
}
#column_right a {
	color: #35911b;
}
#column_right a:hover {
	background-color: #4d0000;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #4D0000;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #4D0000;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #4D0000;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #4D0000;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #35911b;
}
a:hover {
	background-color: #4d0000;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.75em;
}
#footer a {
	color: #555522;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	color: #ffffff;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
