html, body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 15px 30px;
}

body {
	background-image: url(../graphics/background.jpg);
	background-position: 270px 100px;
	background-repeat: no-repeat;
}

p#whitehouses {
	position: absolute;
	left: 76px;
	top: 15px;
}

DIV#content {
	margin-top: 80px;
	margin-left: 100px;
	margin-right: 175px;
  line-height: 150%;
}

DIV#content h1, h2, h3, strong {
	color: rgb(51,102,51);
	background: transparent;	
}

h1 {
	font-size: 130%;	
}

h2 {
	font-size: 120%;		
}

h3 {
	font-size: 110%;		
}

ul li {
	list-style-image: url(../graphics/bullet.gif);
    margin-bottom: 0.7em;
}

DIV#content a {
	text-decoration: none;
	color: rgb(220,120,0);
  background: transparent;
}

DIV#content a:hover {
	color: rgb(51,102,51);
  background: transparent;
}

DIV#rightcol {
	position: absolute;
	right: 15px;
	top: 100px;
	width: 150px;
	border-left: 1px solid #DDD;
	padding: 0 0 30px 15px;
}

DIV#rightcol img, .pic {
	border: solid 1px rgb(153,170,153);
	margin-bottom: 3px;
}

DIV#rightcol p {
	font-size: xx-small;
	margin-bottom: -5px;	
}

DIV#hilight, p.hilight {
	border: 1px solid rgb(51,102,51);
	padding: 5px 15px 15px 15px;
	color: black;
	background-color: #EFE;
}

img.flag {
	border: none;
	margin-bottom: -4px;
	margin-right: 3px;	
}


