	<style type="text/css">
	body {
		margin: 0px;
		padding:0;
		color:#000;
		background:#CCCCCC;
	}
	#wrap {
		width:800px;
		height:100%;
		padding-top:5px;
		margin:0 auto;
		background:#fff;
	}
	#header {
    	padding:5px 0px 10px 0px;
		height:350px;
	}

	#navcontainer {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		border-top: 1px solid #999;
		z-index: 1;
		width:800px;
		font-size:10px;
	}

	#navcontainer ul {
		list-style-type: none;
		text-align: center;
		margin-top: -8px;
		padding: 0;
		position: relative;
		z-index: 2;
		width:800px;
		overflow: visible;
		height: 0;
		left: 0;
		top: 0;
		font-size:10px;
		}

	#navcontainer li {
		display: inline;
		text-align: center;
		margin: 0 15px;
		width:800px;
		font-size:10px;
		}

	#navcontainer li a {
		padding: 1px 7px;
		color: #666;
		background-color: #fff;
		border: 1px solid #ccc;
		text-decoration: none;
		width:800px;
		font-size:10px;
		}

	#navcontainer li a:hover {
		color: #000;
		border: 1px solid #666;
		border-top: 2px solid #666;
		border-bottom: 2px solid #666;
		width:800px;
		font-size:10px;
		}
	#main {
		float:left;
		width:800px;
		height:100%;
		height:inherit;
		padding:5px 20px 15px 40px;
		background:#fff;
		color: #2c2c2c;
		text-align:left;
	}
	a:link {
		color:#016098;
		font-weight:bold;
		font-size:28px;
		text-decoration:dotted;
	}
	a:hover {
		text-decoration:none;
	}

	.body  {
		font-size:26px;
		font-family:Arial;
		font-weight:400;
		list-style:dash;
		text-align:left;
	}
	li  {
		font-size:30px;
		font-family:Arial;
		font-weight:400;
		list-style:dash;
		text-align:left;
		color: #016098;
		font-weight:bold;
	}
	.bodytop {
		font-size:30px;
		font-family:Arial;
		font-weight:400;
		list-style:dash;
		text-align:left;
	}
	#footer {
		clear:both;
		padding:10px 0px 0px 0px;
		background-image:url(images/footer.gif);
		background-repeat:no-repeat;
	}
	.emphasis {
		font-size:32px;
		font-family:Rockwell;
		font-weight:600;
		text-align:left;
		}