body {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #BDBEC1;
	padding: 10px 0px 0px;
	margin: 0px;
}
#holder {
	width: 770px;
	background: #FFFFFF;
	margin: 0px auto;
}
#header {
	margin: 0px;
	padding: 0px;
	background: #FFAA66;
}
/*menuBar is the horizontal campus menu */
#menuBar {
	color: #FFFFFF;
	background: #746952;
	padding: 5px 10px;
	margin: 0px;
	font-size: .8em;
}
#menuBar a:link, #menuBar a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#menuBar a:hover, #menuBar a:active, #menuBar a:focus {
	color: #CC0000;
}
/* nav describes the left-hand horizontal menu */
#nav {
	width: 140px;
	float: left;
	padding: 15px 10px;
	font-size: 0.9em;
}
#nav a:link, #nav a:visited { 
	color: #994400;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #000000;
}
/*old color #840000*/
#nav a.outsideLink:link, #nav a.outsideLink:visited { 
	color: #994400;
	text-decoration: none;
	font-weight: bold;
}
#nav a.outsideLink:hover, #nav a.outsideLink:active, #nav a.outsideLink:focus {  
	color: #D21033;
}
#content {
	margin: 0 0 0 165px;
	padding: 10px 15px 15px;
	border-left: 1px solid #877D6C;
	font-size: .9em;
}
#content p, #content li, #content tr {
	line-height: 1.6;
}
#content li li {
	font-size: 100%;
}
#content a:link {
	color: #7F7F83;
	text-decoration: none;
}
#content a:visited {
	color: #7F7F83;
	text-decoration: none;
}
#content a:hover, #content a:active, #content a:focus {
	color: #994400;
	text-decoration: none;
}
#content a.outsideLink:link, #content a.outsideLink:visited { 
	color: #840000;
	text-decoration: none;
	font-weight: none;
}
#content a.outsideLink:hover, #content a.outsideLink:active, #content a.outsideLink:focus {  
	color: #D21033;
}
#content a.emailLink:link, #content a.emailLink:visited {
        color: #000000;
        text-decoration: none;
        font-weight: none;
}
#content a.emailLink:hover, #content a.emailLink:active, #content a.emailLink:focus {
        color: #006000;
}

#footer {
	padding: 0px;
	border-top: 1px solid #877D6C;
	font-size: 0.8em;
	color: #746952;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #746952;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #994400;
}
h1, h2, h3 {
	color: #746952;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 2em;
	margin-top: 0px;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
/* the .bold class is used on the "contact" page */
.bold {
	font-weight: bold;
}
/* the .rc class is used on the Rutgers-Camden logo in the footer */
.rc {
	float: left;
	margin: 0px 0px 0px 5px;
}
ol ul li {
	margin-left: -20px;
}
li li {
	font-size: 100%;
}
.toc {
	font-size: 0.9em;
}
.toc a:visited {
	color: #CC0000;
	text-decoration: none;
}
