/*This is the main print style sheet for the Wondrous Websites LLC web site started in May, 2005*/

html, body {
margin: 0;
padding: 0;
font-family:  "Times New Roman", Times, serif; 
background-color: #ffffff;
color: #000000;
}

body {
font-size: 12pt;
font-weight: normal;
background-color: #ffffff;
background-image: none;
color: #000000;
border: 0em solid #ffffff;
margin-left: 0%;
margin: 0.5in;
 }

/*000000 - black*/
/*ffffff - white*/



#position1 {
background-color: #ffffff;
color: #000000;
border: 1px solid #ffffff;
border-left: 0em;
}

#position2 {
padding-top: 6pt;
}

#med-spdr {
display: none;
}

#med-spdr1 {
display: none;
}

p {
text-align: left;
font-weight: normal;
 }

p a {
text-decoration: none;
color: #000000;
background-color: #ffffff;
padding: 0 0.2em 0 0.2em;
border-bottom: 1px solid #ffffff;
}

p.listpara {
margin-top: -12pt;
 }

h1 {
font-size: 18pt;
font-weight: bold;
}

h2 {
font-size: 14pt;
font-weight: bold;
margin-top: -12pt;
padding-top: 0;
color: #000000;
background-color: #ffffff;
clear: left;
/*this command "clear: left(or right);", pushes the h2 below the floated-item list which is floated left*/
}

h2 a {
text-decoration: none;
color: #000000;
background-color: #ffffff;
border-bottom: 1px solid #ffffff;
}

em {
font-style: normal;
font-weight: bold;
}

strong {
font-family: Times, "Times New Roman", serif; 
font-size: 12pt;
font-style: italic;
font-weight: normal;
 }

.banner {
font-size: 18pt;
color: #000000;
background-color: #ffffff;
margin-top: 0;
margin-left: 0%; 
padding-left: 0%;
 }

#navbar {
display: none;
}


#navbar ul {
display: none;
 }

#navbar li {
display: none;
 }

#navbar a {
display: block;
/*the statement "display: block;" allows each inline link to fill out the floated list-item box without changing the links from inline elements*/
float: left;}
/*the statement "float: left" corrects a IE5/Mac rendering but creates a problem for other browsers. The "hack" is in the next statement and comment*/
/* Commented Backslash Hack hides the next statement from IE5-Mac\*/
#navbar a {float: none;}                 /* End IE5-Mac hack */


.identifier {
font-size: 9pt;
color: #000000;
background-color: #ffffff;
background-image: none;
border-left: 0.3em solid #ffffff;
border-left: 0em;
border-top: 0.1em solid #ffffff;
border-right: 0.1em solid #ffffff;
border-bottom: 0.3em solid #ffffff;
position: relative;
margin-left: 0%;
margin-top: -12pt;
padding-top: 0;
padding-left: 0em;
 }

#main-content {
background-color: #ffffff;
color: #000000;
padding-left: 0;
margin-left: 0em;
margin-top: -24pt;
 }

#main-content-home 
{
background-color: #ffffff;
color: #000000;
 }

#main-content-home .onsite
{
text-decoration: none;
color: #ffffff;
background-color: #ffffff;
}

#daily
{
background-color: #ffffff;
border: 0.1em solid #ffffff;;
color: #000000;
}

.onsite
{
text-decoration: none;
color: #000000;
background-color: #ffffff;
}

.offsite
{
text-decoration: none;
color: #000000;
background-color: #ffffff;
}

#med-spdr {
display: none;
 }

.noprint p {
display: none;
text-decoration: none;
color: #ffffff;
background-color: #ffffff;
padding: 0em;
border-bottom: .1em solid #ffffff;
}

p.footer {
display: none;
}

div.endnotes {
border: none; 
}

div.endnotes a {
display: none;
border-bottom: 0.2em #ffffff;
}


