/* CSS Document */

body {
	  font-family: "Verdana","Arial","Helvetica", sans-serif; 
	  font-weight: normal;
  	  font-style: normal;
  	  text-decoration: none;
  	  text-align: left;
  	  text-indent: 0;
	  font-size: 0.8em;
	  line-height: 1.0;
      background: #cccccc;
}

#header {
   width: 700px;
   margin: 0 auto;
   background: #cccccc;
   border:1px solid #333333; 
}

#headerindex {
   width: 700px;
   height: 135px;
   margin: 0 auto;
   background: url(img/layout/header_graffiti.jpg);
   border:1px solid #333333; 
}

#headerresearch {
   width: 700px;
   height: 135px;
   margin: 0 auto;
   background: url(img/layout/header_war.jpg);
   border:1px solid #333333; 
}

#headerteaching {
   width: 700px;
   height: 135px;
   margin: 0 auto;
   background: url(img/layout/header_chinatown.jpg);
   border:1px solid #333333; 
}

#headercv {
   width: 700px;
   height: 135px;
   margin: 0 auto;
   background: url(img/layout/header_fmkt.jpg);
   border:1px solid #333333; 
}



#navigation {
   width: 700px;
   margin: 0 auto;
   background: #cc6600;
   border-left:1px solid #333333;    
   border-right:1px solid #333333;    
   border-bottom:1px solid #333333;    
   text-align: right;
}

#content {
   width: 700px;
   margin: 0 auto;
   background: #ffffff;
   border-left:1px solid #333333;    
   border-right:1px solid #333333;  
}


#footer {
   clear:both;
   width: 700px;
   margin: 0 auto;
   background: #cc6600;
   border:1px solid #333333;
   text-align: right;    
}

a {
  text-decoration: none;
  color: #333333;
}

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

h1 {
	  font-weight: bold;
  	  text-indent: 0;
	  font-size: 1em;
	  line-height: 1.0;
	  margin: 0;
	  padding: 5px;
}

h2 {
	  font-weight: bold;
  	  text-indent: 0;
	  font-size: 1.2em;
	  color: #333333;
	  line-height: 1.0;
	  margin: 0;
	  padding: 5px;
}


#navigation p, #footer p {
padding: 5px;
margin: 0px;
}

#content p {
padding: 1em 20px;
margin: 0px;
}

#content a {
  text-decoration: underline;
}

.imgholder {
text-align: center;
float: right;
margin: 6px 20px;
width: 290px;
background: #eeeeee;
clear:both;
}

.quicklinks {
text-align: left;
float: right;
margin: 6px 20px;
width: 250px;
background: #eeeeee;
clear:both;
}

.imgholder p {
text-align: center;
font-style: italic;
clear:both;
margin: 0px;
}

.research {
clear: both;
}

