/* CSS Document */

h1 { font-weight: bold; margin: 0; padding: 8px 0; font-size: 18px;  color: #003366;  }
h2 { font-weight: bold; margin: 0; padding: 12px 0 6px 0; font-size: 14px; color: black; }
h3 { font-weight: bold; font-style: italic; margin: 0; padding: 4px 0; font-size: 14px; color: #003366; }
p { padding: 0; margin: 0; line-height: 16px; margin-bottom: 6px; }

div#content ul{ margin-top: 4px; margin-bottom: 4px;}
div#content li{ margin-top: 2px; margin-bottom: 2px; line-height: 14px; }

#sidebar { float: right; width: 231px; margin: 0 10px 10px 10px; line-height: 12px; }

.spotlight { padding: 10px; border: 1px solid silver; }
.spotlight img { border: 1px solid #000; margin-bottom: 2px; }
.photographer { text-align: right; }

.floatright { float: right; border: 1px solid black; padding: 5px; margin: 5px; clear: right; }

#sidebar a.button { border: 1px solid black; text-decoration: none; padding: 4px 10px; background-color: #ddd; font-weight: bold; }
.button { background-color: #ccc; color: black; }

.bold { font-weight: bold; padding-bottom: 2px; }
.blueTitle { font-weight: bold; font-size: 14px; color: #003366; padding-bottom: 2px; }
.title { font-weight: bold; font-size: 18px; }
.book { font-style: italic; }
.emphasize { font-style: italic; font-weight: bold; }
.small { font-size: 10px; }
a:link { text-decoration: underline ; color: #003366; }
a:visited { text-decoration: underline ; color: #006600; }
a:hover { text-decoration: underline; }
blockquote { margin: 0 0 10px 20px; }

div#content .inlineLarger { font-size: 16px; font-weight: bold; font-style: italic; color: #003366; }

div.clear { clear: both; }

/* Curriculum Formating*/
td.imageBar { width: 230px; padding: 0 0 0 10px; }
td.imageBar img { border: 1px solid #000; }



/*Survey formatting*/
table.results th {
text-align: left;
font-weight:bold;
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 2px solid gray;
}

table.results td {
text-align: left;
padding: 4px;
margin-bottom: 5px;
border-bottom: 1px solid green;
}

#footer a {font-size: 10px; }