﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
#container {
	width: 950px;
	margin: 0 auto;
	background-color: #8897ae;
}
#masthead {
	text-align: right;
	width: 950px;
	overflow: auto;
	background-color: #ddb;
}
#sidebar {
	float: left;
	width: 190px;
	background-color: #8897ae;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 730px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 950px;
	background-color: #dcb;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #8897ae;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	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;
	background-color: #c3c6bd;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
p {
   FONT-SIZE: 9pt;
   COLOR: #666666;
   FONT-FAMILY: Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #373755;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
ul {
	FONT-SIZE: 9pt;
	COLOR: #666666;
	FONT-FAMILY: Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-position: outside;
}

.style_normal {
	FONT-SIZE: 9pt;
	COLOR: #333333;
	FONT-FAMILY: Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.style_bold {
	FONT-SIZE: 9pt;
	COLOR: #666666;
	font-weight: bold;
   	FONT-FAMILY: Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  	HEIGHT: 18px;
}
.footercredit {
   FONT-SIZE: 8pt;
   text-align:center;
   FONT-FAMILY: Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   HEIGHT: 18px;
   BACKGROUND-COLOR: #d1c79f;
}
.style_white_bold {
	FONT-SIZE: 8pt;
	COLOR: #ffffff;
	font-weight: bold;
	FONT-FAMILY: Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.style_white_normal {
	FONT-SIZE: 9pt;
	COLOR: #FFFFFF;
	font-weight: normal;
	FONT-FAMILY: Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.style_italic {
	font-style: italic;
}
.image1 {
	border-style: none;
}
.image2 {
	padding-left:20px;
	padding-top:8px;
	padding-bottom:8px;
	border-style: none;
	
}
.style_indent {
	text-indent: 20px;
	text-align: left;
	left: 20px;
}
.image_right {
	float: right;
	margin-left: 10px;
	border:0px
}
.image_left {
	float: left;
	margin-right: 10px;
}
.image_center {	
	border-width: 0px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.table1 {
	background-color: #e5e5e5;
}

.style_red {
	FONT-SIZE: 9pt;
	COLOR: #800000;
	FONT-FAMILY: Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

