body{
	margin:0px;
	padding:0px;
	background-color:#32404e;
}

	#page{
		width:816px;
		margin:0px auto;
		text-align:center;
		background:#ffffff url(images/bg.gif) repeat-x;
		border-left:solid 1px silver;
		border-right:solid 1px silver;
		border-bottom:solid 1px silver;
	}
	
		#pageContent{
			width:784px;
			padding:8px 16px 32px 16px;
			font-size:10pt;
			font-family:Verdana;
		}
		
			#top{
				height:32px;
				background:url(images/topBg.gif);
				background-repeat:repeat-x;
				border:solid 1px #c8c7c7;
				text-align:center;
			}
			
				#top a{
					color:#b3b6ba;
					text-decoration:none;
				}
		
		ul{
			padding:0px;
			margin:0px;
			text-align:left;
		}
		
		#content{
			background:#fcfcfc url(images/tableBg.gif) repeat-x;
			border:solid 1px silver;
		}
