body {
	margin:0; padding:0;
	background-color:#336633;
	font:12pt normal Georgia, "Times New Roman", Times, serif;
	color:#333333;
	/* background-color:#336633; */
	background-image:url(../images/greenpaper.gif);
	background-repeat:repeat;
}

div#wrapper {
	width:740px;
	margin:0 auto 0 auto;
}

div#header {
	width:100%;
	float:left;
	/* color:#333333; */
	background-image:url(../images/greenpaper.gif);
	background-repeat:repeat;
}

div#header img {
	border:1px solid #333333;
	border-bottom-width:2px; border-right-width:2px;
}

div#header table{
	width:100%;
}

div#header table tr td {
	text-align:center;
}

div#header table tr td a {
	font:1em Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#336633;
}

div#header table tr td a:hover {
	text-decoration:underline;
}

div#main {
	width:100%;
	clear:both;
	padding:1em 0 1em 0;
	background-image:url(../images/whitepaper.gif);
}

div#main img {
	margin:0 1em 1em 1em;
	border:1px solid #333333;
	border-bottom-width:2px; border-right-width:2px;
}

div#main p {
	margin:.5em 1em 0 1em;
}

div#main h1 {
	color:black;
	font:1.5em bold Arial, Helvetica, sans-serif;
	margin:.5em 1em .5em .667em;
	padding:0;
}

div#main ul li {
	list-style:none;
}

div#main ul li a {
	list-style:none;
	color:#0000ff;
	font-weight:bold;
	text-decoration:none;
}

div#main ul li a:hover {
	text-decoration:underline;
}

div#left {
	float:left;
	width:45%;
}

div#right {
	float:right;
	width:50%;
}

div#main div.news { /* news on the home page */
	margin:1em 1em 1em 1em;
	padding:.5em;
	background-image:url(../images/beigepaper.gif);
	border:1px solid #333333;
	border-bottom-width:2px; border-right-width:2px;
	font:.8em normal Geneva, Arial, Helvetica, sans-serif;
}

div#main div.news h1 {
	font-size:1.5em;
	padding:0;
	margin-top:0;
}

div#main div.news a {
	color:#0000ff;
	text-decoration:none;
	font-weight:bold;
}

div#main div.news a:hover {
	text-decoration:underline;
}

div#main div.letter { /* letters on the endorsement page */
	margin:1em 1em 1em 1em;
	padding:.5em;
	background-image:url(../images/beigepaper.gif);
	border:1px solid #333333;
	border-bottom-width:2px; border-right-width:2px;
	font:.8em normal Geneva, Arial, Helvetica, sans-serif;
}

div#main div.letter h1 {
	font-size:1.5em;
	padding:0;
	margin-top:0;
}

div#footer {
	width:100%;
	clear:both;
	font:.8em normal Geneva, Arial, Helvetica, sans-serif;
	background-image:url(../images/whitepaper.gif);
	margin-bottom:20px;
	text-align:center;
}

.clear { clear:both; }
.fl { float:left; }
.fr { float:right; }