@import "core-style.css";

/*This is for the Policies Page of Wondrous Websites LLC web site started in May, 2005*/

/*f1f1b1 - lighter yellow*/
/*eded94 - darker yellow*/
/*3f1d1d - dark brown*/
/*000000 - black*/
/*d7d7d7 - grey*/
/*a10000 - maroon*/
/*bab80b - baby green*/

/*000000 - black*/
/*cccccc - light grey*/
/*d7d7d7 - grey*/
/*666666 -dark grey*/

/* May 11, 2006
medium federal blue #6282bc
light federal blue #dde5ff
dark federal blue #004999
*/

/*
The basic left margin for the page is 6%. I call that the basic level. Any other left margins add to that. I refer to them as level1, level2, level 3, etc.

The paragraph under a heading which does not need to be separated from the heading, I refer to as firstpara. This usually has a negative top margin to bring it closer to the heading. The paragraphs which do not need to be separated from one another, I refer to as listpara and they too have negative top margins to bring them closer to the line above.

These two qualities may be joined together.

*/
p a {
text-decoration: underline;
color: #004999;
background-color: transparent;
padding: 0em;
border: 0em;
}

#policies {
clear: both;
color: #000000;
background-color: #dde5ff;
margin-top: 0em;
margin-right: 5%;
margin-left: 6%;
padding-bottom: 1em;
 }


#table-of-contents {
color: #000000;
background-color: #dde5ff;
margin-bottom: 2em;
text-align: left;
}

/*the statement "clear: left(or right);", pushes the Table of Contents below the floated-item list*/

h1 {
height: 1.2em;
background-color: #dde5ff;
padding-left: 0em;
color: #000000;
}

span
{
font-size: 0.7em;
font-weight: normal;
}

h2 a {
display: none;
 }



#main-content {
padding: 0em;
}

#main-content h3 {
padding-left: 2em;
padding-top: .2em;
color: #000000;
background-color: #dde5ff;
background-image: url(../images/beas-little-spdr-26x25.gif);
background-repeat: no-repeat;
}


/*The following 2 statement change the underlining and background color of similar statements in "core-style.css"*/

#table-of-contents p a {
text-decoration: underline;
color: #004999;
background-color: #dde5ff;
padding: 0em;
}

#table-of-contents a {
text-decoration: underline;
color: #004999;
background-color: #dde5ff;
padding: 0em;
}

.onsitenoprint {
text-decoration: underline;
color: #004999;
background-color: #dde5ff;
padding: 0em;
}

h2 a {
display: none;
 }

.level1 {
margin-left: 4%;
}

.level2 {
margin-left: 8%;
}

.level3 {
margin-left: 12%;
}

.level1listpara {
margin-left: 4%;
margin-top: -1em;
}

.level2listpara {
margin-left: 8%;
margin-top: -1em;
}

.level3listpara {
margin-left: 12%;
margin-top: -1em;
}


.onsite a:link {
text-decoration: underline;
}

.onsite a:visited {
text-decoration: underline;
}

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

.onsite a:active {
text-decoration: none;
color: #000000;
background-color: #3f1d1d;
}

ul {
margin-left: 2%;
}

ol {
margin-left: 4%;
}

#med-spdr1 
{
margin-top: -1em;
}

.back 
{
/*margin-left: 2%;*/
}

.footer {
margin-top: -1em;
background-color: #ffffff;
color: #666666;
}


