/* -------------------- BODY -------------------- */

body
{
    margin: 0px;
    background-color: #FFFFBB;
//    background-image:url('/images/dsBanner.jpg');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}


/* -------------------- MAIN COMPONENTS -------------------- */

.dsBody, .dsBodyNoMenu
{
    border-style: solid;
    border-color: #888800;
    border-width: 2px;

    color:     #000000;
    background-color:   #FFFFFF;

    width: 87%;

    margin:       8px;
    padding:      10px;
    padding-left: 14px;
}

.dsBodyNoMenu
{
    margin-top: 124px;
}


.dsMenu
{
    margin-top: 124px;
    margin-left: 10px;
    margin-bottom: 14px;
}

.dsMenuBodyTop
{
    margin-top:     0px;
    margin-bottom: 18px;
    text-align: center;
}

.dsMenuBodyBot
{
    clear: both;
    margin-top:    18px;
    margin-bottom:  0px;
    text-align: center;
}

/* -------------------- LINKS -------------------- */

.dsMenu a, .dsMenuBodyTop a, .dsMenuBodyBot a
{
    margin-right: 12px;
    font-family: sans-serif;
}


a 
{
    font-weight: bold;
    text-decoration: none;
    background-color: inherit;
    color: #008888;
}

.dsMenu a:visited, .dsMenuBodyTop a:visited, .dsMenuBodyBot a:visited
{
    color: #008888;
}

a:visited
{
   color: #bb0000;
}

a:hover
{
   text-decoration: underline;
}


/* -------------------- IN-BODY TAGS -------------------- */

h1, h2, h3, h4, h5
{
    color: #006666;
    font-family: sans-serif;
}

.dsTitle, .dsSubTitle
{
    color: #006666;
}

.dsBodyText
{
    margin-top:   8px;
    margin-right: 40px;
    margin-left:  16px;
}

.dsParIndent
{
    margin-left:  16px;
    margin-right: 40px;
}

.dsNoIndent
{
    margin-left:  0px;
    margin-right: 0px;
}

.dsQuote
{
   font-style: italic;
   margin-top    : 10px;
   margin-left   : 5%;
   margin-bottom : 10px;
   width: 80%;
}


img
{
   border: 1px solid #000000;
}

/* -------------------- SIDEBAR AND CONTENTS -------------------- */

.dsSideBar
{
    clear: both;
    font-size: small;
    font-family : sans-serif;
    background-color: #FFFFCC;
    color: black;
    border : 1px solid #880000;
    padding : 8px;
    float: right;
    width: 30%;
    margin: 8px;
    margin-right: 1.2%;
}

.dsBodySideBar
{
    clear: both;
    font-size: small;
    font-family : sans-serif;
    background-color: #FFFFCC;
    color: black;
    border : 1px solid #880000;
    padding : 8px;
    float: right;
    width: 34.5%;
    margin: 8px;
    margin-right: -9.7%;
}

.dsLinkMenu
{
   text-align: left;
   list-style-type: square;
//   margin-top: 6px;
//   margin-bottom: 11px;
}

.dsLinkMenuTitle, .dsLinkMenuSubTitle
{
   font-family: sans-serif;
}

.dsLinkMenu li
{
   list-style-type: square;
   margin-bottom: 1px;
   margin-left:   -24px;
}

.dsLinkMenuTitle
{
   font-weight: bold;
   color:	#006666;
   margin-bottom: -6px;
}


/* -------------------- BOTTOM MATTER -------------------- */

.dsMotto, .dsTimeStamp
{
    font-family: sans serif;
    font-style: italic;
    font-size: small;
    padding: 4px;
    margin-left: 6px;
}

.dsMotto
{
    padding-right: 13%;
    text-align: right;
}

.dsTimeStamp
{
	text-align: left;
	font-style: italic;
}



/* -------------------------------------------------------- */

/* -------------------- OBSOLETE STUFF -------------------- */



.dsPrevLink, .dsNextLink
{
   margin: 5px;
}


/*************
  LINKS MENU
**************/

.dsLinksMenuBox
{
   /* text-align: center; */
   /* border-bottom: 1px #880 solid; */
   padding-top: 8px;
   margin-left: 15%;
   width: 70%;
}

.dsLinkTable td
{
	vertical-align: top;
	white-space: nowrap;
}

.dsLinkHR
{
	width: 70%;
	color: #880;
	height: 1px;
	margin: -5px;
}



.dsLinkMenuSubTitle
{
}



.dsQuoteText
{
   font-family: courier new, courier;
//   font-size: 11px;

   margin-top    : 10px;
   margin-left   : 5%;
   margin-bottom : 10px;

   width: 80%;
}

.dsPullQuote
{
   font-size : 14pt;
   line-height: 20pt;
   font-family : arial;
   font-weight: bold;
   font-style: normal;
   background-color: #FFFFCC;
   color: black;
   border-top : 0.1em solid #880000;
   border-bottom : 0.1em solid #880000;
   padding : 12px;
   float: right;
   width: 30%;
   margin: 12px;
}


.dsTitle
{
//   font-size: 25px;
   font-size: xx-large;
   font-weight: bold;
   background-color: inherit;
}

.dsSubTitle
{
   font-size: x-large;
   font-weight: bold;
   background-color: inherit;
}

.dsAuthor, .dsCitation
{
   font-style: italic;
}

.dsNotesLink
{
   font-size: 10px;
}





.dsInlineImg
{
  vertical-align: middle;
}

.dsFloatImg_right, .dsFloatImg_left
{
    padding: 2px;
	margin:  4px;
	background-color: #880;
}

.dsFloatImg_right
{
	float: right;
}

.dsFloatImg_left
{
	float: left;
}

.dsDownLevel
{
    display: none;
}

.dsUpdate
{
   font-style: italic;
}
