﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color:white;
}
#container {
	width: 1100px;
	margin: 0 auto;
}
#masthead {
	width: 1100px;
}
#page_content {
	width: 1100px;
}
#leftsidebar {
  width: 200px;
  float: left;
  border:0px solid #000000;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}
#content {
	width: 694px;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */;
	overflow: hidden; /* fix for long non-text content breaking IE sidebar float */;
	background-color: #FFFFFF;

}
#rightsidebar {
	width: 200px;
	float: right;
	border: 0px solid #000000;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */;
	overflow: hidden; /* fix for long non-text content breaking IE sidebar float */;
}

#content img {
	display: block;
}
#footer {
	clear: both;
	width: 1100px;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: center;
}
#masthead p {
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
#maindate {
	border-right: 1px solid #808080; 
	border-bottom: 1px solid #808080; 
	font-family:Calibri; 
	text-align:left; 
	font-size:medium; 
	width: 125px; 
	border-left-style: solid; 
	border-left-width: 1px; 
	border-top-style: solid; 
	border-top-width: 1px;
}
#maintext {
	border-right: 1px solid #808080; 
	border-bottom: 1px solid #808080; 
	font-family:Calibri; 
	text-align:left; 
	font-size:medium; 
	border-left-style: solid; 
	border-left-width: 1px; 
	border-top-style: solid; 
	border-top-width: 1px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}