html,body
{   border: 0;
    margin: 0;
    padding: 0;
}
body
{   padding: 0 340px 0 340px;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: .7em;
}
a:link
{   color: #666666;
    text-decoration: none;
}
a:visited
{   color: #666666;
    text-decoration: none;
}
a:hover
{   color: #999999;
    text-decoration: none;
}
h1, h2, h3, h4
{   color: #EB9700;
    font-style: italic;
    font-weight: bold;
    font-family:  "Arial Black", Arial, Verdana, sans-serif;
}
h1  { font-size: 3em; }
h2  { font-size: 2.4em; }
h3  { font-weight: normal; font-size: 1.8em; }
h4  { font-weight: normal; font-size: 1.2em; }
ul, li, .squeeze
{   margin-top: 0;
    margin-bottom: 0;
}
#imghead
{   float: left;
    width: 171px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -196px;
}
img#head
{   width: 157px;
    height: 141px;
    border: 0;
}
#banner
{   margin-top: 16px;
    margin-right: 177px;
}
img#banr
{   width: 100%;
    height: 119px;
    border: 0;
}
#header
{   color: #EB9700;
    font-size: 3.5em;
    font-style: italic;
    font-weight: bold;
    font-family:  "Arial Black", Arial, Verdana, sans-serif;
    text-align: left;
    position: absolute;
    top: 45px;
    left: 30px;
    width: 400px;
    height: 60px;
    z-index: 3;
}
#wrapper
{   float: left;
    width: 99%;
    margin-left: 1%;
    margin-right: 1%;

}
#content
{   clear: left;
    width: 94%;
    margin-left: 1%;
    margin-right: 1%;
    background: #FFFCEB;
    border: dotted 2px #666666;
    text-align: left;
    padding: 10px 10px 0px 10px;
}
#footer
{   font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    clear: both;
}
#col1
{   width: 47%;
    float: left;
    display: inline;
    text-align: left;
    margin-left: 1%;
}
#col2
{   width: 47%;
    margin-right: 1%;
    text-align: left;
    display: inline;
    float: right;
}
.title
{	font: italic large "Arial Black", Arial, Verdana, sans-serif;
}
.wid100
{   float:left;
    width: 100px;
}
.wid400
{   width: 400px;
}
.centre
{   text-align: center;
}
.mid
{   vertical-align: middle;
    border: 0;
    margin-left: 24px;
}
.midnm
{   vertical-align: middle;
    border: 0;
}
.smallrt
{   font-size: 0.8em;
    text-align: right;
}
.noborder { border: 0; }
.bigger { font-size: 1.2em; }
.smaller { font-size: 0.8em; }
.clear { clear: both; }
.picrt { float: right; text-align: center; }
.piclt { float: left; text-align: center; margin-right: 10px;}

/*      JELLO */

#jello1
{   margin: 0 auto 0 auto;
    padding: 0;
    width: 92%;
    max-width: 390px;  /* version for IE is at the bottom of this style block */
}
#jello2
{   background: white;
    margin: 0 -340px 0 -340px;
    min-width: 680px; /* Critical Safari fix! */
    position: relative;
}
/* Holly hack for IE \*/
* html #jello2 { height: 0; }
/* helps IE get the child percentages right. */
#jello3 { float:left; width: 100%; }


/*      Tabbed Menu    */

#nav
{   margin-top: -20px;
    margin-bottom: 0;
    list-style-type: none;
    top: 151px;
    left: 0px;
    width: 500px;
    position: absolute;
}
#nav-1, #nav-2, #nav-3, #nav-4, #nav-5
{   margin-right: 8px;
    float: left;
    width: 80px;
    text-align: center;
}
#href-1, #href-2, #href-3, #href-4, #href-5
{   display: block;
    text-decoration: none;
    background: #FDF1A9;
    color: #333333;
    border-left: solid 1px black;
    border-right: solid 1px black;
    font-weight: bold;
    padding-bottom: 3px;
    font-size: 1.1em;
    border-bottom: dotted 2px #666666;
}
#nav a:hover
{   color: #EB9700;
}

body.section-1 #href-1, body.section-2 #href-2, body.section-3 #href-3, body.section-4 #href-4, body.section-5 #href-5
{   background: #FFFFFF;
    color: #EB9700;
    font-style: italic;
    border-bottom-color: #FFFFFF;
    cursor: pointer;
}
body.section-1 #nav-1 b, body.section-2 #nav-2 b, body.section-3 #nav-3 b, body.section-4 #nav-4 b, body.section-5 #nav-5 b
{   background: #FFFFFF;
}
body.section-1 #nav-1 .rct1, body.section-2 #nav-2 .rct1, body.section-3 #nav-3 .rct1, body.section-4 #nav-4 .rct1, body.section-5 #nav-5 .rct1
{   background: black;
}

#subnav-1, #subnav-2, #subnav-3, #subnav-4, #subnav-5
{   list-style-type: none;
    display: none;
}

body.section-1 #subnav-1, body.section-2 #subnav-2, body.section-3 #subnav-3, body.section-4 #subnav-4, body.section-5 #subnav-5
{   display: inline;
    top: 25px;
    left: 20px;
    width: 600px;
    position: absolute;
}
body.section-1 #subnav-1 li, body.section-2 #subnav-2 li, body.section-3 #subnav-3 li, body.section-4 #subnav-4 li, body.section-5 #subnav-5 li
{   margin-right: 5px;
    float: left;
    text-align: center;
}
body.section-1 #subnav-1 a, body.section-2 #subnav-2 a, body.section-3 #subnav-3 a, body.section-4 #subnav-4 a, body.section-5 #subnav-5 a
{   background: #FDF1A9;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    color: #333333;
    font-size: 0.9em;
    font-style: italic;
    margin-right: 4px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

/*      Rounded Corners */

.rctop
{   display: block;
    background: transparent;
    font-size: 1px;
}
.rct1, .rct2, .rct3, .rct4
{   display: block;
    overflow: hidden;
}
.rct1, .rct2, .rct3
{   height: 1px;
}
.rct2, .rct3, .rct4
{   background: #FDF1A9;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.rct1
{   margin: 0 5px;
    background: black;
}
.rct2
{   margin: 0 3px;
    border-width: 0 2px;
}
.rct3
{   margin: 0 2px;
}
.rct4
{   margin: 0 1px;
    height: 2px;
}

