/* CSS Document */

body{
	margin: 1px 1px 1px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#divMain{
	position:relative;
	margin: 0px;
	height: 100px;
}

#divLogo {
	position:absolute;
	left:296px;
	top:115px;
	width:179px;
	height:61px;
	z-index:5;
}

a{
	color:#003300;
}

a:hover{
	color: #999999;
}

table.Main{

}
.heading1{
	font-family: "Verdana", Times, serif;
	font-size: 22px;
	color: #666666;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
}

.headingAdmin{
	font-family: "Verdana", Times, serif;
	font-size: 22px;
	color:#990000;
	font-weight: bold;
	text-transform:uppercase;
}

td.content{
	border-bottom: 1px solid #5A7668;
	}

td.sideRight{
	background-color: #5A7668;
	background-image: url(images/horse_right_bg.jpg);
	background-repeat: no-repeat;
}

td.sideLeft{
	background-color: #5A7668;
	background-image:url(images/bull_left_bg.jpg);
	background-repeat: no-repeat;
}

.sideTitle{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.sideText{
	color: #333;
	font-size: 11px;
	text-align: center;
}

a.aMenu{
	padding-left: 4px;
	line-height: 1.8;
	padding-top: 8px;
	padding-bottom: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.aMenu:hover{
	padding-left: 1px;
	color: #FFFF00;
}

a.aSideLink{
	color: #333;
}

.footer{
	font-size: 11px;
	color: #333333;
	text-align: center;
}

.hDescription{
	font-size: 11px;
	text-align:justify;
}

.picRight{
	margin-left: 20px;
	margin-bottom: 10px;
	float:right; 
	border: #999999 1px solid
}

.hiLiteSold{
	font-weight: bold;
	color:  #FF0000;
}
