body {
	background-color: #776149;
	margin: 0;
	padding: 0;
	background-image: url(images/layoutbackground.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

#layoutleft {
	background-image: url(images/layoutleft.jpg);
	height: 462px;
	width: 319px;
	position: absolute;
	top: 45px;
	left: 0px;
}

#layouttop {
	background-image: url(images/layouttop.jpg);
	height: 196px;
	width: 394px;
	position: absolute;
	left: 319px;
	top: 45px;
}

#layoutbottom {
	position: relative;
	left: -10px;
}

.menubar{
	margin-top: 10px;
	font-size: 115%;
	text-align: center;
}

.focustext{
	font-weight: bold;
}

.titletext{
	font-weight: bold;
	font-size: 110%;
}

form {
	border: thin;
	border: Black;
}

#textblock {
	text-align: justify;
	width: 395px;
	background-image: url(images/layoutbody.jpg);
	background-repeat: repeat-y;
	position: absolute;
	left: 318px;
	top: 236px;
}

.padside {
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

.smalllinks{
	font-size: x-small;
	text-align: center;
}

a:link {
	color: #9E2326;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #005E20;
	text-decoration: none;
	font-weight: bold;
}

a img {
	border: 0px;
}

.icon {
	margin: 5px;
}