			body {
					background-image: url(images/background.jpg);
					background-position:top center;
					background-repeat:repeat;
					color: #000;
					font-size: 14px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					margin: 0px;
					}
					
			#bgbar {
					background-image:url(images/bar.jpg);
					background-repeat:repeat-x;
					height: 216px;
					margin-top: 150px;
					}
					
			#bgbar_space {
					height: 180px;
					margin-top: 20px;
					}
					
			#container {
					width: 749px;
					margin-top: -375px;
					margin-right: auto;
					margin-left: auto;
					margin-bottom: 20px;
					}
					
			#header {
					background-image:url(images/header.gif);
					background-repeat:no-repeat;
					width: 749px;
					height: 140px;
					margin-top: 25px;
					margin-left: auto;
					margin-right: auto;
					}
					
			#body {
					width: 743px;
					border-left: 3px solid #e497d8;
					border-right: 3px solid #e497d8;
					border-bottom: 3px solid #e497d8;
					margin-left: auto;
					margin-right: auto;
					background-color: #f7e2c9;
					}
					
			#topnav {
					background-image: url(images/topnav.jpg);
					background-repeat: no-repeat;
					background-color: #f7e2c9;
					margin-left: auto;
					margin-right: auto;
					padding-top: 9px;
					height: 33px;
					width: 717px;
					text-align: center;
					}
					
			#topnav ul {
					padding: 0px 0px 0px 67px;
					margin: 0px;
					list-style-type: none;
					text-align: center;
					}
					
			#topnav ul li {
					padding: 0px;
					float: left;
					margin-left: auto;
					margin-right: auto;
					text-align: center;
					}
					
			#topnav ul.admin {
					padding: 0px 0px 0px 15px;
					margin: 0px;
					list-style-type: none;
					text-align: center;
					}
					
			#content {
					width: 650px;
					padding: .2em;
					margin-left: auto;
					margin-right: auto;
					}
					
			p {
					text-align: justify;
					}
					
			a, a:visited {
					color: #000;
					text-decoration: underline;
					}
					
			a:hover { 
					color: #65446c;
					}
					
			.txtbox {
					background-image: url(images/txtbox.jpg);
					background-repeat: no-repeat;
					height: 273px;
					width: 301px;
					padding: .2em;
					margin-left: 15px;
					text-align: center;
					padding-top: 10px;
					float: left;
					}
					
			#botnav {
					background-image: url(images/topnav.jpg);
					background-repeat: no-repeat;
					background-color: #f7e2c9;
					margin-left: auto;
					margin-right: auto;
					margin-top: 9px;
					margin-bottom: 15px;
					padding-top: 9px;
					height: 33px;
					width: 717px;
					text-align: center;
					}
								
			.td1 {
					width: 50%;
					border-bottom: 1px dotted #000;
					height: 17px;
					}
					
			.td2 {
					width: 16%;
					border-bottom: 1px dotted #000;
					height: 17px;
					}