html {
overflow-y: scroll;
}
.leftcolumn {
	background-color: #e9b253;
	width: 138px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCC99;
	padding: 0px;
	background-image: url(bkg_lft_col.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.centrecolumn {
	background-color: #e9b253;
	width: 540px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	background-image: url(bkg_top_centre.jpg);
	background-repeat: no-repeat;
	border-top-color: #999966;
	border-right-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.rightcolumn {
	width: 120px;
	background-color: #e9b253;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.centrecolumn a:link, .centrecolumn a:visited {
	color: #545454;
	text-decoration: none;

}
.centrecolumn a:hover {
	color: #545454;
	text-decoration: underline;
}

	
body {
	background-color: #F4EFAF;
	background-image: url(img/bkgstripe.gif);
	/*background-repeat: no-repeat;*/
}
a {
	color: #FFFBCF;
	text-decoration: none;
}

a:hover {
	color: #CCCC99;
	text-decoration: underline;
}

a:visited {
	color: #FFFBCF;
}

.menuimg {
	background-image: url(img/fs_0028.jpg);
	background-repeat: no-repeat;
	height: 122px;
	width: 122px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin solid #545454;
}
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin solid #545454;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin solid #545454;
}
textarea  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin solid #545454;
}
.leftmenu {
	width: 126px;
	padding-left: 10px;
}
