	<style type="text/css">

		body {
			background-color: #eeeeee;
			}
		
		#container {
			width: 800px;
			background-color: #ffffff;
			margin: 0 auto;
			text-align: center;
			border: 1px solid #003366;
			}
		#top {
			height: 140px;
			width: 800px;
			background: url(./imgs/bkg.png) #036 repeat bottom left;

			}
		.pic1 {
			float:left;
			margin-right: 10px;
			}
		.pic2 {
			float: right;
			margin-left: 10px;
			}

		#menu {
			width: 110px;
			float: left;
			padding: 0 0 0px 0;
			font-family: 'Trebuchet MS', 'Lucida Grande', Lucida, Helvetica, Arial, sans-serif;
			font-size: 80%;
			font-weight: bold;
			background-color: #003366;
			}

		#menu ul {
			list-style: none;
			margin: 0;
			padding: 0;
			border: none;
			}

		#menu li {
			border-top: 1px solid #ffffff;
			margin: 0;
			}

		#menu li a {
			display: block;
			padding: 2px 2px 2px 2px;
			border-left: 10px solid #003366;
			border-right: 10px solid #003366;
			background-color: #003366;
			color: #fff;
			text-decoration: none;
			width: 100%;
			}

		html>body #menu li a {
			width: auto;
			}

		#menu li a:hover {
			border-left: 10px solid #cc0000;
			border-right: 10px solid #fff;
			background-color: #fff;
			color: #000000;
			}

		#menu li a:active {
			border-left: 10px solid #cc0000;
			border-right: 10px solid #fff;
			background-color: #fff;
			color: #000000;
			}

		#main {
			width: 660px;
			margin-right: 10px;
			margin-left: 120px;
			text-align: left;
			font-family: Georgia, Palatino, serif;
			line-height: 1.4em;
			font-size: 16px;
			}

		#main a {
			color: #003366;
			}

		#main a:hover {
			color: #cc0000;
			}

		.newspic {
			width: 1.1em;
			font-family: arial, verdana, helvetica, sans-serif;
			font-size: 10px;
			margin: 4px;
			border: 1px solid black;
			}

		#mainleft {
			width: 360px;
			margin-right: 10px;
			float: left;
			}

		#mainright {
			width: 290px;
			float: left;
			text-align: center;
			}

		#bottom {
			width: 800px;
			background-color: #003366;
			font-family: 'Trebuchet MS', sans-serif;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			color: #ffffff;
			margin-top: 10px;
			}
	</style>
