/* CSS Document */
body{
  font: 12px Helvetica, Arial, sans-serif;
}

h1{
  font-size: 24px;
  letter-spacing:-0.04em;
  color: #999;
  margin: 10px 0 10px 0;
}

h2{
  font-size: 16px;
  color: #666;
  margin: 5px 0 5px 0;
}

p{
  font-size: 12px;
  color: #333;
  margin: 0 0 5px 0;
}

h3, h3 a{
  font-size: 13px;
  color: #333;
  margin: 5px 0 5px 0;
}

#headerLinks, #headerSearch{
  text-align: right;
}

#headerLinks a, #footer a, #breadcrumbs a{
	margin:0 5px 0 5px;
	text-decoration:none;
}

#breadcrumbs a{
	color:#999999;
	margin:0 5px 0 0;
	text-decoration:none;
}

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

#home #centerPane .box h2{
  color: #666;
  font-size: 14px;
  text-align: center;
  margin: 5px;
}

#home #rightPane .box h2, #homeNews h2{
  color: #666;
  font-size: 18px;
  margin: 5px 0 5px 0;
  font-weight: normal;
}

#homeNews h3{
  color: #555;
  font-size: 14px;
}

#home #centerPane .box p, #homeNews p{
  font-size: 11px;
  margin: 0 5px 5px 5px;
}

#centerPane ul, #leftPane ul{
  padding: 5px 5px 5px 30px;
}

#home #rightPane .box p{
  font-size: 11px;
}

#home #centerPane .box ul{
  list-style: none;
  padding: 0 0 0 20px;
}

#footer a:hover{
  text-decoration: underline;
}

.copyright{
  font-size: 75%;
	color:#000000;
}
.copyright a{
	color:#000000;
}

span a.copy:hover{
	color:#999999;
}
