﻿@import url(layout.css);
body {
  color: black;
  font-size: 13px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background-color: #808080;
}
#container {
	background-color: #fff; 
	width: 920px; 
	margin: 10px auto;
	border-top: 0;
	border-bottom: 0;
}
#masthead {
	width: 920px;
	background: url(../images/back2.jpg) repeat-y right ;
	text-align: right;
}
#navigation {
  width: 920px;
	border-top: 1px #993300 solid;
	border-bottom: 1px #993300 solid;
	background: url(../images/back2.jpg) repeat-y right;
	overflow: hidden;
}
#column_l {
	width: 680px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	border-bottom: 1px   #993300 solid;
	border-left: 1px   #993300 solid;
	width: 191px ; 
	margin: 0;
	float: right; 
	padding: 4px;
	position: relative;
	background: url(../images/back2.jpg) repeat-y right;
}
#footer {
	width: 920px; 
	text-align: center; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	background: url(../images/back2.jpg) repeat-y right;
	border-top: 1px   #993300 solid;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #993300;
	margin: 10px 10px 0 0;
}
#column_r p {
	font-size: 11px; 
	margin: 7px; 
}
#column_r ul {
  font-size: 11px;
	font-style: italic; 
	font-weight: bold;
}

#column_r li{
	font-style: normal;
	font-weight: normal; 
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding-left: 6px
}
#navigation li {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navigation a {
	color: #993300; 
	text-decoration: none; 
	padding-top: 2px;
	padding-bottom: 2px;
}
#navigation a:hover {
	color: #000; 
	text-decoration: none; 
	background-color: #a9a9a9; 
}
/* Styles for Footer */
#footer p {
  color: #993300;
	font-size: 11px; 
	line-height: 14px; 
	margin: 1px; 
	padding: 1px; 
}
#footer a {
	color: #993300;
	text-decoration: underline; 
}
#footer a:hover {
	color: #000; 
	text-decoration: none; 
}
/* Styles for Links */
a {
	color: #036; 
	text-decoration: underline; 
}
a:hover {
	color: #fff; 
	text-decoration: underline; 
}
.style_bold {
	font-weight: bold; 
}
.style_italic {
	font-style: italic; */ 
}




























































