/* NSHS Stylesheet, 3 cols + header & footer, black on off-white, grey margin */

body {
margin: 0;
padding: 0;
font-size: small;
font-family: verdana, helvetica, sans-serif;
background-color: #adadad;
color: black;
}

#wrapper{
margin: 20px;
padding: 10px 40px 40px 40px;
background-color: #fdf8f2;
color: black;
}

#header {
margin: 0;
padding: 0;
border-bottom: 1px solid black;
background-color: #fdf8f2;
color: black;
height: 130px;
font-family: verdana, helvetica, sans-serif;
}

#main {
margin-top: 10px;
width: 100%;
}

#sidebarRight {
float: right;
width: 220px;
border-left: 1px solid black;
background-color: #fdf8f2;
color: black;
font-size: 75%;
font-family: verdana, helvetica, sans-serif;
}

#sidebarRight li{
list-style: none;
margin-left: 0;
padding-left: 0;
}

#sidebarLeft {
float: left;
width: 159px;
border-right: 1px solid black;
background-color: #fdf8f2;
color: black;
font-size: 75%;
font-family: verdana, helvetica, sans-serif;
}

#centreColumn {
padding-left: 10px;
background-color: #fdf8f2;
color: black;
margin: 0 240px 0 160px;
font-family: verdana, helvetica, sans-serif;
}

#centreColmn h3 {
font-size: 110%;
font-style: italic;
}

#footer {
clear: both;
border-top: 1px solid black;
padding-top: 5px;
background-color: #fdf8f2;
color: black;
font-family: verdana, helvetica, sans-serif;
}

#box {
background-color: #99cccc;
color: black;
padding: 25px;
border: 4px solid #666666;
}

#box h1{
font-size: 150%;
text-align: center;
margin-top: 5px;
margin-bottom:10px;
}

#box h2{
font-size: 120%;
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
padding: 0;
}

#box p{
font-size: 95%;
}
ol {
list-style-type: lower-alpha;
}

#box a{
font-size: 105%;
}

.placeW3 {
float: right{
font-size: 120%;
}
}

.logo {
float: right;
}

.emphasis {
font-weight: bold;
}

.leftListTitle {
text-align: left;
font-weight: bold;
}

.rightListTitle {
text-align: right;
font-weight: bold;
}

.author {
font-weight: bold;
}

.headline {
font-size: 150%;
}

.subHeadline {
font-size: 120%;
}

.reviewLeader {
font-weight: bold;
font-variant: small-caps;
}

.italic {
font-style: italic;
}

.debateList{
list-style-type: square;
}

.reviewQuote{
margin-left: 25px;
}

.note{
font-size:70%;
}

