body, html {
	height: 100%;
}
body {
	margin:0px;
	background-image: url('gfx/purple_bg_site_all.gif');
	background-repeat: repeat-y;
	background-color:#cccccc;
	height:100%;
	font-family: verdana, sans-serif;
  font-size:10px;
  color:#000000;
}
table {
	border-collapse: collapse;
}
td {
	padding:0px;
	vertical-align:top;
}
img {
	border:0px;
	margin:0px;
}
h1 {
	margin:0px;
	font-weight:bold;
}
h2 {
	margin:0px;
	font-size: 11px;
	font-weight: bold;
}
a {
	text-decoration:underline;
	color: #993366;
}
p {
	margin:5px;
}
div#bgTop {
	background-image: url('gfx/purple_bg_site.gif');
	background-repeat: repeat-x;
	height:87px;
}
table#site {
	width:1004px;
}
td#header {
	vertical-align:top;
}
td#spacerMenu {
	background-color:#993366;
	height:18px;

}
td#menu {
	background-color:#000000;
	height:18px;
	width: 620px;
}
td#left {
	width: 153px;
}
td#content {
	width:605px;
	padding: 10px 5px 5px 10px;
}
td#right {
	background-color:#cccccc;
	width:231px;
}
table#buttonsRight {
	font-family: arial, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	margin-top:25px;
	margin-left:10px;
	width:190px;
}
table#buttonsRight td{
	vertical-align:bottom;
}
table#buttonsRight td img{
	margin-right: 5px;
	margin-top: 10px;
}