﻿@import url(layout.css);body {	color: black;	font-size: 13px;	font-family: Arial,"Trebuchet MS", Helvetica, sans-serif;	background-color: #d9d9d9;/*#036;white; #d3d9d6; */	float: center;}#container {	width: 700px; /* 680px; */ 	margin: 0 auto;	float: center;	background: #fff;/* url(../images/bkgd_tile.gif) top;*/	/*background-repeat: repeat-y;*/}#masthead {
	/*text-align: right;*/
	background-color: white;
	float: center;
	width: 700px; /*680px;*/
	margin: 0;
	height: 105px;
}
#navigation {
	background-color: #036; /*#545454; */
	overflow: hidden;
}
#column_l {	width: 400px;/*385px;*/	margin: 0;	padding: 0 15px;	background-color: #fff;}#column_r {	width: 210px;/*192px;*/	font-weight: bold;	margin: 0;	float: right;	padding: 4px;	background-color: white; /*#a9a9a9;*/	position: relative;}#footer {	width: 680px;/*620px;*/	text-align: center;	background-color: white;/*#fff;*/	padding-top: 0px;	padding-bottom: 5px;}/* Styles for Content */h1 {	color: red;	font-size: 1.50em;}h2 {	color: red;	font-size: 1.50em;}h3 {	color: red;	font-size: 1.25em;}h4 {	color: red;	font-size: 1.0em;}h5 {	color: red;	font-size: 0.75em;}h6 {	color: red;	font-size: 0.5em;}big {	color: red;	font-size: medium;}/* Styles for Masthead */#masthead img { 	float: left; }#masthead p {	font-size: 11px;	color: #000;	margin: 10px 10px 0;}#masthead a {	color: #000;	text-decoration: none;	//display: block;	padding: 0px;	border: 0px solid #c9c9c9;}#masthead a:hover {
	color: #228;
	text-decoration: none;
	border: 0px solid #a9a9a9;
	background-color: aqua;/*#a9a9a9; */
}
#column_r p {
	font-size: 9px;
	margin: 5px;
}

#column_r a:hover {
	color: red;
	font-weight: bold;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	float: center;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
	/*background-color: blue;*/
}
#navigation a:hover {
	color: red;
	font-weight:bolder;
	text-decoration:underline;
	border: 1px solid #a9a9a9;
	background-color: silver; /*#a9a9a9;*/
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: black;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	font-weight: bold;
	/*text-decoration: underline;*/
}
#footer a:hover {
	color: red;
	text-decoration: bold;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}

a:hover {
	color: red;
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}