/* Donaldson Resources Web Design */
/* HPR Stables -  www.hprstables.com */

/* DRG - 10-29-07 */


/* ::::::: General Elements ::::::: */

* { /* Global Reset */
margin: 0px;
padding: 0px;
}

body {
background: #666;
color: #666;
}

h1 {
font: bold 18px/24px Arial, Helvetica, sans-serif;
color: #CD900D;
}

h2 {
font: bold 16px/22px Arial, Helvetica, sans-serif;
color: #660066;
}

h3 {
font: bold 14px/18px Arial, Helvetica, sans-serif;
color: #666;
}

p {
font: normal 13px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

ul {
list-style-position: outside;
margin-left: 15px;
padding: 5px 20px 10px 20px;

}

li {
font: normal 13px/18px Arial, Helvetica, sans-serif;
color: #000000;
list-style-postion: inside;
}

a {
}
a:hover {
}

img {
margin: 0px 10px 10px 0px;
padding: 0px;
border: 0px;
}

table {
}

tr {
}

th {
}

td, input, textarea {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

/*  ::::::: Main Wrap  ::::::: */

.MainBody {
width: 800px;
background: #fff URL('img/main-bk.gif');
margin: 10px auto;
border: 2px solid white;
display:block;
overflow: hidden;
}

/* ::::::: Header ::::::: */

.TopOfPage {
width: 800px;
height: 140px;
background: #990066 URL(img/header-bk.jpg);
margin: 0px auto;
}

.HomeLink a {
width: ;
height: ;
}

.HomeLink span {
display: none;
}


/* gold bkgrd - E7B936  purple bkgrd - 802D80  */

.ToolBar {
background: #e7b936 url('img/button-bk-gold.jpg'); 
width:800px;
height: 26px;
text-align: center;
color: #E7B936;
}
.ToolBar a, visited {
background: transparent;
width: 159px;
border-left: 1px solid #fff;
display: block;
font: bold 13px/24px arial, sans-serif;
color: #fff;
text-decoration: none;
text-align: center;
height: 24px;
float: left;
}

.ToolBar a:hover {
background: #E7B936;
width: 159px;
border-left: 1px solid #fff;
display: block;
font: bold 13px/24px arial, sans-serif;
color: #fff;
text-decoration: none;
text-align: center;
height: 24px;
float: left;
}




/* ::::::: Main Content Area ::::::: */

.Wrap {
display: block;
overflow: hidden;
clear: both;
}

.InnerBody {
width: 560px;
padding: 0px 0px 20px 0px;
float:left;
}
.InnerBody h1 {
padding: 5px 20px 10px 20px;
}
.InnerBody p{
padding: 5px 20px 10px 20px;
}
.InnerBody h2 {
padding: 5px 20px 5px 20px;
}
.InnerBody h3 {
padding: 5px 20px 5px 20px;
}


/* ::::::: Right Column  ::::::: */

.RightMargin {
width: 240px;
margin: 40px 0px;
float: right;
}
.RightMargin p, h2, h3 {
padding: 5px 20px 5px 10px;
}
.RightMargin h3 { 
border-bottom: 1px solid #CD900D;
border-top: 1px solid #CD900D;
}

/*  Sublinks, Buttons  */
/* gold bkgrd - 990066  purple - E7B936 */


.SubLinks {
margin: 0px;
}

.SubLinks a, visited {
margin: 1px 0px;
font: bold 12px/24px Arial, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
text-indent: 10px;
display: block;
height: 24px;
width: 240px;
background: url('img/button-bk-purple.gif');
}

.SubLinks a:hover {
margin: 1px 0px;
font: bold 12px/24px Arial, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
text-indent: 10px;
display: block;
height: 24px;
width: 240px;
background: #802D80;
}

/* ::::::: Left Column ::::::: */

.LeftMargin {
display:none;
}

 /* ::::::: Bottom Links ::::::: */
 
.SiteFooter {
width: 800px;
text-align: center;
background: #fff;
border-top: solid 1px #CD900D;
height: 14px;
padding: 4px;
font: normal 12px/15px arial, sans-serif;
}
.SiteFooter a, visited {
padding: 10px;
color: #CD900D;
text-decoration: none;
}

/* ::::::: Copyright Area ::::::: */

.Footer {
width: 800px;
margin: 0px auto;
text-align: center;
background: #fff;
padding: 4px;
font: normal 12px/15px arial, sans-serif;
background: transparent;
color: #fff;
text-transform: uppercase;
}
.Footer a {
color: #ebebeb;
font: normal 11px/16px arial, sans-serif;
text-decoration: none;
}