<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SECTION General */

*
{
margin: 0px;
padding: 0px;
border: 0px;
}

body
{
background-color: rgb(255,255,255);
color: rgb(80,50,11);
height: 100%;
text-align: center;
}

div.body
{
background-color: rgb(240,230,192); 
vertical-align: top;
margin: 0px auto;
width: 800px;
height: 100%;
text-align: left;
}

h1, h2, h3, h4 
{
font-family: Arial, sans-serif;
font-weight: bold; 
text-align: left;
margin-bottom: 0.5em;
}

h1
{
color: rgb(36,100,72); 
font-size: x-large;
}

h2
{
color: rgb(36,100,72);
font-size: large;
}

h4
{
color: rgb(80,50,11);
font-size: medium;
}

p 
{
color: rgb(80,50,11); 
font-family: Arial, sans-serif;
font-size: medium;
margin-top: 0.5em;
margin-bottom: 0.5em;
}

q
{
color: rgb(80,50,11); 
font-family: Arial, sans-serif;
font-size: large;
quotes: """ """ "'" "'";
text-indent: 3em;
}

.caption
{
color: rgb(36,100,72);
font-size: small;
margin-top: 0px;
padding-bottom: 10px;
}

a {font-family: Arial, sans-serif; text-decoration: none;}

/*a:link {color: rgb(105,149,188); }*/
a:link {color: rgb(65,100,175); }

a:visited {color: rgb(80,120,140); }

a:hover {color: rgb(80,171,255); }

a:active {color: rgb(0,255,255); }

ul
{
list-style-position: inside;
list-style-type: disc;
font-family: Arial, sans-serif;
margin-bottom: 1em;
}

ul li {margin-bottom: 0px; }

ol
{
list-style-position: inside;
font-family: Arial, sans-serif;
margin-bottom: 1em;
}

ol li {margin-bottom: 0px; }

ul.subList
{
margin-left: 14px;
font-size: smaller;
}

strong.listHeader {text-decoration: underline; }

img
{
}

/* SECTION END General */
/* SECTION .header AND .menuBar */

div.header
{
background-color: rgb(255,255,255);
vertical-align: top;
width: 100%;
/*border-right: 1px solid rgb(255,255,255);
border-left: 1px solid rgb(255,255,255);*/
}

img.title {width: 800px; height: 100px; }

a.title {clear: both; }

div.menuBar
{
background: rgb(255,255,255) url("/images/bkg-border.gif") repeat-x bottom;
float: left;
width: 100%;
text-align: center;
}

span.menuBarTab
{
float: left;
background: url("/images/tab-inactive-left.gif") no-repeat left top;
color: rgb(105,149,188);
font-size: 16px;
font-weight: 600;
white-space: nowrap;
padding-left: 38px; 
}

.menuBarTab a
{
display: block;
background: url("/images/tab-inactive-right.gif") no-repeat right top;
padding: 3px 38px 4px 0px;
}

span.menuBarTab a, span.menuBarTab a:visited {color: rgb(240,230,192); }
span.menuBarTab a:hover {color: rgb(80,50,11); }
span.menuBarTab a:active {color: rgb(232,188,37); }

.adventuring div.body div.header div.menuBar #tabAdv, .gettingInvolved div.body div.header div.menuBar #tabGetIn, .aboutUs div.body div.header div.menuBar #tabAboutUs 
{
background: url("/images/tab-active-left.gif") no-repeat left top;
}

.adventuring div.body div.header div.menuBar #tabAdv a, .gettingInvolved div.body div.header div.menuBar #tabGetIn a, .aboutUs div.body div.header div.menuBar #tabAboutUs a, .adventuring div.body div.header div.menuBar #tabAdv a:visited, .gettingInvolved div.body div.header div.menuBar #tabGetIn a:visited, .aboutUs div.body div.header div.menuBar #tabAboutUs a:visited {background: url("/images/tab-active-right.gif") no-repeat right top; color: rgb(80,50,11); padding-bottom: 5px; }
.adventuring div.body div.header div.menuBar #tabAdv a:hover, .gettingInvolved div.body div.header div.menuBar #tabGetIn a:hover, .aboutUs div.body div.header div.menuBar #tabAboutUs a:hover {color: rgb(80,50,11); }
.adventuring div.body div.header div.menuBar #tabAdv a:active, .gettingInvolved div.body div.header div.menuBar #tabGetIn a:active, .aboutUs div.body div.header div.menuBar #tabAboutUs a:active {color: rgb(232,188,37); }

/* SECTION END .header AND .menuBar */
/* SECTION .bodyContent */

div.bodyContent
{
clear: both;
width: 100%;
padding-bottom: 10px;
/*border-right: 1px solid rgb(80,50,11);
border-left: 1px solid rgb(80,50,11);*/
}

body#home * div.bodyContent, body.misc * div.bodyContent {border-top: thin solid rgb(80,50,11); }
body#home * div.menuBar, body.misc * div.menuBar {background: rgb(255,255,255); }


div.bodyContentMain
{
height: 100%;
margin-left: 1em;
margin-right: 14em;
padding-top: 15px
}

div.rightGroup
{
float: right;
padding: 0px;
margin-left: 1em;
}

div.rightGroup img
{
clear: both;
}

div.leftGroup
{
float: left;
padding: 0px;
margin-right: 1em;
}

