	
	/* Jockey Club 2006 Style 
	JH 05/06 */
	
	body {
		background: #000;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 76%;
		margin: 0;
	}
	
	a {
		text-decoration: none;
		color: #0033ab;
	}
	
	#frameHome {
		display: none;
		width: 706px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
		margin-bottom: auto;
	}
	
	#frame {
		display: none;
		width: 760px;
		height: 435px;
		border: 3px solid #999;
		background: #fff;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
		margin-bottom: auto;
	}
	
	#navBar {
		display: none;
		width: 760px;
		height: 30px;
		margin-left: auto;
		margin-right: auto;
		color: #fff;
		margin-top: 15px;
	}
	
	#navBarHome {
		width: 450px;
		float: left;
		text-align: left;
	}
	
	#navBarHome a {
		color: #fff;
		font-weight: bold;
	}
	
	#navBarSearch {
		width: 310px;
		text-align: right;
		float: right;
	}
	
	#navBarSearchBox {
		width: 120px;
		font: 10px Arial, Helvetica, sans-serif;
	}
	
	#navBarSearchButton {
		font: 10px Arial, Helvetica, sans-serif;
		height: 16px;
		width: 16px;
		vertical-align: middle;
		margin-left: 4px;
	}
	
	#newsfeed {
		border: 1px solid #ccc;
		clear: left;
		margin-top: 15px;
		padding: 4px;
		font-size: 95%;
		height: 15px;
		overflow: hidden;
		width: 710px;
	}
	
	#newsfeed a {
		color: #0033ab;
		font-weight: bold;
	}
	
	#newsfeed a:hover {
		color: #000;
	}
	
	#newscontent {
		width: 2000px;
	}
	
	#verticalCentre {
		height: 1px;
		width: 1px;
	}
	
	#header {
		margin-top: 17px;
		height: 62px;
		border-bottom: 3px solid #999;
	}
	
	#logo {
		width: 205px;
		height: 50px;
		float: left;
		margin-left: 5px;
	}
	
	#menu {
		float: left;
		text-align: right;
		width: 535px;
		height: 50px;
	}
	
	#menuside {
		
	
	}
	
	#menuside a {
		padding: 10px;
		padding-left: 12px;
		display: block;
		background: #efefef;
		border-bottom: 1px solid #ccc;
		color: #000;
		
	}
	
	#menuside a:hover {
		background: #999;
		color: #fff;
	}
	
	#menuTopLevel {
		height: 30px;
		display: block;
		margin-bottom: 5px;
	}
	
	#menuTopLevel a {
		font-size: 80%;
		font-weight: bold;
		padding: 1px;
		padding-left: 3px;
		color: #666666;
		text-decoration: none;
		width: 65px;
		height: 30px;
		float: left;
		display: block;
		text-align: center;
		border-right: 1px solid #ccc;
	}
	
	#menuTopLevel a:hover {
		background: #666;
		color: #fff;
	}
	
	#menuSubLevel {
		
	}
	
	#menuSubLevel a {
		padding: 1px;
		color: #000;
		text-decoration: none;
	}
	
	#menuSubLevel a:hover {
		background: #666;
		color: #fff;
	}
	
	#content {
		height: 383px;
	}
	
	#main {
		height: 383px;
		overflow: auto;
	}
	
	#mainside {
		height: 364px;
		overflow: auto;
		text-align:justify;
	}
	
	#mainside h1 {
		color: #666;
		font-size: 150%;
		font-weight: bold;
	}
	
	#mainside h2 {
		font-size: 120%;
		color: #666;
	}
	
	#main h1 {
		color: #0033ab;
		font-size: 150%;
		font-weight: normal;
	}
	
	#main h2 {
		font-size: 120%;
		color: #0033ab;
		font-weight: normal;
	}
	
	.padding {
		margin: 10px;
		margin-left: 130px;
		
		width: 500px;
		text-align: justify;
	}
	
	#right {
		float: left;
		width: 165px;
		height: 364px;
		border-right: 3px solid #999;
		background: #efefef;
	}
	
	#headerside {
		padding-left: 10px;
		padding-right: 10px;
		background: #efefef;
		height: 71px;
		border-bottom: 3px solid #999;
	}
	
	#dateSort a {
		padding: 3px;
		color: #0E2B8D;
	}
	
	a.homeLink {
		width: 230px;
		height: 250px;
		float: left;
		background-repeat: no-repeat;
		/*padding: 200px 5px 5px 5px;*/
		text-decoration: none;
		color: #000;
		display: block;
	}
	
	a.homeLink:hover {
		width: 230px;
		height: 250px;
		float: left;
		background-color: #ccc;
	}
	
	.homeLinkTitle {
		font-weight: bold;
		color: #666666;
	}
	
	.homeLinkText {
		margin: 195px 5px 5px 5px;
	}
	
	.missiontext {
		font-size: 115%;
		color: #666666;
		line-height: 120%;
		text-align: justify;
		margin-top: 0;
	}

	.missionbullet {
		font-size: 115%;
		color: #0033ab;
		margin-bottom: 0px;
		line-height: 120%;
		text-align: left;
		list-style:square;
	}
	
	.missionbullet a:hover {
		background: #0033ab;
		color: #ffffff;
	}
	
	.assetstext {
		font-size: 110%;
		color: #666666;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	.menuSelected {
		background: #000;
		color: #ffffff;
	}
	
	.article {
		padding-top: 8px;
		padding-bottom: 8px;
		clear: left;
	}
	
	.articleImage {
		text-align: center;
		float: left;
		width: 110px;
		height: 110px;
	}
	
	.small {
		font-size: 90%;
	}
	
	li,dl {
		margin-bottom: 5px;
	}
	
	dt {
		margin-bottom: 3px;
	}