/* We use a Background Image for Netscape 4 because*/ 
/*it cannot span the entire window with a div bg color */
body {
	background-color: #FFF;
	margin: 16px 36px 0 240px;
	padding: 0;
	background-image: url(images/graf_pbg.gif);
	background-repeat: repeat-x;
}
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFCC66;
}

#studentcontainer ol {
list-style-type:decimal;
line-height:110%;
font-size: 12px;
margin-bottom: 10px;
}

#studentcontainer li li {
list-style-type:upper-alpha;
}

#studentcontainer li li li {
list-style-type:lower-roman;
}

#evalcontainer ol {
list-style-type:decimal;
line-height:110%;
font-size: 12px;
margin-bottom: 10px;
}

#evalcontainer li li {
list-style-type:upper-alpha;
}

#evalcontainer li li li {
list-style-type:lower-roman;
}

/* Netscape 4 will not honor font styles on the body selector very well */
p, div {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}

#header {
	margin: 0;
}
#header p {
	margin: 0;
	font-size: 12px;
	text-align: right;
}
#mainwrapper {
	margin: 0;
}

/*Sidebar is absolutely posititioned for NN4 because it is more stable than floating*/
#sidebar {
	position: absolute;
	left: 24px;
	width: 180px;
	top: 136px;
	color: #666666;
}

#maincontent p {
	font-size: 12px;
}

#booklist p {
line-height:120%;
margin-top: 0;
margin-bottom: 0;
}

sup a {
line-height: 0%; 
text-decoration: none; 
font-size: 11px;
font-weight: bold; 
color: #B5424A;
}

sup a:visited { 
color: #853F70; 
}

sup a:hover { 
color: #42639C; 
}

#maincontent a:link, #maincontent a:visited  {color: #7770A3; text-decoration:none;}
/*Hover is used because MSIE4 supports it*/
#maincontent a:hover, #content a:active  {color: #ffcc33;}

#questionscontainer ol a:link, #questionscontainer ol a:visited  {color: #7770A3; text-decoration:none;}
/*Hover is used because MSIE4 supports it*/
#questionscontainert ol a:hover, #questionscontainer ol a:active  {color: #ffcc33;}

#maincontent h1 { 
margin: 10px 0 10px 0; 
color:#FFCC33;
}

#schedule p {
line-height:110%;
margin-bottom:0;
margin-top:0;
}

#schedule p.rule {
line-height: 1.4em;
margin-top: 5px;
padding-bottom: 3px;
border-bottom: 1px solid #ccc;
}

#schedule h3 {
line-height:110%;
margin-bottom:5px;
margin-top:5px;
}

#schedule a:link, #schedule a:visited  {color: #7770A3;}
/*Hover is used because MSIE4 supports it*/
#schedule a:hover, #schedule a:active  {color: #ffcc33;}

#sidebar h2 { 
margin: 0 0 12px 0;
}

#sidebar p {
font-size: 12px;
color: #666666;
}

#footer {
	margin: 48px 0 0 0;
}
#footer p {
	margin: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:visited  {
color: #7770A3; 
text-decoration:none;
}

#footer a:hover, #footer a:active  {
color: #666666; 
text-decoration:none;
}

#sidebar a:link, #sidebar a:visited  {color: #000;}
/*Hover is used because MSIE4 supports it*/
#sidebar a:hover, #sidebar a:active  {color: #999;}

.important {
color:#FF0000;
}
