body	{
	margin:0px;
	padding:0px;
	height:100%;
	background:#E9DDCB;
	background-image:url(images/bk.gif);
  	background-position:center;
	background-repeat:repeat-y;
	font-family:arial,helvetica,sans-serif;	
	color:#000;
	/* The code below is a CSS hack to control font sizes in different versions of IE */
	font-size:x-small;      /* This will be used by IE 5 and 5.5 */
	voice-family: "\"}\""; 	voice-family:inherit;               /* These statement are not undertood by IE 5 and 5.5 and therefore they skip to the next selector */
	font-size:small; 	/* This is the real font size to be used by all other browsers */
	}
a:link {
	color:#905559;
	text-decoration:underline;
	}
a:visited {
	color:#905559;
	text-decoration:underline;
	}
a:hover {
	color:#905559;
	text-decoration:none;
	}
.intro {
	font-weight:bold;
	color:#905559;
	}
.form {
	background:#F5F2F3;
	font-family:arial,helvetica,sans-serif;
	font-size:small;
	color:#7D6B72;
	border:1px solid #7D6B72;
	width:200px;
	padding:2px;
}
#col1 a:link {
	text-decoration:none;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#col1 a:visited {
	text-decoration:none;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#col1 a:hover {
	color:#8F5558;
	text-decoration:none;
	}
h1	{
	padding:0px;
	margin:0px;
	height:62px;
	background:#fff url("images/header_02.gif") no-repeat ;	
	text-indent:-100em; /* hides h1 text on screen but allows text to still be read by screen readers */	
	}
h2	{
	padding:0px;
	margin:0px;
	color:#905559;
	/* The code below is a CSS hack to control font sizes in different versions of IE */
	font-size:x-small;      /* This will be used by IE 5 and 5.5 */
	voice-family: "\"}\""; 	voice-family:inherit;               /* These statement are not undertood by IE 5 and 5.5 and therefore they skip to the next selector */
	font-size:small; 	/* This is the real font size to be used by all other browsers */
	}
#kiosk	{
	position:relative;
	padding:0px;
	margin:0 auto;
	width:750px;
	height:100%;
	text-align:left;
	min-width:750px; /*stops content sliding off to the left in opera when the browser window is small*/
	}
#header1	{
	padding:0px;
	margin:0px;
	text-align:left;
	height:35px;
	background-color:#3F7A73;
	}
#header2	{
	padding:0px;
	margin:0px;
	text-align:left;
	height:62px;
	background-color:##E9DDCB;
	}
#header3	{
	padding:0px;
	margin:0px;
	text-align:left;
	height:113px;
	background-color:#E9DDCB;
	}
#header4	{
	padding:0px;
	margin:0px;
	height:20px;
	text-align:left;
	background-color:#BA8E8C;
	}	
#mainmenu	{
	padding:9px 0px 0px 35px;
	margin:0px;
	height:28px;
	background: url("bk_menu.gif") repeat-x;
	}
#col1 {
	padding:0px;
	float:left;
	width:187px;
	background-color:#F7F2E9;
	}
#col2 {
	float:left;
	width:513px;
	background-color:#FFF;
	margin:0px;
	padding:25px;
	}
#kiosk_footer	{
	padding:0px 0px 35px 35px;
	margin:0px;
	vertical-align:bottom;
	}
ul	{
	padding:0px;
	margin:0px;
	}
#col1 li {
	padding:4px 0px 4px 8px;
	margin:0px;
	color:#905559;
	list-style-type:none;
	background-color:#A0C2E4;
	border-bottom:#FAF4EA 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#col1x li {
	padding:4px 0px 4px 8px;
	margin:0px 0px 0px 10px;
	color:#905559;
	list-style-type:none;
	background-color:#D7C3A8;
	border-bottom:#FAF4EA 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.link li {
	margin:0px;
	padding:6px 0px 6px 0px;
	list-style-type:none;
	}
.main li {
	margin:12px;
	}
label {
	display: block;
	width: 120px;
	float: left;
	clear: left;
	}
