div {
	padding: 0;
	margin: 0;
	}

/* --- left column ---------- */

div#left-column {
	float: left;
	width: 170px; /* for browsers with no escapes at all */
	\width: 185px; /* for IE5/Win */
	w\idth: 170px; /* for good browsers */
	text-align: left;
	padding-right: 15px;
	border: 0;
	}

/* --- right column ---------- */

div#right-column {
	float: right;
	width: 170px; /* for browsers with no escapes at all */
	\width: 185px; /* for IE5/Win */
	w\idth: 170px; /* for good browsers */
	text-align: left;
	padding-left: 15px;
	border: 0;
	}

/* --- center column  (main content)---------- */

div#centre-column {
	width: auto; /* for browsers with no escapes at all */
	\width: 98%; /* for IE5/Win */
	w\idth: auto; /* for good browsers */
	margin: 10px 220px 0 220px;
	text-align: justify;
	border: 0;
	}

/* header content ---------- */

#header {
	padding: 10px 10px 0 10px;
	border: 0;
	height: 70px;
	}
.banner_text {
	padding-top:25px;
	}

.contact {
	position:absolute;
	right:0px;
	top:0px;
	}
	
.menu_background {
	position:absolute;
	top:70px;
	left:0px;
	height:30px;
	width:100%;
	background-image: url(../images/menu_background.gif);
	z-index:0;
	background-repeat: repeat;
	}

.supporters_logo {
	text-align:center; 
	margin-top:80px; 
	margin-bottom:20px; 
	border:0}

.sidemenu_links li {
	list-style-type: disc; 
	list-style-image: url(../images/star_bullet.gif); 
	font-size:13px; 
	font-weight:bold;}

.sidemenu_links li a:link {
	text-decoration:none; 
	color: #999999; 
	list-style-image: url(../images/star_bullet_dim.gif)
	}
	
.sidemenu_links li a:visited {
	text-decoration:none; 
	color: #999999; 
	list-style-image: url(../images/star_bullet_dim.gif)
	}
	
.sidemenu_links li a:hover {
	text-decoration:underline; 
	color: #333333;  
	list-style-image: url(../images/star_bullet.gif)
	}

#header h1 {
	letter-spacing: 0.1em;
	color: Gray;
	background-color: transparent;
	}

/* content ---------- */

#content-wrap {
	padding: 40px 15px 0 15px;
	margin-bottom: 25px;
	border: 0;
	}

/* footer content ---------- */

div.footer	{
	width: 100%; 
	border: 0px;
	}
	
div.footer_details {
	padding:5px; 
	background-color: #FFCC33; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt; font-weight: normal; 
	text-align:center; color: #6e6e6e; 
	border-top:1px solid black; 
	border-bottom:1px solid black;
	}

div.footer_details span.spacing {
	padding: 0px 10% 0px 0px
	}

div.footer_details a:link {
	color:#6e6e6e; 
	text-decoration:none;
	}
	
div.footer_details a:hover {
	color:#6e6e6e; 
	text-decoration:underline
	}

div.footer_adlink {
	padding:10px 0px 5px 5px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	font-weight: normal
	}

div.footer_adlink a {
	color:#999; 
	text-decoration:none
	}

div.footer_adlink a:hover {
	color:#000; 
	text-decoration:underline
	}


.clear {
	clear: both;
	}

#centre-column .noindent {
	text-indent: 0;
	}
	
td.fee_name {
	font-weight:bold; 
	text-align:left; 
	padding: 5px 15px 5px 0px; 
	width:100px; 
	}
td.fee_price {
	text-align:left; 
	padding: 5px 5px 5px 5px; 
	background: #FFFFCC;
	}
	
/* home page panels ---------- */
div.panel_1 {
	width:150px;
	}
div.panel_1 .top {
	width:150px;
	height:22px;
	background-image: url(../images/panel1_top.gif);
	background-repeat: no-repeat;
	}
div.panel_1 .content {
	background-image: url(../images/panel1_bg.gif);
	background-repeat: repeat;
	padding:0px;
	font-size:8pt;
	padding:8px;
	}
div.panel_1 .bottom {
	background-image: url(../images/panel1_btm.gif);
	background-repeat: no-repeat;
	width:150px;
	height:4px;
	}

div.panel_2 {
	width:150px;
	}
div.panel_2 .top {
	width:150px;
	height:22px;
	background-image: url(../images/panel2_top.gif);
	background-repeat: no-repeat;
	}
div.panel_2 .content {
	background-image: url(../images/panel2_bg.gif);
	background-repeat: repeat;
	padding:0px;
	font-size:8pt;
	padding:8px;
	}
div.panel_2 .bottom {
	background-image: url(../images/panel2_btm.gif);
	background-repeat: no-repeat;
	width:150px;
	height:4px;
	}
	
div.panel_3 {
	width:150px;
	margin-top:20px;
	}
div.panel_3 .top {
	width:150px;
	height:22px;
	background-image: url(../images/panel3_top.gif);
	background-repeat: no-repeat;
	}
div.panel_3 .content {
	background-image: url(../images/panel3_bg.gif);
	background-repeat: repeat;
	padding:0px;
	font-size:8pt;
	padding:8px;
	}
div.panel_3 .bottom {
	background-image: url(../images/panel3_btm.gif);
	background-repeat: no-repeat;
	width:150px;
	height:4px;
	}
.clear_center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

