
body 
{
color: #663300;
background-color: #996600;
margin: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#horizon        
{
background-color: transparent;
text-align: center;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
visibility: visible;
display: block
}

#header {
background-color:#FFFFFF;
}

#header_wrap{
position:relative;
height:67px;
width:100%;
overflow:hidden;
padding:0;
}


#logo{
float:left;
width: 260px;
height: 67px;
text-align:left;
background-image: url(../images/swoosh.jpg);
background-position:right;
background-repeat:no-repeat;
}

#logo img {border:0;}

#header_right{
float:left;
width: 460px;
height: 67px;
overflow:hidden;
text-align:left;
padding:0;
}

#navbar {
color:#CC9966;
height:60px;
width:440px;
text-align:left;
padding-top:25px;
padding-left:15px;
font-size:105%;
font-weight:bold;
word-spacing:.75em;
}

#navbar a:link, a:visited 
{
text-decoration:none;
}

#navbar ul{
padding:0 0 0 5px; margin:0;
}

#navbar li{
display: inline;
padding:0;
margin:0;
}





#content{background-color: #ffffff;}



#footer{
background-color:#996600;
text-align:left;
color:#CC9900;
}

#FooterPrint{
display:none;
}

/* ------------------- */


a:link, a:visited 
{
color: #CC9966; text-decoration: none
}

a:hover 
{
color: #996600;
text-decoration: none;
}

h1{
color:#996600;
}

h2{
color:#996600;
font-size:100%;
margin: 0 0 5px 0;
padding:0 0 5px 0;
border-bottom: 2px dotted #CC6600;
}

h3{
color:#996600;
font-size:90%;
padding:0;
}

h4{
color:#996600;
font-size:85%;
padding:0;
}

sup {
font-size:70%;
}


h2 + p {margin-top:10px;}
h2 + h3 {margin-top:5px;}
p + h2 {margin-top:15px;}

h3 + p {margin-top:5px;}

li {margin-bottom:1em;}

.essay a {padding-right:10px;}

.quote { margin-top:20px; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; font-size:95%;}
.quoted {
margin-top: -5px; margin-bottom:15px; font-size:95%; font-family:Georgia, "Times New Roman", Times, serif;}


.breadcrumb{
font-size:95%;
color:#996600;
padding:20px 0 5px 0;
margin: 0 0 5px 0;
}

.back {font-size:90%}

.Left{float:left;}
