/* links */
* {
/*	color: #96938b;*/
/*	color: #b8b4ab;*/}

.typography a {
color: #81a23b;
background-color: inherit;
text-decoration: none;
text-decoration:none;
font-weight:bold;
outline: none;
}
.typography a:hover {
color: #81a23b;
background-color: inherit;
text-decoration:none;
font-weight:underline;
outline: none;
}
/* headers */
.typography h1,
.typography h2,
.typography h3 {
font: bold 1em Arial, Sans-serif;
/*	color: #96938b;*/
color: #b8b4ab;
font-size: 2.0em;
}

.bigger
{
	letter-spacing:0px;
	font-size:16px;
	
}
.typography h1 {
	font-size: 3.0em;
	letter-spacing:-1px;
/*	color: #96938b;*/
	color: #b8b4ab;

}
.typography h2,  {
	font-size: 2.0em;
	letter-spacing:-1px;
/*	text-transform:uppercase;*/
	

	
	
}
h2, h2 a
{
	
	font-size: 2.0em;
}
.typography h3 { font-size: 1.3em; }
.typography p,
.typography h1,
.typography h2,
.typography h3 { 
margin: 5px 10px; }
.typography ul,
.typography ol {
margin: 10px 30px;
padding: 0 15px;
/*	color: #96938b;*/
color: #b8b4ab;
list-style-type:square;

}
.typography ul span,
.typography ol span { color: #666666; }
/* menu tabs */
.typography #header a {
	line-height:24px;
	float:left;
/*	background: url(../images/tableft.gif) no-repeat left top;*/
	margin:0;
	padding:0;
/*padding:0 0 0 4px;*/
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	outline:none;
}
.typography #header a span {
	float:left;
	display:block;
	background: url(../images/tabright.gif) no-repeat right top;
	padding:5px 11px 6px 9px;
/*	padding:6px 15px 3px 8px;*/
	color: #cccccc;
	outline:none;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.typography #header a span { float:none; }
/* End IE5-Mac hack */
.typography #header a:hover span { color:#000000; outline: none; }
.typography #header a:hover { background-position:0% -42px; outline: none; }
.typography #header a:hover span { background-position:100% -42px; outline: none; }
.typography #header #current a {
	background-position:0% -42px;
/*	color: #96938b;*/
	color: #b8b4ab;
	outline: none;
}
.typography #header #current a span {
	background-position:100% -42px;
/*	color: #96938b;*/
	color: #b8b4ab;
	outline: none;
}

p{
margin-left:25px;	}

a img{border: none;}

hr {
	border: none;
	background: #63625c;
	color: #63625c;
	height: 1px;
	text-align: left; /*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	list-style: square;
	margin: 20px 15px 20px 15px;

}

