﻿/* CSS Document */
/* body styles */

body {
	background: #fffbf2 url(../images/bodybg.gif) repeat-x top left;
	margin-top: 5px;
}

.textcontainer {
	background-color: #ffffff;
	width:688px;
	text-align:left;
}
.bgwhite {
	background-color: #ffffff;
}
.bgfawn {
	background-color: #FFE3AB;
}
.bgdarkblue {
	background-color: #333399;
}
.tableblue {
	border-width:2px;
	border-style:solid;
	border-color:#333399;
}
.imagespace {
	margin: 3px;
	border: 0px;
}