
	body {
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
		background-color: #d2d8d6;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
		margin-bottom: auto;
	}
	.footer {
		width: 1024px;
		text-align: right;
		font-size: 10px;
	}
	.footer a {
		color: black;
		text-decoration: none;
	}
	.footer a:hover {
		color: blue;
		text-decoration: none;
	}
	
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: -1.25px;
		margin-bottom: 0px;
		margin-top:3px;
		line-height: 98%;
	}
	.h1small {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: -1px;
		margin-bottom: 0px;
		margin-top:3px;
	}
	h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: -1px;
		margin-bottom: 0px;
	}
	.hdrclass {
		color: white;
		background-color: Navy;
		font-weight: bold;
	}
	hr {
		color: #ffd71d;
		height: 4px;
	}
	#layer4 {
		background-image: url(images/web2x3.jpg);
		position: relative;
		
		width: 520px;
		height: 116px;
		padding-left: 120px;
		background-repeat: repeat;
	}
	Layer5 {
	 position: absolute; 
	 left: 514px; 
	 top: 274px; 
	 width: 520px; 
	 height: 509px; 
	 z-index: 5
	 }
	#main {
		min-width;:398px;
		width: 388px;
		min-height: 575px;
		margin-right: 10px;
		
	}
	#main2 {
		width: 888px;
		background-color: white;
		padding-left: 0px;
		padding-right: 30px;
		float: left;
	}
	#menu {
		font-family: Arial, Helvetica, sans-serif;
		position: relative;
		font-size: 16px;
		font-weight: bold;
		padding-top: 6px;
		padding-bottom:15px;
		padding-left: 0px;
		padding-right: 0px;
		letter-spacing: -1px;
		background-color: transparent;
	}
	#menu a {
		color: black;
		text-decoration: none;
	}

	#menu a:hover {
		color: red;
	}
	.norightmargin {
		margin-right: 0px;
	}
	p {
		
		margin-top: 0px;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.table1 {
		border: thin solid;
		background-color: #faf7cf;
		padding: 25;
	}
	.schedule {
		background-color: #ffffff;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left:20px;
		padding-right:20px;
		width:600px;
	}