
body {

	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* ---------------start of generic template style definitions----------------  OK */

a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3368CC;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

p, ul, li, td, th {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.bold, .bold_underlined, .bold_italic, .bold_italic_underlined {font-weight: bold;}
.italic, .bold_italic, .italic_underlined, .bold_italic_underlined {font-style: italic;}
.underline, .bold_underlined, .italic_underlined, .bold_italic_underlined {text-decoration: underline;}

.lightgrey_text {color: #999999;}

.faculty_name {
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	color: #97AE96;
}


/* ---------------start of generic template class definitions---------------- */



/* notabene styles a header for right-col text, used on "what our students are saying" on admission page  */
.sidebar_heading {
	font-size: 13px;
	color: #006633;
	font-style:italic;
}

/* bottom_caption styles caption to a mini picture, used on "what our students are saying" on admission page  OK */
.bottom_caption {
	font-style: italic;
	font-size: 11px;
	color: #006633;
}

/* ---------------start of section color and image style definitions---------------- */





/* ---------------start of content block style definitions---------------- */





.intro_text {
	font-style: italic;
}




/* header for main content block */
.content_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003822;
	font-weight: bold;
}


.content_subheading {
	font-familty: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}
.indexNavLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-align :left;
	
}


/* ---------------start of faculty main collumns formatting---------------- */

.spacing
 {
  margin-top: .3em;
 }


.col
 {
  list-style-type: none;
  text-align: center;
float:left;
 }

.thetable{ 
  position: relative; 
  display: table; 
  width: 100%; 
  margin: 0; 
  padding: 0; 
  border: 0; 
  clear: both; 
  border-spacing: 0; /* required by Opera 6 */ 
  border: 0px solid black;
  width:100%; 
} 

.tablerow{
  display: table-row;
} 

.tablecell{ 
  display: table-cell; 
} 

.one{ 
  width: 33%; 
  position: relative; 
  z-index: 5; 
} 
.two{ 
  width: 33%; 
} 
.three{ 
  width: 33%; 
} 

.FacultyNews-SmallCaps { 
	font-variant: small-caps; 
}
