body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366; 
	font-size: small;
	line-height: normal;
}

input { font-family: Arial; }

#header {
	height: 100px;
        padding-left: 225px;
        color: #888;
}

#centreposition {
	padding-right: 20px;
	padding-left: 210px;
	background-color: #FFFFF7;
}

/* The centrecontent style is set up for a 2 column layout.  
If you want a 3 column layout then change the centreposition style like this:   padding-right: 200px; 
<div id="right"> Write the content for your right hand column inside an id-"right" div like this </div> */

#centrecontent {
	z-index: 100;
	min-width: 1px;
	background-color: #FFFFFF;
	/* border: 1px solid #999999; */
	padding: 10px;
        min-height: 500px !important; 
}

#footer {
	padding-left: 225px;
        padding-top: 10px;
	background-color: #FFFFF7;
        font-size: smaller;
}

#left {
	width: 200px;
	position: absolute;
	top: 10px;
	right: -10px;
	padding: 5px 0px 5px 6px;
        font-size: smaller;
}



#right {
	width: 130px;
	position: absolute;
	top: 100px;
	right: 0px;
	height: 200px;
}

.label { color: #666; font-size: 12px; font-weight: bold; }
.label a { color: #666; font-weight: normal; }
.item { margin-bottom: 10px; color: black; font-size: 10pt; }
.more { font-size: smaller; color: #666; display: inline; }
.more a { color: #666; }
dt { font-weight: bold; }


#events { width: 100%; cell-spacing: 0px; cell-padding: 4px; } 
#events td { font-size: 1em; padding: 5px; } 
.tablemenu { text-align: right;  }
.odd { background-color: #eee; }
.footer { margin-top: 20px; }
.storeinfo { font-weight: bold; margin-top: 10px; }
.menu { font-size: 11px; font-weight: bold; text-align: right; padding 2px; }
.lbl { color: gray; }

#choosenew {  display: none; }
