body {
	background-color: #DF7229;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Times New Roman", Times, serif;
}

* {
	margin: 0px;
}

div#header {
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-x;
	height: 150px;
	width: 100%;
	padding: 0 0 0 210px;
	margin: 0 0 0 0;
	z-index: 0;
	
}

div#cornerpic {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 200px;
	width: 200px;
	z-index: 3
}

div#toptabs {
	padding-left: 0px;
	height: 50px;
	width: 650px;
}

div#sidebuttons {
	position: absolute;
	left: 0px;
	top: 220px;
	width: 150px;
	color: #FCF18D;
}

div#sidebuttons a:link {
	color: #fcf18d
}

div#sidebuttons a:hover {
	font-style: italic;
}

div#sidebuttons a:visited {
	color: #fcf18d
}

div#banner {
	position: absolute;
	left: 850px;
	top: 200px;
	height: 500px;
	width: 150px;
}

div#content {
	background-color: #ffe6bf;
	position: absolute;
	left: 150px;
	top: 150px;
	height: 600px;
	width: 650px;
	padding: 0 10px 10px 10px;
}

div#content td a:hover {
	text-decoration: underline;
}

div#emailme {
	padding-bottom: 200px;
}

div#emailme a:hover {
	text-decoration: underline;
}

#floatleft {
	float: left;
	margin: 10px;
}

#floatright {
	float: right;
	margin: 10px;
}

h1 {
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
}

h2 {
	color: #FCF18D;
	font-weight: 700;
	text-decoration: underline;
	font-size: 175%;
	text-align: center;
	margin-top: 20px;
}

h3 {
	text-align: center;
	font-size: 125%;
	font-weight: 700;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

p {
	text-indent: 25px;
	margin-bottom: 5px;
}

#orgtable {
	width: 100%;
}

#orgtable td {
	padding: 10px;
}

.text{
	width: 550px;
	margin-left: 50px;
}
