body	{
	margin:0;
	padding:0px;
	height:100%;
	background:#fff;
	background:url(bk.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-family:arial,helvetica,sans-serif;	
	color:#7D6B72;
	/* 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:#7D6B72;
	text-decoration:underline;
	}
a:visited {
	color:#7D6B72;
	text-decoration:underline;
	}
a:hover {
	color:#EC008C;
	text-decoration:none;
	}
.form {
	background:#F5F2F3;
	font-family:arial,helvetica,sans-serif;
	font-size:small;
	color:#7D6B72;
	border:1px solid #7D6B72;
	width:200px;
	padding:2px;
}
#mainmenu a:link {
	font-weight:bold;
	text-decoration:none;
	}
#mainmenu a:visited {
	text-decoration:none;
	}
#mainmenu a:hover {
	color:#EC008C;
	text-decoration:none;
	}
.selectedmenu	{
	color:#EC008C;
	font-weight:bold;
	}
.main	{
	font-weight:bold;
	}
h1	{
	padding:0px;
	margin:0px;
	height:26px;
	width:86px;
	background:#fff url("logo.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;
	/* 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:770px;
	height:100%;
	text-align:left;
	border-left:#BBAAB0 1px solid;
	border-right:#BBAAB0 1px solid;
	min-width:770px; /*stops content sliding off to the left in opera when the browser window is small*/
	}
#header	{
	padding:35px 0px 0px 35px;
	margin:0px;
	height:48px;
	text-align:left;
	}
#mainmenu	{
	padding:9px 0px 0px 35px;
	margin:0px;
	height:28px;
	background: url("bk_menu.gif") repeat-x;
	}
#holder	{
	padding:0px 0px 0px 0px;
	margin:0px;
	border-bottom:#EC008C 1px solid;
	}
#col1 {
	padding:35px 0px 0px 35px;
	float:left;
	width:150px;
	}
#col2 {
	float:left;
	width:550px;
	padding:35px 0px 55px 0px;
	}
#col1x {
	padding:35px 0px 55px 35px;
	float:left;
	width:250px;
	}
#col2x {
	float:left;
	width:450px;
	padding:35px 0px 55px 0px;
	}
#list1 {
	padding:0px;
	float:left;
	width:250px;
	}
#list2 {
	padding:0px;
	float:left;
	width:250px;
	}
#contact1 {
	padding:35px 50px 0px 35px;
	float:left;
	width:280px;
	margin-bottom:20px;
	}
#contact2 {
	padding:35px 0px 55px 0px;
	float:left;
	width:330px;
	height:100px;
	margin-bottom:20px;
	}
#kiosk_footer	{
	width:700px;
	padding:0px 0px 35px 35px;
	margin:0px;
	float:left;
	vertical-align:bottom;
	}
#standards	{
	padding:0px 0px 35px 35px;
	margin:0px;
	float:left;
	}
ul	{
	padding:0px;
	margin:0px;
	}
#mainmenu li {	
	display:inline;
	list-style-type:none;
	border-right:#7D6B72 1px solid;
	padding-right:5px;
	padding-left:8px;
	}
#mainmenu li.first {
	padding-left: 0px
	}
#mainmenu li.last {
	padding-right:0px;
	BORDER-TOP-STYLE:none;
	BORDER-RIGHT-STYLE:none;
	BORDER-LEFT-STYLE:none;
	BORDER-BOTTOM-STYLE:none;
	}
#col1 li {
	padding:0px;
	margin:0px;
	list-style-type:none;
	}
#col2 li	{
	padding:0px;
	margin:0px;
	list-style-type:none;
	}
#col1x li {
	padding:0px;
	margin:0px;
	list-style-type:none;
	}
#col2x li	{
	padding:0px;
	margin:0px;
	list-style-type:none;
	}
#list1 li {
	padding:0px;
	margin:0px;
	list-style-type:none;
	}
#list2 li	{
	padding:0px;
	margin:0px;
	list-style-type:none;
	}
#contact1 li {
	padding:0px;
	margin:0px;
	list-style-type:none;
	}
#standards li {
	display:inline;
	list-style-type:none;
	padding-right:25px;
	padding-left:0px;
	}
#kiosk_footer li {	
	display:inline;
	list-style-type:none;
	border-right:#EC008C 1px solid;
	padding-right:5px;
	padding-left:8px;
	}
#kiosk_footer li.first {
	padding-left: 0px
	}
#kiosk_footer li.last {
	padding-right:0px;
	BORDER-TOP-STYLE:none;
	BORDER-RIGHT-STYLE:none;
	BORDER-LEFT-STYLE:none;
	BORDER-BOTTOM-STYLE:none;
	}
.hide {
	display:none;
	}