﻿body {
 color: #000; /*black*/;
 font: 80% Tahoma, Helvetica, Arial, sans-serif;
 background-color: #000066;
}
body img {
 border: 0px;
 text-decoration: none;
 margin: 4px;
}
/* ===============container ==============*/
#container {
 width: 85%;
 margin: 0 auto 0 auto;
 background-color: #FFFFFF;
 color: black;
 position: relative;
 text-align: left;
 padding: 10px;
}
/*=============masthead===========*/
#logoleft {
 padding: 5px 5px 5px 15px;
 margin : 0px 0px 0px 0px;
 vertical-align : top;
 background-image: url('images/KPR & Associates, LLC.gif');
 background-repeat: no-repeat;
 height: 150px;
}
#logoright {
	float: right;
	width: 300px;
	height: 140px;
	margin-left: 0px;
	margin-top: 10px;
	padding: 5px;
	background-color: #FFF;
	color: #000000;
	font-size: 90%;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#logoright .title {
 color: #B70000;
 font-size: 3em;
}
/*===========top menu===========*/
.top-menu {
 width: 100%;
 margin: 0 auto 0 auto;
 border: thin solid #000000;
 border-collapse: collapse;
}
.top-menu td {
 border: thin solid #000000;
 padding: 5px;
 text-align: center;
 font-size: .85em;
}
/*============= top table =============*/
.compare {
 padding: 10px;
 border: thin solid #000000;
 border-collapse: collapse;
 margin: 0 auto 0 auto;
}
.compare th {
 padding: 5px;
 text-align: center;
 vertical-align: top;
 border: thin solid #000000;
 font-size: .8em;
}
.compare td {
 padding: 5px;
 vertical-align: top;
 border: thin solid #000000;
}
.yellow {
 background-color: #FFFF99;
 color: #000000;
 font-weight: bold;
 text-align: center;
}
.blue {
 background-color: #000099;
 color: #FFFFFF;
}
.tdright {
 text-align: right;
}
#footer {
 background-color: #ffffff;
 border-top: thin solid #000099;
 color: black;
 height: 1%;
 padding: 5px 5px;
 margin: 0;
 text-align:center;
}
#footer p {
 font-size: .9em;
 margin: 0 2em;
 text-align: center;
 padding: 5px;
}
/*=========general styles ============*/
.clr {
 clear: both;
}
.important {
 color: #B70000;
}
.ctr {
text-align:center;
	}
h1 {
 text-align: center;
 font-size: 1.5em;
}
h2 {
 font-size: 1em;
}
