A:link {
	color: #F19503;
	text-decoration: none;
}

A:visited {
	color: #F19503;
	text-decoration: none;
}

A:active {
	color: #F19503;
	text-decoration: none;
}

A:hover {
	color: #333333;
	text-decoration: none;
}

TD {
	font-size: 13px;
	font-family : Verdana;
	color : #333333;
}

P {
	font-size: 13px;
	font-family : Arial;
	color : #333333;
}

LI {
	font-size: 13px;
	font-family : Arial;
	color : #333333;
}

TD.dark {
	font-size: 11px;
	font-family : Arial;
	font-weight : Bold;
	color : #FFFFFF;
}

P.dark {
	font-size: 11px;
	font-family : Arial;
	color : #FFFFFF;
	font-weight : Bold;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #333333;
}

TD.italic {
	font-size: 13px;
	font-family : Arial;
	color : #333333;
	font-style : italic;
	font-weight : Bold;
}

P.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #333333;
}

#leftmenu {
	width: 132px;

}
#navigation {
	width: 124px;
	padding-top:3px;

}

#navigation ul {

margin: 0px;
padding: 0px;
list-style-type: none;

}

#navigation  li {
	padding-top:2px;
	
	padding-bottom:2px;
	margin: 0px;	
}

#navigation a {
	font-size: 13px;
	font-family : Arial;
	display: block;
	padding: 2px 2px 2px 3px;
	border: 1px solid #909090;
	background: #D2D2B1;
	color: #000000;
	font-weight: bold;
	text-decoration: none; /*lets remove the link underlines*/
	margin: 0px;

}

#navigation .donate {
	font-size: 13px;
	font-family : Arial;
	display: block;
	padding: 2px 2px 2px 3px;
	border: 1px solid #909090;

	color: #000000;
	font-weight: bold;
	text-decoration: none; /*lets remove the link underlines*/
	margin: 0px;	
	background-image:url(../image/donate.png);
	background-position: 100px 3px;
	background-repeat:no-repeat;
	
}

#navigation ul li a:hover {

	background-color: #555;

	color: #FFF;

}

#carousel {
background: url('images/Horse.jpg');
background-repeat: no-repeat;
background-position-x: center;
background-color: #FFFFFF;
}