body {
    font-size:100%;
    line-height:1.125em;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
.for_print {
	display: none;
	}
.bodytext p {
    font-size:0.875em;
	}
.sidenote {
    font-size:0.75em;
	}
#content {
	position: relative;
	width:200px;
	margin:20px auto;
	}
#expertise {
	position: relative;
	padding-bottom: 20px;
	}
#expertise h1 {
	letter-spacing: 2px;
	text-transform: uppercase;
    font-size: 0.75em;
	font-weight: normal;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#expertise a {
	font-weight: normal;
	text-decoration : none;
	color:#000;
	}
#expertise h1 span{
	display:none;
	}
#expertise h1:hover span {
	position: absolute;
	top: -54px;
	left: -228px;
	padding: 4px;
	display:block;
	width: 220px;
	background: #ff0;
    font-size: 0.75em;
	}
.big_red {
	height:200px;
	width:200px;
	margin:0;
	padding:0;
	background:url(/css/circle200red.gif) no-repeat;
	}
.big_red h2{
	position:relative;
	top:92px;
	}
.small_green {
	height:200px;
	width:200px;
	margin:0;
	padding:0;
	background:url(/css/circle200green.gif) no-repeat;
	}
.small_green h2{
	position:relative;
	top:92px;
	}
h2 {
    font-size: 0.875em;
	font-weight: normal;
	}
a {
	font-weight: normal;
	}
a:link { 
	color : #009;
	text-decoration : none;
	}
a:visited {
	color : #009;
	text-decoration : none;
	}
a:hover {
	color : #009;
	font-weight: bold;
	}
a:active {
	color : #f00;
	font-weight: bold;
	}
.big_red:hover {
	background:url(/css/circle200orange.gif) no-repeat;
	}
.small_green:hover {
	background:url(/css/magenta_dot.gif);
	}
.small_green a,
.big_red a {
	padding: 20px 4px; 
	}
.small_green a:hover,
.big_red a:hover { 
	color : #009;
	font-weight: bold;
	text-decoration : none;
	}
body:hover {
	background:url(/css/yellow_dot.png);
	}
a:active {
	color : #ff0;
	text-decoration : underline;
	}