/* CSS Document */

body {
	background-color:#fff;
	font-size:12px;
	margin-top:0px;
	margin-left:3px;
	margin-right:13px;
	font-family:helvetica, arial, sans-serif;
	}
	
a:link, a:visited {
	text-decoration:underline;
	color:#000;
	}
	
a:hover {
	text-decoration:none;
	background-color:#31CDF7;
	}
	
	
.fulltime a:link, a:visited {
	text-decoration:underline;
	color:#000;
	}
	
.fulltime a:hover {
	text-decoration:none;
	background-color:#31CDF7;
	}
	
h3.heading {
	text-transform:uppercase;
	font-size:14px;
	font-wieght:normal;
	}
	
h3.subhead {
	font-weight:bold;
	font-size:12px;
	}
	
.fulltime {
	background-color:#eee;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	}
	
.fulltime span.dates {
	font-weight:normal;
	font-size:11px;
	}
	
.fulltime span.position {
	font-weight:bold;
	}

.degree {
	font-weight:normal;
	}
	

