/* id */

#backgroundImage {
	position:absolute;
	width:528px;
	height:647px;
	z-index:1;
	left: 0px;
	top: 480px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #999999;
}

#logo {
	position:absolute;
	width:211px;
	height:342px;
	z-index:1;
	left: 0px;
	top: 0px;
}

#navigation {
	position:absolute;
	width:211px;
	height:647px;
	z-index:5;
	left: 0px;
	top: 190px;
}

/* tag definitions */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	font-weight: bold;
	color: #666666;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
	font-weight: bold;
	color: #903;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	font-weight: bold;
	color: #903;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	color: #333333;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	color: #333333;
}

p.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	color: #333333;
	margin-top: 2px;
}

p.note {
	font-family: Verdana, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #333333;
}

.importantInfo {
	color: #903;
}
.importantInfo a:link, 
.importantInfo a:visited {
	color: #903;
}
.importantInfo a:hover {
	color: #333;
}


ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	color: #333333;
}

/* classes */

.bold {
	font-weight: bold;
}

.formNote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
}

.formNote2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #903;
}

.formNote a:link, .formNote a:visited {
	color: #903;
}
.formNote a:hover {
	color: #333;
}

.special {
	font-weight: bold;
	color: #333300;
}

.widgetLabels {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	color: #333333;
}

/* selectors */

a:link, a:visited {
	color: #333300;
	text-decoration: underline;
}
a:active, a:hover {
	color: #cc6666;
	text-decoration: underline;
}

a.footerLink:link, a.footerLink:visited  {
	color: #333333;
	text-decoration: none;
}

a.footerLink:active , a.footerLink:hover {
	color: #cc6666;
	text-decoration: underline;
}

a.subtle:link, a.subtle:visited {
	color: #999999;
	text-decoration: underline;
}

a.subtle:active, a.subtle:hover {
	color: #cc6666;
	text-decoration: underline;
}

span.editorsNote {
	background: yellow;
}

div#redHorse {
	margin-left: 65px;
	margin-top: 5px;
	text-align: center;
}

a.redHorseLink:link, a.redHorseLink:visited {
	color: #E51837;
}