#ahem {
	font-weight: bold;
}

/* Default page and font stuff */

body {
	margin: auto;
	background: #FFFFFF;
}

body, p, td, ol, ul, li, blockquote, h2, h3, h4 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
}

textarea, pre, tt, code, kbd, samp {
	font-family: monospace;
	font-size: 13px;
}

/* Defailt alignment */

body, p, td, ol, ul, li, blockquote {
	text-align: left;
	vertical-align: top;
}

/* Heading styles */

h1, h2, h3, h4 {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

h1 {
	font-size: 18px;
	color: #000B81;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #43B72A;
}

h3 {
	font-size: 15px;
	color: #43B72A;
}

h4 {
	font-size: 14px;
	color: #43B72A;
}

/* White space rules */

h1, h2, h3, h4, p, ul, ol, blockquote, hr, .para {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0.8em;
	text-align: left;
}

h1 {
	margin-top: 1.5em;
}

p + h2, ul + h2, table + h2, div + h2, blockquote + h2, hr + h2 {
	margin-top: 1.5em;
	margin-bottom: 0.4em;
}

p + h3, ul + h3, table + h3, div + h3, blockquote + h3, hr + h3 {
	margin-top: 1.5em;
	margin-bottom: 0.4em;
}

p + h4, ul + h4, table + h4, div + h4, blockquote + h4, hr + h4 {
	margin-top: 1.5em;
	margin-bottom: 0.4em;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	font-style: italic;
	margin-left: 1em;
	margin-right: 1em;
}

/* Form style */

input, select, textarea {
	background: #EEEEEE;
	color: #333333;
	border-color: #999999 #FFFFFF #FFFFFF #999999;
	font-size: 12px;
	font-family: monospace;
}

.button {
	background: #EEEEEE;
	color: #DD0067;
	font-weight: bold;
	border-color: #FFFFFF #999999 #999999 #FFFFFF;
}

/* Other misc stuff */

hr {
	height: 1px;
	border: none;
	color: #DD0067;
	background: #DD0067;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
}

a:link, a:visited, a:active {
        color: #EB0586;
        background: transparent;
        text-decoration: none;
}

a:hover {
        color: #3FBCEF;
        background: transparent;
        text-decoration: underline;
}

div.img-right {
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 0.8em;
}

/* Page layout styles */

#body, #main {
	width: 100%;
	height: 100%;
}

#left {
	background: #FFEA27;
}

#banner, #corner {
	background: #DD0067;
}

#banner {
	width: 100%;
	text-align: center;
}

#corner {
	background: #DD0067;
	float: left;
}

#menu {
	margin: 32px 0 0 48px;
}

#menu img {
	margin: 0 0 13px 0;
}

#goat {
	margin: 2px 0 0 0;
}

#logos {
	margin: 11px 0 0 0;
	text-align: center;
}

#logos img {
	margin: 0 6px 0 6px;
}

#content {
	margin: 65px 50px 40px 13px;
}

/* specific classes */

p.race img {
	margin: 7px 10px 0 0;
}

#popupImg {
        padding: 10px 0 0 0;
        text-align: center;
}

#popupClose {
        padding: 7px 10px 10px 10px;
        text-align: right;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
}
