@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background: #e0e0e0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	}
img, form {
	margin: 0;
	padding: 0;
	border: 0;
	}
:focus { outline: none; }

.Clear { clear: both; }

#PrintHeader { display: none; }

#Container {
	background: #FFF url(../../images/content_bg.jpg) repeat-y right top;
	width: 770px;
	margin: 0 auto;
	padding: 0 5px;
	margin-bottom: 20px;
	}
	
h1 {
	font-size: 24px;
	color: #640064;
	}
h2 {
	font-size: 17px;
	color: #5b4609;
	}
h3 { 
	font-size: 14px;
	color: #454545;
	}
strong { color: #640064; }

a:link { color: #640064; text-decoration: underline; }
a:visited { color: #640064; text-decoration: underline; }
a:hover { color: #5b4609; text-decoration: underline; }
a:active { color: #5b4609; text-decoration: underline; }


/* -----------------
	HEADER
----------------- */	

#Header {
	background: #FFF;
	height: 135px;
	}
	#UoG { float: left; }
	#Title, #Logo { float: right; }
	#Title { margin-top: 61px; }

#Divider {
	background: url(../../images/header_bar.gif) repeat-x left top;
	height: 5px;
	}

/* -----------------
	FOOTER
----------------- */	

#Footer {
	background: url(../../images/footer_bg.jpg) repeat-x left top;
	height: 76px;
	color: #e0e0e0;
	font-size: 11px;
	margin: 0 -5px;
	}
	#Footer .Left, .Copyright { float: left; }
	#Footer .Right { float: right; }
	.Copyright {
		margin-left: 20px;
		margin-top: 30px;
		}

/* -----------------
	MENU
----------------- */	

#Menu {
	clear: both;
	width: 220px;
	float: left;
	}
	#Menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		#Menu li, #Menu a {
			margin: 0;
			display: block;
			float: left;
			}
	
	#Register { margin: 50px 0; }
	#Equine {
		margin: 20px 0;
		text-align: center;
		}
	
/* -----------------
	IMAGE AREA
----------------- */	

#ImgArea {
	height: 253px;
	background: url(../../images/home_img.jpg) no-repeat right top;
	}
	
/* -----------------
	HOME PAGE
----------------- */

#Upcoming {
	background: #8e731b url(../../images/upcoming_bg.jpg) repeat-x left top;
	padding: 24px 16px 10px;
	color: #FFF;
	font-size: 11px;
	margin-left: 220px;
	height: 181px;
	}
	#Upcoming h2 { margin: 0; }
	#Upcoming ul {
		margin-left: 0;
		padding-left: 0;
		list-style: none; 
		}
		#Upcoming li { 
			padding: 5px 0;
			width: 255px;
			float: left;
			}
		#Upcoming strong { font-size: 12px; color: #FFF; }
		
		#Upcoming li a:link { color: #ccb550; text-decoration: underline; }
		#Upcoming li a:visited { color: #ccb550; text-decoration: underline; }
		#Upcoming li a:hover { color: #640064; text-decoration: underline; }
		#Upcoming li a:active { color: #640064; text-decoration: underline; }
	
	#Upcoming p a { font-weight: bold; }
	#Upcoming p a:link { color: #640064; text-decoration: underline; }
	#Upcoming p a:visited { color: #640064; text-decoration: underline; }
	#Upcoming p a:hover { color: #ccb550; text-decoration: underline; }
	#Upcoming p a:active { color: #ccb550; text-decoration: underline; }

	
/* -----------------
	CONTENT
----------------- */

#Content {
	padding: 17px 25px;
	width: 500px;
	margin: 0 -5px;
	margin-left: 220px;
	}
	#Content .Left h1 { margin: 0; }
	
	.Note { 
		color: #5b4609;
		font-size: 11px;
		font-style: italic;
		}
	
	.Full {
		font-weight: bold;
		color: #900;
		font-size: 11px;
		}
	
	#Content li {
		color: #640064;
		font-weight: bold;
		}
		#Content li em {
			font-weight: normal;
			font-style: italic;
			}
	#Content ul { list-style: url(../../images/bullet.gif); }
	
	#Content dt {
		font-weight: bold;
		color: #640064;
		margin-bottom: 5px;
		}
	#Content dd {
		margin-bottom: 15px;
		margin-left: 0;
		padding: 0 20px 5px;
		border-bottom: 1px solid #CCC;
		}
	
	#Content hr {	
		color: #5b4609;
		background: #5b4609;
		height: 1px;
		border: none;
		width: 100%;
		}
	
	table.TableStyle {
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px;
		}
		table.TableStyle th {
			color: #FFF;
			background: #5b4609;
			}
		table.TableStyle td {
			padding: 7px;
			text-align: center;
			vertical-align: middle;
			}
			table.TableStyle td.Left { text-align: left; }
			table.TableStyle tr.Alt { background: #EEE; }
	
	.FloatLeft { float: left; }
	.FloatRight { float: right; }
		img.FloatLeft, img.FloatRight { border: 1px solid #640064; }
		img.FloatLeft { margin: 5px 10px 5px 0; }
		img.FloatRight { margin: 5px 0 5px 10px; }
	
	