body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	background: #EAEAEA;
	text-align: center;
}
#wrote {
	margin: 10px 0 20px 0;
	padding: 10px 0;
	background: #FFF;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #f00;
}

#background {
	background: #FFFFFF url(gfx/bodybg.png) repeat-x;
}

	#headerwrap {
		margin: 0 auto;
		padding: 0;
		width: 760px;
		text-align: left;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
	}
		#top {
			height: 80px;
			border-bottom: 1px solid #FFFFFF;
			background: #15406C url(gfx/headerbg.png) repeat-x;
		}
			#top #logo {
				margin: 0 0 0 15px;
				padding: 0;
				width: 555px;
				height: 80px;
				text-indent: -9999px;
				background: #FFFFFF url(gfx/logo.png) no-repeat;
			}
			#top #header_top_right {
				margin: 0;
				padding: 10px 0 0 0;
				width: 190px;
				height: 70px;
				float: right;
				color: #FFFFFF;
				text-align: center;
				font-size: 22px;
			}
		#header_images {
			height: 180px;
			background: #C2D9EF;
			border-bottom: 1px solid #FFFFFF;
		}
			#header_images #header_img_left {
				margin: 0 0 0 15px;
				padding: 0;
				width: 553px;
				height: 180px;
				border-left: 1px solid #FFFFFF;
			}
			#header_images #header_img_right {
				width: 190px;
				height: 180px;
				float: right;
				border-left: 1px solid #FFFFFF;
			}

	div#menu {
		margin: 0;
		padding: 0;
		height: 30px;
		background: #103152 url(gfx/menubg.png) repeat-x;
		border-bottom: 1px solid #FFFFFF;
	}

		#menu ul {
			margin: 0;
			padding: 0;
			width: 760px;
			height: 30px;
			list-style: none;
			font-weight: bold;
		}

		#menu a {
			display: block;
			padding: 8px 12px 9px 12px;
			text-decoration: none;
			color: #FFFFFF;
			font-family: verdana;
			font-weight: bold;
			font-size: 11px;
		}
		#menu a:hover {
			color: #C2D9EF;
			background: #0A2E4F;
		}
		#menu a.first, #menu a#first {
			border: 0;
		}

		#menu li {
			float: left;
			padding: 0;
		}

		#menu li ul {
			position: absolute;
			left: -999em;
			height: auto;
			margin: 0;
			padding: 0;
			width: 200px;
			border: 2px solid #0A2E4F;
		}

		#menu li li {
			width: 200px;
		}

		#menu li ul a {
			padding: 5px;
			border: 0;
			background: #C2D9EF;
			color: #15406C;
		}
		#menu li ul a:hover {
			background: #0A2E4F;
			color: #FFFFFF;
		}

		#menu li ul ul {
			margin: -22px 0 0 180px;
		}

		#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
			left: -999em;
		}

		#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
			left: auto;
		}

		#menu li:hover, #menu li.sfhover {
			background: #0A2E4F;
		}

		#menu li:hover, #menu li.hover {
			position: static;
		}

#wrap {
	margin: 0;
	padding: 0;
	background: #EAEAEA url(gfx/wrapbg.png) repeat-x;
	text-align: left;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#content {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	clear: both;
	background: #FFFFFF url(gfx/right.png) top right no-repeat;
}

#right {
	margin: 0;
	padding: 20px 0;
	width: 190px;
	float: right;
}
	#right #title {
		margin: 0;
		padding: 0 8px 10px 15px;
		font-size: 16px;
		font-family: arial;
		font-weight: bold;
		color: #002B60;
	}
	#right .margin {
		margin: 5px 15px;
	}
	#right ul {
		margin: 0 0 0 25px;
		padding: 0 15px;
	}

#text {
	margin: 0 200px 0 0;
	padding: 15px;
	text-align: left;
	background: transparent;
}
	#text p {
		margin: 0 0 15px 0;
		padding: 0;
	}
	
	ul.horse {
		margin: 0 0 0 15px;
		padding: 0 0 0 5px;
		font-size: 12px;
	}
	ul.horses {
		margin: 0 0 0 25px;
		padding: 0 0 0 5px;
		font-size: 12px;
	}
	li.horse_event {
		margin-bottom: 8px;
		font-style: italic;
		font-weight: bold;
		font-size: 12px;
	}
	li.horse_result {
		margin: 2px 0 0 0;
		font-weight: normal;
		font-style: normal;
		font-size: 12px;
	}
	
	table.horses {
		float: left;
	}

#footer {
	margin: 0 auto;
	padding: 20px 0;
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	background: #15406C url(gfx/headerbg.png) repeat-x;
	border-top: 2px solid #FFFFFF;
}
#footer p {
	margin: 0 0 5px 0;
}
#footer a:link, #footer a:visited {
	color: #B5D1DF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #006599;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	font-family: arial;
	color: #002B60;
	font-weight: bold;
}
h1.multiple {
	margin: 15px 0 10px 0;
}

h1 a, h1 a:link, h1 a:visited {
	text-decoration:none;
}
h1 a:hover {
	color: #1C62A7;
	text-decoration:none;
}
h2 {
	margin: 5px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	/* color: #0090DF; */
	color: #006599;
}
h2 a, h2 a:link, h2 a:visited {
	font-style: italic;
	text-decoration: none;
	color: #006599;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	margin: 10px 0 10px 15px;
	padding: 0;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #0090DF;
}
form {
	margin: 0;
	padding: 0;
}


/* COMPETITION RESULTS */
ul.ul_comp {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
ul.ul_comp li#first {
	margin: 0 0 6px 0;
	padding: 0;
}
li.li_comp {
	margin: 20px 0 6px 0;
	padding: 0;
}

ul.ul_event {
	list-style: disc;
}
li.li_event {
	margin: 8px 0 10px 0;
	padding: 0;
	font-weight: bold;
}

ul.ul_result {
	list-style: circle;
}
li.li_result {
	margin: 2px 0;
	padding: 0;
	font-weight: normal;
}
	li.li_result a {
		color: #002B60;
	}
	li.li_result a:hover {
		color: #67A5C2;
	}
	li.li_result span.result {
		color:#67A5C2;
		font-weight:bold;
		font-style:italic;
	}
ul.ul_details {
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
}

table, td, p, input, textarea {
	font-family: "Verdana", "Tahoma";
	font-size: 12px;
	color: #002B60;
}