﻿@import url(layout_weather.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 770px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #fff;
}
#navigation {
	background-color: #666666;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #df0037;
}
#column_l {
	position: relative;
	margin: 0 240px 0 0;
	padding: 10 1% 0 1%;
	background-color: #fff;
	float: none;
	width: 480px;
}
#column_r {
	float: none;
	width: 250px;
	margin: 0;
	padding: 10px;
	background-color: #cccccc;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #cccccc;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #003300;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fffccc;
	text-decoration: none;
	display: block;
	padding: 5px 4px 5px 4px;
	border: 1px solid #666666;
	background-color: #666666;
}
#navigation a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #df0037;
	background-color: #df0037;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #000;
}
h2 {
	font-size: 1.75em;
	color: #000;
}
h3 {
	font-size: 1.5em;
	color: #000;
}
h4 {
	font-size: 1.25em;
	color: #000;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Column_r */
#column_r p {
	color: #000000;
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: small;
	display: list-item;
	list-style-position: outside;
}
#column_r a {
	color: #003300;
	text-decoration: none;
}
#column_r a:hover {
	color: #ff0033;
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #003300;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #003300;
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
