
body { margin: 0;padding: 0;background: #fff url(../images/background.jpg) 50% 0 repeat-y;text-align: center;color: #000;font-family: "trebuchet ms",arial,helvetica,sans-serif;font-size: 70%; }
#wrapper { width: 778px;text-align: left;margin: 0 auto; }
#content { padding: 20px;font-size: 1.2em;line-height: 150%; }
#headnav { background: url(../images/scctop.jpg) repeat-y; }
#footer { text-align: center;background: url(../images/footerbackground.jpg) repeat-x;padding-top: 10px;padding-bottom: 10px; }
.header { color: #063771; }
a { color: #063771;text-decoration: underline; }
a:hover { text-decoration: none; }

#nav { list-style-type: none; margin: 0; padding: 0; }
#nav ul { padding: 0; margin: 0; list-style: none; }
#nav li { margin-right: 1px; float: left;  position:relative;}

#nav li a { display: block;padding: 5px 4px; color: #fff; font-family: arial,helvetica,sans-serif; border-bottom: 3px #063771 solid; text-decoration: none; font-size: 1.1em; }
#nav li a:hover { border-bottom: 3px solid #F9E79C;background: #369; }
#nav li a.select { border-bottom: 3px solid #F9E79C;background: #369; }
#nav li a.select:hover { border-bottom: 3px solid #F9E79C;background: #369; }


#nav li ul { display: none; position: absolute; top: 1em; left: 0; }

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul {width:9.95em; display: block; background:#F9E79C;
}

#nav li li a {width:9.95em;font-size:1.0em; border:none; display: block; color: #063771; text-decoration: none; padding:5px 0 5px 0px; }
#nav li li a:hover {width:9.95em;font-size:1.0em; border:none; display: block; color: #063771; text-decoration: none;background-color:#FDF1CD;}



tr.boldit td { font-weight: bold; }
tr.done td { color: #999; }
tr.rowa td { background: #ddd; }
tr.rowb td { background: #eee; }
tr.rowh td { background: #ccc;font-weight: bold; }

img { border: 0px; }

.pullQuote { font-size:80%;color: #333; }