body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 40px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	padding: 0;
	min-width: 730px;
} 
#wrapper { 
	margin: 0;
	position: relative;
} 
#left {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
} 
#topleft {
	background-color: gold;
	border-right: 3px solid black;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	padding: 3px;
}
#topleft img {
	border: 3px solid gold;
}
#botleft {
	background-color: gold;
	border-right: 3px solid black;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
}

#right {
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
}
#topright {
	background-color: gold;
	border-left: 3px solid black;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	padding: 3px;
}
#topright img {
	border: 3px solid gold;
}
#botright {
	background-color: gold;
	border-left: 3px solid black;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
}

#main {
	margin: 0 188px 0 188px; 
}
#title {
	text-align: center;
	background-color: crimson;
	border: 3px solid black;
	padding-top: 3px;
	padding-bottom: 0px;
}
#title img {
	border: 3px solid black;
	padding: 0px;
}

#content {
	border: 3px solid black;
	padding: 3px;
	margin-top: 20px;
	background-color: gold;
}
#piclinks {
	position: absolute;
	top: 170px;
	left: 195px;
	width: 183px;
}
#links {
	background-color: white;
	border: 3px solid black;
	padding: 3px;
}
#links a:link
{
	color: crimson;
	text-decoration:underline;
}

#links a:hover
{
	text-decoration:underline;
	color: gold;
}

#links a:visited
{
	text-decoration:underline;
	color: crimson;
}

#links a:active
{
	text-decoration:underline;
	color: crimson;
}
#pic {
	background-color: white;
	text-align: center;
	border: 3px solid black;
	padding: 3px;
	margin-top: 3px;
}
#page {
	background-color: white;
	margin: 0 0 0 188px; 
	border: 3px solid black;
}
#pagetitle {
	border-bottom: 3px solid black;
	background-color: crimson;
	font-size: 130%;
	padding: 5px;
}
#text {
	padding: 16px 30px; 
}
#footer {
	text-align: center;
	background-color: crimson;
	border: 3px solid black;
} 
#footer a:link
{
	color: gold;
	text-decoration:underline;
}

#footer a:hover
{
	text-decoration:underline;
	color: goldenrod;
}

#footer a:visited
{
	text-decoration:underline;
	color: gold;
}

#footer a:active
{
	text-decoration:underline;
	color: gold;
}

.table .header {
	color: black;
}

.table {
	font-size: smaller;
	text-align: left;
	background-color: black;
	color: white;
}

.table .label {
	color: black;
	background-color: gold;
}

.table .content {
	background-color: white;
	color: black;
}

.table .subheader {
	font-size: smaller;
}

.tableHeader {
	background-color: crimson;
	text-align: left;
	font-style:italic;
	color: black;
}
.row1 {
	background-color: #FFFFE0;
	color:black;
}

.row2 {
	background-color: #FFFACD;
	color:black;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	border: 3px outset gray;
	background-color: gold;
	cursor: hand;
	font-style:italic;
}
