/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}
body {
   background: #a8a7a9; 
   color: #000000; 
   text-align: center; 
   min-width: 680px; 
   font-family: verdana, lucida, arial, helvetica, sans-serif;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 90%;
}

a, a:link, a:visited {
   color: inherit;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #1D0163;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 700px;
   text-align: left;
}

/* intro */

#pageHeader {
   background: url(../images/horse_logo.gif) center no-repeat;
  border: dashed #1D0163 1px;
   height: 200px;
   color: #1D0163;
}

#pageHeader h1 {
    color: #FFF;
	position: absolute;
	width: 294px;
	left: 57px;
	top: 113px;
}

#pageHeader h2 {
    color: #FFF;
	position: absolute;
	width: 294px;
	left: 57px;
	top: 155px;
	font-size: 90%;
}

#quickSummary {
	position: absolute;
	left: 398px;
	top: 75px;
	width: 260px;
	font-size: 90%
}

#quickSummary a {
    color: #FFFFFF;
}

#content {
    clear: both;
	font-size: 80%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border: dashed #1D0163 1px;
}

#content h3 {
   color: #FFF;
   margin-bottom: 10px;
}

/* text */

#supportingText {
   border: dashed #1D0163 1px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 20px;
   padding-bottom: 20px;
   margin-bottom: 25px;
}

#supportingText div.support {
	float: left;
	width: 330px;
}

#supportingText h3 {
   background: url(/images/back.png) center top no-repeat;
   height: 41px;
   margin-bottom: 10px;
   color: #1D0163;
   padding-top: 8px;
   padding-left: 90px;
}

#footer {
   clear: both;
   font-size: 70%;
   margin-top: 20px;
   border-top: solid #1D0163 1px;
   padding-top: 20px;
   color: #FFF;
}

/* links */

#lmenu {
   clear: both; 
   height: 30px;
   margin-bottom: 20px;
   margin-top: 20px;
   padding-top: 10px;
}

#lmenu li a:hover {
   color: #1D0163;
   background-color: #477FBF;
   border-bottom: solid #477FBF 5px;
}

#lmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
}

#lmenu ul li {
   display: inline;
   margin-right: 8px;
}

#lmenu li a { 
   text-decoration: none; 
   padding: .2em .8em;
   color: #477FBF;
   background-color: #1D0163;
   border-bottom: solid #1D0163 5px;
}