/*Define style for body*/


body
{

	background-image: url(../images/photos/bg.gif);
	background-repeat: repeat-x;
 	color: #000000;	
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

#content
{
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-size: 14px;
	padding-left: 2em;
}

/*Define style for links */

a:link {text-decoration: underline; color: #0069AD;}
a:visited {text-decoration: underline; color: #1E90CE;}
a:hover, a:active {	text-decoration: none; color: #ffffff; background-color: #0069AD;}


/*Define style for header(s)*/

h1
{
	color: #0069AD;
	font-size: 24px;
	padding-top: 0.5em;
	font-family: "Trebuchet MS", "Times New Roman", serif;
	border-bottom: 3px solid #0069ad;
}

h2
{
font-size: 20px;
color: #0069AD;
padding-top: 0.5em;
}

h3
{
font-weight: 700;
letter-spacing: 1px;
font-size: 14px;
}

dd {
padding-bottom: 1em;
}

#footer
{
font-family:"Trebuchet MS", "Times New Roman", serif;
font-size: 12px;
font-weight: 700;
margin-left: 400px;
color: #0069AD;
}

#footerlogo
{
background-image: url(../images/photos/tflogo.gif);
background-repeat: no-repeat;
background-color: #FFFFFF;
}

ul.indenttext
{
list-style-type: none;
margin-left: 150px;
}
ul.indenttext li
{
background-image: url(../images/photos/bullet.gif);
padding-left: 20px;
padding-bottom: 5px;
background-position: left 50%;
background-repeat: no-repeat;}

/* Used on gaelic gallop registration page */
.colHeader{
	color: #FFFFFF;
	background-color: #0069AD;
	font-weight: bold;
}
.menu
{
color:#FFFFFF;
font-size:17px;
margin:0 0 0 -30px;
width:180px;
height:700px;
}
.menu a:link
{
color:#FFFFFF;
text-decoration:none;
}
.menu a:visited
{
color:#FFFFFF;
text-decoration:none;
}
.menu a:hover
{
color:#FFFFFF;
text-decoration:none;
background-color:#7d4c21;
background-image:url(../images/bullet.PNG);
}
.menu li
{
border-bottom:1px solid #dead78;
line-height:35px;
list-style:none;
}