@charset "UTF-8";
html {

}
body {
	font: 100% Helvetica, Arial, sans-serif;
	background-color: #666666;
	background-image: url(images/isbg2.gif);
	background-repeat: no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: fixed;
	
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #333333; 
	background-image: url(images/masthead.jpg);
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
height: 150px;
color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	}
#navbar {
	text-align: center;
	font-size: 85%;
}
#navbar ul {
padding: 0;
}
#subheads {
	text-align: center;
	font-size: 90%;
	border-bottom: 2px solid #333333;
}
#subheads ul {
	padding: 0;
}
#subheads li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}
.nodisc {
list-style-type: none;
padding: 0;
line-height: 1.5em;
}
#subheads li a {
color: #333333;
}
.groffer {
	border: 1px solid #333333;
	background-color: #CCFFCC;
	padding: 0 10px;
	margin-bottom: 5px;
}
.bloffer {
	border: 1px solid #333333;
	background-color: #CCFFFF;
	padding: 0 10px;
	margin-bottom: 5px;
}
.poffer {
	border: 1px solid #333333;
	background-color: #66CCFF;
	padding: 0 10px;
}
.oneColFixCtrHdr #mainContent {
	padding: 5px 20px 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	font-size: 80%;
	color: #222222;
	border: 3px solid #333333;
	line-height: 1.2em;
 min-height: 400px;
}
h1, h2, h3, h4 {
	color: #333333;
	font-size: 18px;
}
h1 {
	font-size: 20px;
	padding-top: 5px;
}
.logo {
background-image: url(images/logo.png);
background-repeat: no-repeat;
margin:0;
height: 40px;
}
.yoffer {
	border: 1px solid #333333;
	background-color: #FFFFCC;
	padding: 0 10px;
	margin-bottom: 5px;
}
.panelrt .bloffer p {
	border-bottom: 1px dotted #000000;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#333333;
	text-align: center;
	font-size: 70%;
	color: #CCCCCC;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#navbar li {
	list-style-type: none;
	display: inline;
	padding: 10px;
}

#navbar li a {
cursor:pointer;
}
#navbar li a:link {
	color: #333333;
	text-decoration: none;
}
#navbar li a:visited {
color: #CCFFFF;
	text-decoration: none;
}
#navbar li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar li a:active {
	color: #CCFFFF;
	text-decoration: none;
}
#scrollbox {
height: 400px;
overflow: scroll;
} 
a {
color: #333333;
font-weight: bold;
outline: none;
}
a:link {
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: underline;
}
img {
border: none;
}
a img{border:0px;}
.quote em {
	font-size: 95%;
	font-weight: 600;
	color: #336666;
	line-height: 1.2em;
}
.panelrt {
	float: right;
	padding: 5px 0px 5px 10px;
	width: 240px;
	font-size: 90%;
	border-left: 0px solid #333333;
}
span.fltrt {
	float: right;
	width: 200px;
	padding-left: 10px;
}
.fltlft {
float: left;
padding: 5px 10px 15px 10px;
}
.clear {
clear: both;
}
.box500 {
border: 1px solid #333333;
	background-color: #CCFFFF;
	padding: 0 10px;
	width: 500px;
}
#mini {
	font-size: 80%;
	border: 1px solid #333333;
	line-height: 1em;
}
