
body {
	background-color: white;
}
p {
	margin-left: 20px;
}
p, ul {
	font-family: Lucida Grande, Helvetica;
	font-size: 13px;
	line-height: 140%;
	color: #553333;
}
a {
	color: red;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#bodydiv {
	width: 670px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/images/background.grid-trans.png');
	_background-image: url('/images/background.grid.png');
	background-repeat: repeat-y;
}
#leftcolumn {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 260px;
	border-right: 3px solid #D4D4D4;
}
#leftcolumn p {
	margin-left: 40px;
	margin-right: 20px;
}
#leftcolumn ul {
	margin-left: 20px;
	_margin-left: 40px;
	margin-right: 20px;
}
#rightcolumn {
	padding-top: 90px;
	padding-bottom: 20px;
}
#mainlogo {
	margin-top: 25px;
	margin-left: 290px;
	margin-bottom: -70px;
}
#redtext {
	margin-left: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid red;
	margin-bottom: 5px;
	margin-bottom: 20px;
}
#redtextright {
	padding-bottom: 2px;
	border-bottom: 1px solid red;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 20px;
}
#bluetext {
	margin-left: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid blue;
	margin-bottom: 20px;
}
#bluetextright {
	padding-bottom: 2px;
	border-bottom: 1px solid blue;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 20px;
}
#bottomleft {
	width: 280px;
	_width: 281px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 3px solid #D4D4D4;
	text-align: right;
}
#bottomleft img {
	margin-right: 20px;
}
#bottomright {
	width: 430px;
}
#bottomleft, #bottomright {
	background-color: white;
}
