body, h1, h2, h3, div {
	padding: 0px;
	margin: 0px;
}
body {
	font-size: 90%;
	text-align:center;
	color: #666666;
	font-family: Verdana, Arial;
	margin: 10px;
	}
		
#container {
	text-align: left;
	width: 800px;
	}

#banner {
	margin-bottom: 30px;
	background-image: url(images/reap_logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
	padding-right: 175px;
	}
	
#banner h1 {
	font-size: 130%;
	color: #330066;
;
	margin-right: 20px;
	}
	
#left {
	width:230px;
	float: left;
	}

#right {
	float: right;
	width: 520px;
	}

h2, h3 {
	color: #660066;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 120%;
	}
	
a:link {
	color: #666699;
	}

a:visited {
	color: #990066;
	}

a:hover {
	color: #FF9900;
	}

a:active {

	color: #666699;
}
.picture {
	border: 1px solid #999999;
	margin: 0px 0px 5px 10px;
	padding: 0px;
	float: right;
	}

.orange_text {
	color: #CC9900;
	}
	
input, select {
	border: 1px solid #666666;
	font-weight: bold;
	color: #333333;
	background-color: #6699CC;
	}
p {
	line-height: 1.5em;
}
li {
	list-style-image: url(images/bullet.gif);
	padding-bottom: 5px;
}
#left li {
	list-style-image: url(images/bullet_right_arrow.gif);
	padding-bottom: 10px;
}
#left h2 {
	margin-top: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	clear: both;
	padding-top: 50px;
	text-align: right;
}
#left img {
	margin-top: 30px;
}
#right p {
	padding-left: 10px;
}
h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
	color: #333333;
}
td {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	vertical-align: top;
}
table {
	margin-left: 30px;
	width: 100%;
}
tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
