﻿@import url(layout.css);
body {
	color: black;
	font-size: small;
	font-family: "Frutiger Linotype", Arial, sans-serif;
	background-color: #ffffff;
}
#container {
	background-color: #fff;
	font-family: "Frutiger Linotype", Arial, sans-serif;
	width: 760px;
	margin: 0 auto;
}
#masthead {
	height: 100px;
	width: 760px;
}
#navigation {
    width: 770px;
	background-color: #fff;
	overflow: hidden;
}
#column_l {
	width: 760px;
	margin: 0;
	padding: 0 5px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	width: 760px;
	text-align: center;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: none; 
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom:5px;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #cc0000;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #000;
	margin: 1px;
	padding: 1px;
	font-family: "Frutiger Linotype", Arial, sans-serif;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #cc0000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}