/* CSS Document */

/* Page */
		body {
		background: url(../images/page-bkgd.gif) repeat-y top center;
	}

/* 1st Row */
		#top {
			background: #CC9900 url(../images/top-banner.png) no-repeat;
			height: 160px;
		}
/* 2nd Row */
		#topbar {
			background: #CC9900;
			
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			color: #000000;
			text-align: center;
		}
/* 3rd Row Left */
		#linksleft {
			background:  #CC9900 url(../images/linksleft-bkgd.png);
		}
		#linksleft a { 
			background: url(../images/clock-hands-1.png);
			
			display: block;
			width: 200px;
			height: 50px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			color: #333333;
			text-decoration: none;
		}
		#linksleft a:hover {
			background: url(../images/clock-hands-2.png);
			color: #444444;
			text-decoration: underline;
		}
/* 3rd Row Right */
		#content {
			background: #FFCC33;
			
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: 333333;
			text-align: center;
			padding: 10px;
		}
		#content h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			color: 000000;
			text-align: center;
		}
/* 4th Row*/
		#bottomlinks {
			background:  #CC9900;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: FFFFFF;
			text-align: center;
		}
/* 5th Row*/
		#legal {
			background: #cccccc;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: 000000;
			text-align: left;
		}
/* 6th Row */
		#footer {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			text-decoration: none;
			text-align: right;
		}
		#footer a {
			color: #cccccc;
			text-decoration: none;
		}
		
		#footer a:hover {
			color: 000000;
		}