/* Presentation Stylesheet */ 
body {
 font: 12px Arial;
 background: #d9d1b0;
 padding: 0px;
 margin: 0px;
}
#h1 { 
 font: bold 16px Arial;
 line-height: 18px;
 height: 40px;
 width: 200px;
 display: block;
 text-align: center;
 padding:5px 0px 0px 0px;
 border-bottom: solid 1px #666666;
 background: #9b9b63; 
 }
 
#home_splurb {
 font: 11px Arial;
 color: #ffffff;
 width: 195px;
 height: 244px;
 display: block;
 padding: 5px 0px 1px 5px;
 background: #bcb8a0;
}

#search { 
 font: bold 14px arial;
 color: #fcffec;
 width: 175px;
 line-height: 24px;
 display: block;
 padding: 0px 0px 0px 25px;
 border-top: solid 1px #666666;
 border-bottom: solid 1px #666666;
 background: #9b9b63;
 background-image: url(images/search.jpg);
 background-repeat: no-repeat;
 background-position: 0px 50%;
}
 
#course_grn { 
 font-weight: bold;
 color: #0e8830;
 width: 166px;
 line-height: 25px;
 display: block;
 padding: 0px 0px 0px 30px;
 border: solid 2px #0e8830;
 background-color: #ffffff;
 background-image: url(images/flag_grn.jpg);
 background-repeat: no-repeat;
 background-position: 3px 50%;
}

#course_org { 
 font-weight: bold;
 color: #ff7a15;
 width: 166px;
 line-height: 25px;
 display: block;
 padding: 0px 0px 0px 30px;
 border: solid 2px #ff7a15;
 background-color: #ffffff;
 background-image: url(images/flag_org.jpg);
 background-repeat: no-repeat;
 background-position: 3px 50%;
}

#course_red {
 font-weight: bold;
 color: #da2722;
 width: 166px;
 line-height: 25px;
 display: block;
 padding: 0px 0px 0px 30px;
 border: solid 2px #da2722;
 background-color: #ffffff;
 background-image: url(images/flag_red.jpg);
 background-repeat: no-repeat;
 background-position: 3px 50%;
}

#direct_h1 {
 font: bold 12px Arial;
 color: #ffffece;
 width: 195px;
 line-height: 24px;
 padding: 0px 0px 0px 5px;
 display: block;
 border-top: solid 1px #666666;
 border-bottom: solid 1px #666666;
 background: #9b9b63;
}

#direct_h2 {
 font: bold 12px Arial;
 width: 195px;
 line-height: 18px;
 padding: 0px 0px 0px 5px;
 display: block;
 border-bottom: solid 4px #ffb246;
 background: #ffffff;
}

#directions {
 font: 12px Arial;
 width: 196px;
 height: 210px;
 padding: 0px 2px 0px 2px;
 display: block;
 background: #ffffff;
 border-bottom: solid 1px #666666;
}

#gps {
 font: 11px Arial;
 width: 195px;
 line-height: 18px;
 display: block;
 background: #ffffff;
 padding: 0px 0px 0px 5px;
}

#contact {
 font: 11px Arial;
 width: 200px;
 height: 30px;
 display: block;
 padding: 0px;
 background: #bcb8a0;
 text-align: center;
}

#space {
 width: 200px;
 line-height: 2px;
 background: #ece9d8;
}

#grey_space {
 width: 200px;
 line-height: 1px;
 background: #666666;
}