table#everything{
height: 100%;
width: 800px;
border-collapse: collapse;
background: #FFFFFF;
}
tr#banner
{
height: 200px;
background: url(../img/banner.png);
padding: 0px;
width: 800px;
}
tr#menutop
{
height: 30px;
padding: 0px;
}
td#side
{
width: 150px;
padding: 0px 0px 0px 0px;
height: 100%;
border-collapse: collapse;
}
td#content
{
	width: 650px;
	padding: 5px 0px 0px 10px;
	text-align: left;
	border-collapse: collapse;
}
html, body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
  	line-height: 13px;
	color: #000000;
	background-color: transparent;
	margin:auto 0px;
	padding: 10px 10px 20px 10px;
	text-align: left;
	margin: auto 0px;
}
p {
	line-height: 19px;
}
h3 {
	font:bold 1.4em arial, verdana, helvetica, geneva, sans-serif;
	margin:0px 0px 3px 0px;
	padding:0px;
	color:#339900;
	text-transform:uppercase;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}
a:link {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
a:visited {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
a:active {
	color: #339900;
	text-decoration: underline;
	background-color: transparent;
}
.dot {
	font-size: 2em;
	font-weight: bold;
}
a:hover {
	color: #339900;
	text-decoration: underline;
	background-color: transparent;
}
blockquote {
  	width: 450px;
  	background: transparent url(../img/quoleft.png) left top no-repeat;
}
blockquote div {
  	padding: 20px 20px 35px 43px;
  	background: transparent url(../img/quoright.png) right bottom no-repeat;
}
h2 {
	font-size: 18px;
	color: #339900;	
}
img {
	padding: 0px;
	border: 0px;
	margin: 0px;
}
.title {
	position: relative;
	top: 0px;
	z-index: 1;
	margin: auto;
	text-align: left;
	width:750px;
	line-height: 15px;
}
.title a {
	position: relative;
	top: 10px;
	font-size: 45px;
	margin: 0px;
	color: #4D4D4D;
	font:bold arial, verdana, helvetica, geneva, sans-serif;
}
.title a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.title h2 {
	margin: 20px 0px 0px 10px;
}
.title .caption {	
	border-bottom: 2px solid #4D4D4D;
}
.caption {	
	font-size: 90%;
	font:bold arial, verdana, helvetica, geneva, sans-serif;
	margin: 3px 0px 3px 0px;
	padding:0px;
	text-transform:uppercase;
}
.bullet li {
	list-style-type: square;
	margin:0px 0px 2px -23px;
	line-height:19px;
}

#subscribe table {
	width: 600px;
	background: transparent;
}
#subscribe th {
	background: #339900;
	color: #FFFFFF;
	border-left: none;
	border-top: none;
	font:bold 1.4em arial, verdana, helvetica, geneva, sans-serif;
	padding:0px;
	width: 540px;
	letter-spacing: 2px;
	padding: 3px 3px 3px 6px;
	text-transform: uppercase;
}

.odd td {
	border-right: 1px solid #C1E0B2;
	border-bottom: 1px solid #C1E0B2;
	background: #C1E0B2;
}
.odd td a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
}
.even td {
	border-right: 1px solid #C1E0B2;
	border-bottom: 1px solid #C1E0B2;
	background: transparent;
}
.even td a:hover, a:active {
	color: #666666;
	text-decoration: none;
}
.desc td {
	border-bottom: 1px solid #AAAAAA;

