﻿/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */

/* margin values and font sizes for headings, and margins on paragraphs
 * and lists are not consistent across browser platforms. to achieve a
 * consistent look we need to explicity set these values here. it may
 * seem an odd way to declare the margins like this but you never
 * know what kind of horizontal padding a browser may be using on an
 * element, and I only want to change the vertical padding.
 *
 * pixels are used here, rather than ems, because I want a consistent
 * margin on the different headings. if I use ems, 1em for an h1 element
 * is much larger than 1em on an h6 element. I don't wnat this.
 *
 * salt to taste
 */
h6
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0;
	padding-bottom: 0;
}

h5
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0;
	padding-bottom: 0;
}

h4
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0;
	padding-bottom: 0;
}

h3
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0;
	padding-bottom: 0;
}

h2
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0;
	padding-bottom: 0;
}

h1
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0;
	padding-bottom: 0;
}
p
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0;
	padding-bottom: 0;
}
.top {
	color: #fff;
	margin: 0 auto;
	padding: 0 9px;
	width: 167px;
}
#header {
	background:  url(/images/backgrounds/header.gif) #fff no-repeat top left;
	height: 39px;
	width: 618px;
  	padding-top: 10px;
  	padding-bottom:10px;
	color: #fff;
	font-size: 24px;
  	font-weight: bold;
	text-align: left;
}
#rightcolumn h3.top {
	background:  url(/images/backgrounds/sbheader-top.gif) transparent no-repeat top left;
	height: 25px;
	padding-top: 7px;
}
#rightcolumn h3 {
	height: 25px;
	color: #2f4006;
	font-size: 14px;
	text-align: center;
}
#rightcolumn a img {
	border: 0;
	margin: 0 0 14px 0;
}

#rightcolumn p {
	margin: 0 0 14px 0;
	padding: 0 8px;
	text-align: left;
}

body{
font:small/1.2em arial,helvetica,clean,sans-serif;
font:x-small;
margin:0;
padding:0;
line-height: 1.5em;
  background: url(/images/bkGrad.gif) #fff0b3 repeat-x top left;
}

b{font-size: 110%;}
em{color: green;}
img {
	border-style:none;
}
#maincontainer{
width: 820px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
	background: #efd361;
	height: 176px; /*Height of top section*/
	background:  url(/images/banner_01.png) transparent no-repeat top left;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
background-color:#fff;
border-top: 1px #1C5D1D solid;
border-left: 1px #1C5D1D solid;
border-right: 1px #1C5D1D solid;
padding-bottom:11px;
}

#rightcolumn{
float: left;
width: 199px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
background: #ffffcc;
border-top: 1px #1C5D1D solid;
border-right: 1px #1C5D1D solid;
}

#footer{
clear: left;
width: 100%;
background: #006600;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
  color: #fff;
  background-color: #006600;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

dl
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0;
	padding-bottom: 0;
}

ol
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0;
	padding-bottom: 0;
}

ul
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0;
	padding-bottom: 0;
}


div.hrule {
	border-top: 1px solid #7D87A8;
	float: left;
	height: 0;
	margin: 0 0 14px 0;
	position: relative;
	left: 8px;
	width: 151px;
}

div.hrule hr {
	display: none;
}
.top {
	color: #fff;
	margin: 0 auto;
	padding: 0 9px;
	width: 167px;
}

<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>
/* drop shadow */
.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 561px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: #ffffcc;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}
/* end drop shadow */
<![endif]>
