body{
	margin: .6in;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 100%;
	color: #000000;
}

h1,h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #666;
	text-transform: uppercase;
	font-weight: normal;
}

#title h1{
	font-size: 190%;	
	font-weight: bold;
	text-transform: none;
}

#h2{
	font-size: 160%;	
	font-weight: bold;
	text-transform: none;
}

#footernav{
	color: #666;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

#textsizemenu, #navigation, #header, #rightcol, #quicksearch, #footermenu, #validation, #portfolio-subinfo{
	display: none;
	}
	
a:link, a:visited {
	color: gray;
	}	

dt{
	font-weight: bold;
	color:#666666;
	margin-bottom:10px;
}

dd{
	margin-bottom:10px;
}

/* print URLs after link text */
#maincol a:link:after{
	content: " (" attr(href) ") ";
}
