html, body{ 
 margin:0; 
 padding:0; 
 background-color: #78929a; 
 color: #000000;
 text-align:center; 
 font-family: arial, helvetica, sans-serif;
 } 

h1
   {
	clear: both;
	font-family: arial, verdana,helvetica, sans-serif;
	font-size: 170%;
	background-color:#ffffff;
	text-align: center;
	margin:10px 0px 0px 0px;
	font-style: italic;
	color: #632c94;
}
   
h2 
   { clear: both; 
     font-family:  verdana,helvetica, sans-serif;
     font-size: 130%;
     background-color:#ffffff; 
     text-align: center;
     color: #632c94;}
     
h3 
   { clear: both; 
     font-family:  verdana,helvetica, sans-serif;
     font-size: 110%;
     background-color:#fff; 
     text-align: center;
     color: #632c94;}
     
#pagewidth{ 
 width:840px; 
  min-width: 500px; 
  text-align: center;
  
} 
 
#header{ 
 height:125px; 
 padding: 0px 0px 0px 0px;
 width:100%; 
 background-color:#ffffff; 
 color: #000000;
 border-top:2px solid #cecfce;
 background-image: url("images/banner.gif");
 background-repeat: no-repeat; 
 text-align: right;
 } 

#header img{
 padding: 0px 00px 0px 00px;
	}

#leftcol{
 width:180px; 
 float:left; 
 text-align: left;
 position:relative; 
 margin-left:-180px; 
 margin-right:1px; 
 }
 
#leftcol p{
	text-align: center;
	font-weight: bold;
	font-size: 90%;
} 
#leftcol a:link, #leftcol a:visited {
	font-weight: bold;
	color: #e3cb9f;
	background-color: #005973;
} 

#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 180px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #005973;   /* left column colours 78929a (teal) and decfe7 (purple)*/ 
border-left-style: solid; 
background-color: #fff; /* center column colour */  
color: #000000;
width: auto; 
 } 
 
#footer{
 width:100%; 
 background-color:#fff; 
 color: #000000;
 border-top: 2px solid #632c94;
 padding: 5px 0px 5px 0px;
 font-size: 80%;
 font-weight: bold;

} 
 
#footer a:link, #footer a:visited {

	color: #632c94;
}

#inner{margin:0; width:100%;}
 
#maincol{ 
 text-align: left;
 float: right;
 width: 96%; 
 position: relative; 
 margin: 0px 2px 0px -2px; 
 }
 
#maincol p{
	font-size: 90%;
}

#maincol a:link, #maincol a:visited {
	background-color: transparent;
	color: #632c94;
}

#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
img {
	border: none;
	}
	
.datatable1 th {
	font-weight: bold;
	background-color: #FFF;
}
 
.datatable2 td{
	font-size: 90%;
	}

.datatablebld td{
	font-size: 80%;
	text-align: center;
	font-weight: bold;
	}

.restauranttable th {
	font-weight: bold;
	background-color: #decfe7; 
	padding: 2px 2px;
}

.restauranttable tr.altrow {
	color: #000000;
	background-color: #f0e9f3; 
}

.restauranttable td{
	font-size: 90%;
	padding: 2px 5px;
	}
	
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}

#menu {
	position:relative;
	z-index:899; 
	width:840px;
	height:30px;
	background-image: url("images/nav-background.gif");
	background-repeat: no-repeat;
	color:#000000; 
	background-color: #decfe7; 
	padding: 5px 0px 6px 0px;
	font-size: smaller;
	text-align: center;
	border-top:1px solid #632c94;
	border-bottom:1px solid #632c94;
}

/*horizontal navigation from here*/
#nav{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000; 
	background-color: transparent; 
	margin:0; 
	padding:0;
	list-style: none; 
	z-index:900;
	padding: 0px 0px 0px 40px;
	font-size: 90%;
	font-weight: bold;
}

#nav ul {
	list-style: none;
	margin: 0;
	text-align: left;
}


#nav a {
	background-color: transparent; 
	color: #000000;
	text-decoration: none;
}



#nav li li a {
	display: block;
	font-weight: bold;
	color: #632c94;
	background-color:#e3cb9f; 
	padding: 1px 10px;
}

#nav  li a:hover {
	color: #632c94;
	background-color:#aa9abf; 
	border-width: 0 5px;
}

#nav li li a:hover {
	padding: 1px 5px;
	color: #632c94;
	background-color:#aa9abf; 
	border: 5px solid #632c94;
	border-width: 0 5px;
}

#nav li {
	float: left;
	position: relative;
	padding: 0px 12px;
	text-align: left;
	cursor: default;
	color: #000000;
	background-color: transparent; 
	

}

#nav li#first {
	border-left-width: 1em;
}

#nav li#last {
	border-right-width: 1em;
}

#nav li ul {
	display: none;
	position: absolute;
	z-index:910;
	top: 100%;
	left: 0;
	font-weight: bold;
	background: url(images/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1px 0;
}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent; 
	color: #000000;
	width: 15em;
	border: 0;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}
/* horizontal nav to here*/


/*vertical navigation from here*/
#navigation {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:90%;
	text-align: left;
	margin: 0px 0px 0px 5px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #000000;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 2px 5px 2px 0.5em;
	border-left: 3px solid #632c94;
	border-right: 1px solid #000000;
	background-color: #632c94;
	color: #e3cb9f;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #aa9abf;
	color: #000000;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #000000;
	margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #632c94;
	color: #e3cb9f;
}
#navigation ul ul a:hover {
	background-color: #aa9abf;
	color: #e3cb9f;
}
/*vertical navigation to here*/

.strongital{
font-weight: bold;
font-style: italic;
}

.ital{
font-style: italic;
}

.strong{
font-weight: bold;
}
	
.centered{
	text-align: center;
	}
	
.strongcentered {
	text-align: center;
	font-weight: bold;
}

.egright {
	border: 1px solid #63422f; 
	margin: 1em; 
	padding: 1em;
	width: 300px;
	float: right;
	color: #000000;
	}
	
.imgleft{
	float: left;
	}
	
.imgright{
	float: right;
	}	
	
