html, body{ 
 margin:0; 
 padding:0; 
 } 

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}


A:link { 
	color: #9c2a00;   
	text-decoration: none;   
} 
 
A:visited { 
	color: #9c2a00;   
	text-decoration: none;   
} 

A:hover { 
	color: #0253b7;   
	text-decoration: underline;   
}
 
#pagewidth{ 
  width:800px; 
  min-width: 500px; 
  
} 


#leftcol{
	width:178px;
	background-color:#996;
	float:left;
	position:relative;
	margin-left:-190px;
	margin-right:1px;
	left: 17px;
	top: 211px;
	height: 361px;



 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 190px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #996;   /* left column colour */ 
border-left-style: solid; 
 /*/*/ border-right-width: 150px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #ffffff;  /* right column colour */ 
border-right-style: solid; 
  background-color: #ffffff; /* center column colour */ 
width: auto; 
 } 
 
#inner{margin:0; width:100%;}
 
#outer>#inner { border-bottom: 1px solid #ffffff;  }
 
.clr{clear:both;}
 
.content{padding:15px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

/*Screen Description */
#BlackBar {
	position:absolute; 
	left: 0; top: 0; 
	width:790px; 
	height:30px; 
	z-index:1;
	padding:5px; 
	background-color: #000;  
	background-image: url(http://www.jewell.edu/william_jewell/gen/william_and_jewell_generated_bin/images/templates/logo_jewell_words.gif);
	background-repeat: no-repeat;
	border: 1px none #000000;
} 


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #330;
	margin-bottom: 5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #330;
	margin-bottom: 2px;
	margin-top: 2px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #330;
	margin-bottom: 2px;
	margin-top: 2px;
	border-top: 1px solid #996;
}


/*Nav */
#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
top: 238px;
left: 0px;
width: 177px;
border-top: 1px solid #CC0000;
}

#menu dt, #menu li {
border-bottom: 1px solid #ffcc66;
}

#menu dt {
cursor: pointer;
margin: 0px 0;;
height: 25px;
line-height: 25px;
text-align: left;
font-weight: 100;
background: #CC0000;
}

#menu li {
text-align: left;
background: #FF9900;
font-family: arial;
font-size: 12px;
}

#menu li a {
color: #333333;
height: 20px;
line-height: 20px;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu dt a {
font-family: verdana;
font-size: 14px;
font-weight: 800;
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu dt a:hover {
	background: #990000; 
	color: #FFFFFF;
}


.BackToTop {
	text-align: right;
	display: block;
}

.bar {
	background-color: #ffcc66;
	margin: 3px;
	padding: 3px;
}


/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol {display:none;} 
#outer {border-left:0;} 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
}
