@charset "utf-8";
/* Typography CSS */



body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}/*
a:link, a:visited {
	font-weight: bold;
}
a:hover, a:active {
	font-weight: bold;
}*/
a.footer:link, a.footer:visited {
	text-decoration: none;
	font-weight: normal;
}
a.footer:hover, a.footer:active {
	text-decoration: underline;
	font-weight: normal;
}
a.adventure:link, a.adventure:visited {
	text-decoration: none;
	font-weight: bold;
}
a.adventure:hover, a.adventure:active {
	text-decoration: none;
	font-weight: bold;
}
#header, #content, #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
}
#content {
	line-height: 24px;
}
#content td {
	vertical-align: top;	
}
#footer {
	text-align: right;
	font-size: 12px;	
}
p {
	text-align: justify;	
	/*text-indent: 24px;	*/
}
p.no-indent {
	text-indent: 0px;	
}
p.right {
	text-align: right;	
}
p.center {
	text-align: center;	
}
#content h2 {
	margin-bottom: 40px;
	text-align: center;
}
ul {
	list-style-image: url(/images/dogbone_bullet.gif);
}
ul.basic {
	list-style-image: none;
	list-style-type: square;
}
ul.none {
	list-style-image: none;
	list-style-type: none;
}
#nav a.nav:link, #nav a.nav:visited {
	text-decoration: none;
	font-weight: bold;
}
#nav a.nav:hover, #nav a.nav:active {
	text-decoration: underline;
	font-weight: bold;
}
.active {
	font-size: 16px;
	font-weight: bold;
}
#noFlash p {
	font-size: 12px;
	text-align: left;	
}

