@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #624B36;
	background-color: #FFFFFF;
	margin-top: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #000000;
}

a:visited:hover {
	color: #000000;
	text-decoration: underline;
}

a.donate:hover {
	color: #CC0000;
}

a.donate:visted:hover {
	color: #CC0000;
}

.homeBorder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.homeBorder2side {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
a.news  {
	color: #325B9D;
	font-weight: bold;
}
a.about  {
	color: #2B6226;
	font-weight: bold;
}
a.proof {
	color: #FFAA00;
	font-weight: bold;
}
.homePromo {
	width: 196px;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 12px;
	font-size: 12px;
	vertical-align: top;
}
.homePromo ul {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 14px;
}
.homePromo li {
	padding-bottom: 8px;
}
.tableMain {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}

.content {
	height: 476px;
}

.footer {
	font-size: 13px;
	background-image: url(images/dotsBorder.gif);
	background-repeat: no-repeat;
	height: 44px;
	vertical-align: middle;
	line-height: 40px;
	color: #624B36;
}
.footer a {
	color: #624B36;
}
#more {
	text-align: right;
	padding-top: 8px;
}