div.leftGroup img
{
clear: both;
}

/* SECTION END .bodyContent */
/* SECTION .footer */

div.footer
{
background-color: rgb(80,50,11);
width: 100%;
clear: both;
/*border-right: 1px solid rgb(80,50,11);
border-left: 1px solid rgb(80,50,11);*/
}

div.footer p
{
vertical-align: middle;
color: rgb(105,149,188);
font-size: small;
text-align: center;
padding-top: 1em;
padding-bottom: 1em;
}

div.footer * a, div.footer * a:visited {color: rgb(105,149,188); }

.footer-fade
{
height: 32px;
background-image: url(/images/bgfade-footer.jpg);
}

/* SECTION END .footer */
/* SECTION .linksMenu */

div.linksMenu
{
float: right;
width: 12em;
margin-left: 1em;
margin-right: 1em;
padding-top: 15px
}

div.linksMenu h2
{
font-size: medium;
}

div.linksMenu p
{
font-size: small;
text-align: justify;
line-height: 1.3em;
}

ul.linksMenu
{
padding: 0px;
font-size: small;
/*list-style-image: url("");*/
}

ul.linksMenu li
{
color: rgb(36,100,72);
font-size: small;
font-weight: normal;
white-space: nowrap;
line-height: 1.5em;
padding: 0em 0.5em;
}

ul.linksMenu li a, ul.linksMenu li a:visited {color: rgb(36,100,72); }
ul.linksMenu li a:hover {color: rgb(56,184,92); }
ul.linksMenu li a:active {color: rgb(0,255,0); }

/*Adventuring Sidebar Links*/
body#schedule * #linkSchedule a, body#registration * #linkRegister a, body#scholarships * #linkScholarships a, body#custom * #linkCustom a, body#equipment * #linkEquipList a, body#food * #linkFood a {color: rgb(80,50,11); }
body#schedule * #linkSchedule a:visited, body#registration * #linkRegister a:visited, body#scholarships * #linkScholarships a:visited, body#custom * #linkCustom a:visited, body#equipment * #linkEquipList a:visited, body#food * #linkFood a:visited {color: rgb(80,50,11); }
body#schedule * #linkSchedule a:hover, body#registration * #linkRegister a:hover,  body#scholarships * #linkScholarships a:hover, body#custom * #linkCustom a:hover, body#equipment * #linkEquipList a:hover, body#food * #linkFood a:hover {color: rgb(80,50,11); }
body#schedule * #linkSchedule a:active, body#registration * #linkRegister a:active,  body#scholarships * #linkScholarships a:active, body#custom * #linkCustom a:active, body#equipment * #linkEquipList a:active, body#food * #linkFood a:active {color: rgb(232,188,37); }

/*Getting Involved Sidebar Links*/
body#getInvolved * #linkGetIn a, body#donate * #linkDonate a, body#contribute * #linkContribute a, body#volunteer * #linkVolunteers a, body#membership * #linkMembers a, body#board * #linkBoard a, body#wishList * #linkWishList a, body#internship * #linkInterns a {color: rgb(80,50,11); }
body#getInvolved * #linkGetIn a:visited, body#donate * #linkDonate a:visited, body#contribute * #linkContribute a:visited, body#volunteer * #linkVolunteers a:visited, body#membership * #linkMembers a:visited, body#board * #linkBoard a:visited, body#wishList * #linkWishList a:visited, body#internship * #linkInterns a:visited {color: rgb(80,50,11); }
body#getInvolved * #linkGetIn a:hover, body#donate * #linkDonate a:hover, body#contribute * #linkContribute a:hover, body#volunteer * #linkVolunteers a:hover, body#membership * #linkMembers a:hover, body#board * #linkBoard a:hover, body#wishList * #linkWishList a:hover, body#internship * #linkInterns a:hover {color: rgb(80,50,11); }
body#getInvolved * #linkGetIn a:active, body#donate * #linkDonate a:active, body#contribute * #linkContribute a:active, body#volunteer * #linkVolunteers a:active, body#membership * #linkMembers a:active, body#board * #linkBoard a:active, body#wishList * #linkWishList a:active, body#internship * #linkInterns a:active {color: rgb(232,188,37); }

/*About Us Sidebar Links*/
body#about * #linkAbout a, body#staff * #linkStaff a, body#board * #linkBoard a, body#news * #linkNews a, body#contact * #linkContact a {color: rgb(80,50,11); }
body#about * #linkAbout a:visited, body#staff * #linkStaff a:visited, body#board * #linkBoard a:visited, body#news * #linkNews a:visited, body#contact * #linkContact a:visited {color: rgb(80,50,11); }
body#about * #linkAbout a:hover, body#staff * #linkStaff a:hover, body#board * #linkBoard a:hover, body#news * #linkNews a:hover, body#contact * #linkContact a:hover {color: rgb(80,50,11); }
body#about * #linkAbout a:active, body#staff * #linkStaff a:active, body#board * #linkBoard a:active, body#news * #linkNews a:active, body#contact * #linkContact a:active {color: rgb(232,188,37); }

.additional {border-top: 1px solid rgb(80,50,11); padding-top: 10px; }

div.linksMenu img
{
margin-left: auto;
margin-right: auto;
}

/* SECTION END .linksMenu */
</pre></body></html>