html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
body{
text-align: center; /* for ie - puts everything center page */
} 

body {
	margin: 0px;
	background-color: #e3e3db;
}
body {
	font-size: 12px;
	font-family: arial, verdana, helvetica, georgia, sans-serif;
	color: #3b3b3b;
	margin-top: 10px;
}

/* container styles */
#container {
	width: 800px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left; /* for ie - to fix the text align center */
	border: 1px solid #999;
}
#container img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
}
a {
	text-decoration: none;
	color: #6893B1;
	font-weight: normal;
	outline:none;
}
/* header styles */
#header {
	background-color: #FFFFFF;
	height: 114px;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
#logo img {
	border: 0;
	float: left;
	clear: both;
}

/* Belly - main content of interior pages */
#belly {
	height: auto;
	position: relative;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;
	padding: 5px;
}
/* table styles */
#belly table{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#belly p {
	line-height: 16px;
}
#belly .tableNoBorders {
	margin: 0px;
	width: 100%;
}
.tableNoBorders td   {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.tableNoBorders tr th {
	padding: 5px;
}
#belly h3 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 3px;
	font-size: 14px;
}

#belly ul, ol {
	font-size: 12px;
	color: #3b3b3b;
	margin-top: 10px;
	margin-bottom: 10px;
}
#belly input {
	border: 1px solid #719EBF;
}
#belly li {
	line-height: 16px;
	margin-bottom: 5px;
}
#belly h1 {
	color: #424242;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}
#belly table tr th {
	background-color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: left;
}
a:hover {
	text-decoration: underline;
}

/* headings styles */
h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	font-family: arial, verdana, helvetica, georgia, sans-serif;
}

h1 {
	font: 2.2em georgia;
	color: #424242;
	margin: 0 0 .5em 0;
}
h2 {
	color: #424242;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	padding-top: 0.5em;
	padding-right: 1.1em;
	padding-bottom: 0.5em;
	padding-left: 5px;
	background-color: #EDEDED;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.donorTable {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.donorTable table {
	margin: 0px;
}
.donorTable td {
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
}
.donorTable th {
	padding: 10px;
	text-align: center;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	background-color: #E6E6E6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.donorTable .tableWrapper {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.tableWithBorders {
	margin-left: 0px;
}
.tableWithBorders  .tableWrapper {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding: 0px;
	width: 95%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tableWithBorders td  {
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
}
.tableWithBorders th {
	background-color: #E6E6E6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 10px;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	text-align: center;
}
.tableWrapper .tableWithBorders .table1 {
	margin-right: 10px;
}

/* top navigation (with images) styles */
#topnav {
	float: right;
	width: 360px;
	background-color: #FFFFFF;
	padding: 0px;
	top: 50px;
	position: relative;
	text-align: right;
	margin-right: 0px;
	margin-top: -20px;
}

/* left column on home page styles */
#leftCol {
	width: 260px;
	height: auto;
	margin: 0px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding: 10px;
}
#leftCol .feature {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
#leftCol h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6893B1;
	letter-spacing: 0.5px;
	text-align: center;
}
#leftCol h2 {
	font-size: 14px;
	text-align: left;
	font-style: italic;
	background-color: #EDEDED;
	border: 1px solid #666;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#leftCol .graybox {
	background-color: #E7E7E7;
	height: 75px;
	margin-right: 15px;
	margin-top: 10px;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}
#leftCol .graybox img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* home page right column styles */

#rightCol {
	background-color: #FFFFFF;
	padding: 0px;
	height: auto;
	float: right;
	width: 475px;
	margin: 0px;
}
#rightCol table {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	margin: 0px;
}
#rightCol .feature {
}
#rightCol .graybox ul{
	list-style-image: url(../images/icon/icon.arrow.right.gif);
	background-color: #F0F0F0;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#rightCol .graybox li {
	padding-right: 10px;
	line-height: 16px;
	font-size: 12px;
	padding-bottom: 10px;
}

/* footer styles */
#footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	background-color: #FFFFFF;
	color: #333333;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-weight: normal;
}
#footer #address {
	float: left;
	line-height: 14px;
}
#footer .links {
	float: right;
	text-align: right;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 16px;
}
select {
	border: 1px solid #719EBF;
}
.inputImage {
	margin-top: 1px;
}
.feature {
	border: 1px solid #666;
	padding: 15px;
	line-height: 16px;
}
.search {
	width: 300px;
	float: right;
	top: 0px;
	text-align: right;
	margin-top: 10px;
}
.clearFloat {
	line-height: 0px;
	clear: both;
}
.centerText {
	text-align: center;
	margin-top: -15px;
}
.tableWrapper {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #666;
}
.heading1Quote {
	font-style: italic;
	font-size: 16px;
}
#rightCol2 {
	background-color: #FFFFFF;
	padding: 0px;
	height: auto;
	float: right;
	width: 600px;
	margin: 0px;
}
