/**********************************/
/*** CSS For Philosophy Section ***/
/**********************************/


/*** Formatting ***/

p {font-family: times}

p.quote {font-family: verdana; font-size: 75%; font-style: italic}

li.quote {font-family: verdana; font-size: 75%; font-style: italic}

p.nav {font-family: times; font-size: 70%}

p.reference {font-family: times; font-size: 80%}

.boxblue {font-family: times; font-size: medium; font-style: normal; background-color: #EAEAF4; border: 1px solid rgb(75%,75%,95%); padding: .5em; margin-top: 1em; margin-left: 1.75em;}

.boxred {background-color: #F4EAEA; border: 1px solid red; padding: .5em; margin-top: 1em; margin-left: 1.75em;}

body {background-color: #003333}

li {margin-bottom:5px;}

/*** Links ***/

a:link { color: #0000cc; text-decoration: none } /*dark blue*/

a:active { color: red; text-decoration: none }

a:visited { color: #0000cc; text-decoration: none }

a:hover { color: green; text-decoration: underline }

/*** Layout ***/

.clearing {
    height: 0;
    clear: both;
}

#topcontent {
    display:none;
    }

#wrapper {
    margin: auto;
}

#centercontentleft {
display: none;
}

#centercontainer {
margin: auto;
}

#centercontentright {
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    }

#footercontent {
    display:none;
    }

#subMenusContainer{
    display:none;
}