body {
	font-size: 12px;
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
	background-image:url('/images/bg-gradient.png');
	background-repeat:repeat-x;
	height:100%;
	text-align:center;
	padding: 0px;
	margin: 0px;
}

td {
	font-size: 12px;
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
}

div#container {
	margin: auto;
	text-align:center;
	width:770px;
	height:100%;
}

div#pageTitle {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin:20px 0px;
}

div#main {
	text-align:left;
	font-size:12px;
	width:750px;
	background-color:#fff;
	border: 1px #999 solid;
	padding:10px;
}

div#footer {
	margin:auto;
	text-align:center;
	width:750px;
	height:100px;
	margin:20px 0px;
}

div.clear {
	clear:both;	
}

div.displayBox {
	border:#999999 1px solid;
	background-color: #D1D8DE;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

label.displayBoxLabel {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

table.altRows {
	padding:0px;
	margin:auto;
	width:100%;
}

td.altRows {
	padding:3px;
}

table.altRows th {
	font-weight:bold;
	border-bottom: 1px #999 solid;
}

table.altRows td.shadedRow {
	background-color: #eee;
	
}
