body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
p, a, ul, li
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
a
{
	color: #000000;
	background-color: transparent;
}
img { border: none; }
img.notblock { display: inline; }
ul
{
	margin: 0px;
	padding: 0px;
}
li
{
	margin-left: 16px;
	padding: 0px;
	line-height: 9pt;
}
/* These rules are for the footer copy that appears at the bottom of every page. */
td.copyright p
{
	font-size: .5em;
	color: #666666;
}
td.copyright a:link { color: #e6bb39; }
td.copyright a:visited { color: #e6bb39; }
td.copyright a:hover { color: #e6bb39; }
td.copyright a:active { color: #e6bb39; }
/* This is the outermost container for all content on the page. */
div#contentWrapper
{
	position: relative;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
/* These rules apply to the left column of the content area. */
td#leftColumn
{
	color: #4B4F51;
	background-color: #F7ECC6;
}
td#leftColumn img
{
	margin-top: 10px;
	margin-bottom: 20px;
}
td#leftColumn ul, td#leftColumn li
{
	margin: 0;
	padding: 0;
}
td#leftColumn li
{
	list-style: none;
	width: 160px;
	font-weight: bold;
	font-size: .58em;
	margin-bottom: 10px;
	margin-left: 35px;
}
td#leftColumn li a
{
	color: #4B4F51;
	font-weight: bold;
}
td#leftColumn li label
{
	font-weight: normal;
	color: #999999;
}
div#leftColumnFooter
{
	width: 100%;
	height: 10px;
	background-color: #F7ECC6;
}
/* These rules apply to the right column of the content area. */
td#rightColumn
{
	color: #686667;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	padding-left: 35px;
}
td#rightColumn h1
{
	font-family: Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #A5C067;
	letter-spacing: 2px;
}
td#rightColumn h2
{
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #696AAB;
	letter-spacing: 2px;
}
td#rightColumn h3
{
	font-family: Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
}
td#rightColumn img.first
{
	margin-top: 10px;
	margin-bottom: 20px;
}
td#rightColumn p
{
	width: 410px;
	font-size: .7em;
}
td#rightColumn ul
{
	margin: 0;
	padding: 0;
	margin-left: 30px;
}
td#rightColumn li { font-size: .7em; }
td#rightColumn ul,
td#rightColumn li
{
	margin: 10px 0px 10px 30px;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 120%;
}
td#rightColumn a.moreLink
{
	color:#e5bb37;
	text-decoration: underline;
}
td#rightColumn img.moreArrow
{
	border: none;
	margin-left: 4px;
	vertical-align: bottom;	
}
td#rightColumn img.bio
{
	float: left;
	margin: 30px 20px 0px 0px;
}
div#rightColumnFooter
{
	width: 100%;
	height: 10px;
	background-color: #F7ECC6;
	border-left: 3px solid #FFFFFF;
}
/* START: footer styles */
td.copyright
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #666666;
}
td.copyright a:link {color : #e6bb39;}
td.copyright a:visited {color : #e6bb39;}
td.copyright a:hover {color : #e6bb39;}
td.copyright a:active {color : #e6bb39;}
/* These rules set the background color of the horizontal design element just above the footer. */
td.border { background-color: #F7ECC6; }
