	/* Base site elements */

body {
 	background: #eee url("../img/body_gradient_background2.gif") top center fixed repeat-x; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0.2em 0 0.2em 0;
	border-bottom: 1px dashed #999;
	letter-spacing: 0.1em;
/*	text-shadow: 2px 2px 3px gray;	*/
}

h1 { 
	font-size: 180%; 
}
h2 { 
	font-size: 180%; 
}
h3 { 
	font-size: 120%; 
	margin-top: 1em;
}

h2 a { 
	text-decoration: none; 
	color: #000;
}

h2 a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #1c3d53;
}

a:visited {
	color: #000;
}

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

address {
	text-indent: 4em; 
	font-weight: bold;
}

acronym {
  border-bottom: 1px dotted black;
  cursor: help;
}
hr {
	border: none 0;
	border-top: 1px dashed #999;
	width: 100%;
	height: 1px;
}
