﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-repeat: repeat-x;
	background-image: url('bg_b.gif');
}

/* Brian */

h3, h4, h5
{
	margin-bottom: 3px;
}
ul
{
	margin-top: 3px;
}
td {
	vertical-align: top;
}
.tablep {
	margin-top: 3px;
}
/* End Brian */



#container {
	width: 800px;
	margin: 0 auto;
	background-color: #cdf;
}
#masthead {
	text-align: right;
	width: 800px;
	overflow: auto;
	background-color: #F6D488;
}
#sidebar {
	float: left;
	width: 154px;
	background-color: #cdf;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 615px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	border: 1px black solid;
	display: block;
}
#footer {
	clear: both;
	width: 800px;
	background-color: #dcb;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	margin-left: 0;
	margin-bottom: 0;
	width: 150px;
}
/* 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;
}
.ul_lineht {
	line-height: 2em;
}
.box {
	border: 1px solid #000000;
	background-color: #99CCFF;
	padding: 10px;
}
.logos {
	
}
.logos ul {
	list-style:none;
	position:relative;
	left:25px;	
}
.logos ul li {
	float:left;
	height:110px;
	padding:5px;
}
.logos img {
	border:0px;
	padding:5px;
}
