﻿body{
	background-color: #3E2D1B;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('images/background.gif');

}

img 
{
	border: none;
}

a {
color: #0E52A2;
}

div#container
{
	width: 770px;
	margin: auto;
	background-color: #fff;
	text-align: left;
	border: 4px solid #121212;
}

div#pageMast {
	height: 137px;
	width: 770px;
	background-color: #337EB9;
	background-image: url('images/header.jpg');
}

table#colTable
{
	width: 770px;
}


table#colTable td
{
	vertical-align: top;
}

table#colTable td#leftCol
{
	width: 170px;
	background-color: #1C3F53;
	color: #fff;
	background-image: url('images/leftcol_background.gif');
	
	padding-top: 14px;
	padding-bottom: 14px;
}

table#colTable td#leftCol img
{
	margin: 13px 0px 0px 13px;
}


table#colTable td#rightCol
{
	width: 600px;
	background-image: url('images/rightcol_background.gif');
	background-repeat: no-repeat;
}

td#mainContent
{
width: 260px;
}

td#mainContent p
{
margin-top: 15px;
margin-bottom: 15px;
}

td#mainContentWide
{
width: 540px;
}


table#contentTable{
	width: 600px;
}

div.flowerHeader
{
	padding-left: 58px;
	margin-bottom: 20px;
}

h1 {
	
color: #EC7808;
display: inline;
font-size: 20px;
}

h2 {
	
color: #777;
display: inline;
font-size: 14px;
}

img.borderImage
{
	border: 5px solid black;
}

div#footer
{
background-color: #40A3D9;
border-bottom:7px solid #0E52A2;
border-top:7px solid #0E52A2;
color: #fff;
text-align: center;
padding: 5px 0 5px 0;
}

table.listTable {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 500px;
}
table.listTable th, table.listTable td {
  border: 1px #2F779E solid;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
}
table.listTable th {
  background: #40A3D9;
  color: #fff;
  text-align: left;
}

table.miniListTable {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 250px;
}
table.miniListTable th, table.miniListTable td {
  border: 1px #2F779E solid;
  padding: 6px;
  vertical-align: top;
}
table.miniListTable th {
  background: #BEE0F2;
  color: #000;
  text-align: right;
  padding-right: 12px;
}

div.callout 
{
	background-color: #D7E5F0;
}

div.callout div.title
{
	padding: 3px;
	background-color: #3E97CF;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

div.callout li
{
	padding-left: 0px;
	margin-left: 10px;
	padding-bottom: 15px;
}

div.callout ul
{
	margin-left: 20px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

ol.treeList li
{
	padding-bottom: 10px;
	font-weight: bold;
}

ol.treeList li ul li
{
	padding-top: 2px;
	font-weight: normal;
}

ol.treeList li ul
{
	padding-top: 8px;
}

img.addBottomPad
{
	margin-bottom: 15px;
}

textarea 
{
	font-family: Sans-Serif;
}