﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-image: url('../images/trishllknow_body.gif');
	background-repeat: repeat;
}
#container {
	width: 740px;
	margin: 0 auto;
	border: 1px solid #000;
	background-image: url('../images/trishllknow_background.gif');
	}
#masthead {
	text-align: right;
	width: 740px;
	overflow: auto;
	background-image: url('../images/trishllknow_banner.gif');
	height: 160px;
	background-color: #00f;
}
#sidebar {
	float: left;
	width: 140px;
	position: relative;
	clear: both;
	display: block;
}
#content {
	float: right;
	width: 550px;
	padding: 15px;
	overflow: auto;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 740px;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	background-image: url('../images/trishllknow_bottom.gif');
	height: 70px;
}
#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 {
	border-color: #fff;
	display: block;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
#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: 6px;
}
#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;
}
h1 {
	color: #000;
	font-size: 14pt;
	margin-bottom: 0px;
}
h2 {
	color: #000;
	font-size: 1.75em;
	margin-bottom: 0px;
}
h3 {
	color: #000;
	font-size: 1.5em;
	margin-bottom: 0px;
}
h4 {
	color: #000;
	font-size: 1.25em;
	margin-bottom: 0px;
}
h5 {
	color: #000;
	font-size: 0.70em;
	margin-bottom: 0px;
}
h6 {
	color: #000;
	font-size: 0.5em;
	margin-bottom: 0px;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.margin_top_0 {
	margin-top: 0;
}
.margin_bottom_0 {
	margin-bottom: 0;
}
.margin_topbottom_0 {
	margin-bottom: 0;
	margin-top: 0;
}
.style_text_center {
	text-align: center;
}
.style_text_center_0top {
	text-align: center;
	margin-top: 0;
}
.pic_border {
	margin: 6px;
	padding: 0px;
	border: 1px #09347a solid;
}
.pic_border_centered {
	margin: 6px;
	padding: 0px;
	border: 1px #09347a solid;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.style_submit {
	color: #fff;
	font-size: .75em;
	background-image: url('../images/heading1.gif');
	padding: 3px 3px 3px 3px;
	font-weight: bold;
}
.style_input {
	border: 1px solid #09347a;
	color: #09347a;
	font-size: 10pt;
	background: #ffffff;
	padding: 1px;
}
.style_input_required {
	border: 1px solid #09347a;
	color: #09347a;
	font-size: 10pt;
	background: #d9dae9;
	padding: 1px;
}
