@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background: #d1d1bb url(../../images/body_bg.jpg) repeat-x left top;
	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; }

.Container {
	width: 780px;
	margin: 0 auto;
	}
	
h1 {
	font-size: 24px;
	color: #32004b;
	}
h2 {
	font-size: 17px;
	color: #646432;
	}
h3 { 
	font-size: 14px;
	color: #454545;
	}
strong { color: #32004b; }

a:link { color: #32004b; text-decoration: underline; }
a:visited { color: #32004b; text-decoration: underline; }
a:hover { color: #3f3f19; text-decoration: underline; }
a:active { color: #3f3f19; text-decoration: underline; }


/* -----------------
	HEADER
----------------- */	

#PrintHeader { display: none; }
#Header {
	background: url(../../images/header_bg.jpg) repeat-y left top;
	height: 124px;
	padding: 0 5px;
	width: 770px;
	}
	#UoG { float: left; }
	#Title, #Logo { float: right; }
	#Title { margin-top: 61px; }

/* -----------------
	FOOTER
----------------- */	

#Footer {
	background: url(../../images/footer_bg.jpg) repeat-x left top;
	height: 76px;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 11px;
	}
	#Footer .Left, .Copyright { float: left; }
	#Footer .Right { float: right; }
	.Copyright {
		margin-left: 20px;
		margin-top: 30px;
		}

/* -----------------
	MENU
----------------- */	

#Menu {
	clear: both;
	background: url(../../images/nav_bg.jpg) repeat-x left top;
	height: 62px;
	}
	#Tagline { width: 153px; }
	#Menu div, #Menu ul, #Menu li { float: left; }
	#Menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		#Menu li, #Menu a {
			margin: 0;
			display: block;
			}
	
/* -----------------
	IMAGE AREA
----------------- */	

#ImgArea {
	clear: both;
	height: 251px;
	}
	
/* -----------------
	HOME PAGE
----------------- */

#HomeContent {
	background: #FFF url(../../images/home_content_bg.jpg) repeat-y left top;
	padding: 0 5px;
	width: 770px;
	}
	
	/* LEFT COL */
	#HomeContent .Left {
		float: left;
		width: 446px;
		padding: 17px 20px;
		}
		#HomeContent .Left h1 { margin: 0; }
		
	/* RIGHT COL */
	#HomeContent .Right { 
		float: right;
		width: 284px; }
		#Upcoming {
			background: #969664 url(../../images/upcoming_bg.jpg) repeat-x left top;
			padding: 17px 16px 10px;
			color: #FFF;
			font-size: 11px;
			}
			#Upcoming h2 { margin: 0; color: #FFF; }
			#Upcoming ul {
				margin-left: 0;
				padding-left: 0;
				list-style: none; 
				}
				#Upcoming li { padding: 5px 0; }
				#Upcoming strong { font-size: 12px; color: #FFF; }
				
				#Upcoming li a:link { color: #3f3f19; text-decoration: underline; }
				#Upcoming li a:visited { color: #3f3f19; text-decoration: underline; }
				#Upcoming li a:hover { color: #32004b; text-decoration: underline; }
				#Upcoming li a:active { color: #32004b; text-decoration: underline; }
			
			#Upcoming p a { font-weight: bold; }
			#Upcoming p a:link { color: #32004b; text-decoration: underline; }
			#Upcoming p a:visited { color: #32004b; text-decoration: underline; }
			#Upcoming p a:hover { color: #3f3f19; text-decoration: underline; }
			#Upcoming p a:active { color: #3f3f19; text-decoration: underline; }
			
		#Equine { 
			text-align: center;
			margin-bottom: 10px;
			}


	
/* -----------------
	CONTENT
----------------- */

#Content {
	background: #FFF url(../../images/content_bg.jpg) repeat-y left top;
	padding: 17px 25px;
	width: 730px;
	}
	#Content h1 { margin-top: 0; }
	
	.Note { 
		color: #3f3f19;
		font-size: 11px;
		font-style: italic;
		}
	
	.Full {
		font-weight: bold;
		color: #900;
		font-size: 11px;
		}
	
	#Content li {
		color: #32004b;
		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: #646432;
		margin-bottom: 5px;
		}
	#Content dd {
		margin-bottom: 15px;
		margin-left: 0;
		padding: 0 20px 5px;
		border-bottom: 1px solid #CCC;
		}
	
	#Content hr {	
		color: #646432;
		background: #646432;
		height: 1px;
		border: none;
		width: 100%;
		}
	
	table.TableStyle {
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px;
		}
		table.TableStyle th {
			color: #FFF;
			background: #646432;
			}
		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 #646432; }
		img.FloatLeft { margin: 5px 10px 5px 0; }
		img.FloatRight { margin: 5px 0 5px 10px; }
	
	