body {
	margin: 0px;
	background-color: #DDDDFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#pagebodyholder {
	background-color: #FFFFFF;
	width: 790px;
	margin: 0px auto 0px auto;
	background-image: url(images/cox_plate_r5_c2.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	border: 2px solid #FFFFFF;
}

/*  Header styles  */

#header {
	background-color: #2720BD;
	height: 120px;
	color: #FFFFFF;
}
#headerhorses {
	float: left;
	width: 388px;
	height: 120px;
}
#headertitle {
	width: 293px;
	float: left;
	padding-top: 10px;
}
#headercarlton {
	width: 76px;
	float: left;
	padding-top: 23px;
}
#headertop {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
#headermid {
	padding-bottom: 10px;
}
#headermid h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#headerbot {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

/*  Menu styles  */

#menuholder {
	background-color: #D80B05;
	padding: 0px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	height: 24px;
}
.menuitem a {
	background-color: #D80B05;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 2px solid #FFFFFF;
	display: block;
}
.menuitem a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: underline;
}

/*  Main body styles */

#leftmenu {
	width: 150px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	float: left;
}
#footer {
	background-color: #D80B05;
	border-top: 2px solid #FFFFFF;
	margin-top: 10px;
	clear: both;
	padding: 5px;
	font-size: 10px;
	color: #999999;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
#pageholder {
	width: 600px;
	padding: 15px;
	float: left;
}
#partners {
	font-size: 10px;
	color:#666666;
	font-weight: bold;
	width: 780px;
	margin: 10px auto 5px auto;
	text-align: center;
}
#partners a {
	color: #000000;
	text-decoration: none;
}
#partners a:hover {
	color: #999999;
	text-decoration: none;
}

/*Standard styles  */

.left {
	float: left;
}
.right {
	float: right;
}

/*  HTML styles  */

h2 {
	color: #D80B05;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #2720BD;
}
h3 {
	color: #D80B05;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #2720BD;
}
h4 {
	color: #D80B05;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #2720BD;
}
marquee {
	font-weight: bold;
	color: #FF0000;
}
a {
	color: #2720BD;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
div.big {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
	text-align: center;
	width: 385px;
}