html, body {
      margin:0;
      padding:0;
      height:100%;
      border:none;
	}
body {
	text-align:center;
	background:url(/images/background.jpg) top repeat-x  #B6E2F0;
	}

table.site {
	margin:auto;
	padding:0;
	width:888px;
	height:100%;
	}

#top td {
	background:url(../images/back_top.jpg);
	height:20px;
	}

#center td.left {
	background:url(../images/back_leftborder.jpg) top no-repeat;
	width:8px;
	}
#center td.right {
	background:url(../images/back_rightborder.jpg);
	width:8px;
	}
#center td.center {
	vertical-align:top;
	background:url(../images/back_center.jpg);
	background-repeat:no-repeat;
	background-color:#f9ffe9;
	width:872px;
	height:100%;
	}

#main td.left {
	text-align:center;
	vertical-align:top;
	background:none;
	width:150px;
	}
#main td.logo {
	background:none;
	width:722px;
	height:134px;
	}
	
	
/* CSS for menu */	
#menu {
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
	}
#menu table{
	width:121px;
	background-color:#FFFFFF;
}
#menu td{
	height:50px;
	}
#menu td.top{
	background:url(../images/menu_top.png);
	width:121px;
	height:10px;
}
#menu td.left{
	width:5px;
	background:url(../images/menu_left.png)
}
#menu td.center{
	width:111px;
	background:#FFFFFF;
	text-align:right;
}
#menu td.right{
	width:5px;
	background:url(../images/menu_right.png)
}
#menu td.bottom{
	width:115px;
	height:11px;
	background:url(../images/menu_bottom.png);
	}
#menu p {
	margin:2px;
}
#menu a{
	font-style:normal;
	text-decoration:none;
	color:#008852;
	}
#menu a:visited{
	font-style:normal;
	text-decoration:none;
	color:#008852;
	}
#menu a:hover{
	color:#3486b1;
	}
#menu a:visited:hover{
	color:#3486b1;
	}
#menu a.current:visited{
	color:#3486b1;
	}


#pages{
	margin:0;
	padding:0;
	vertical-align:top;
	text-align:center;
}
#pages table{
	font-family:Arial;
	font-size:14px;
	color:#000033
	}
