html, body {
	background-color: #757575;
	
	font-family: Arial;
	color: #000;
	margin: 0px;
	padding: 0px;
	width: auto;
	font-size: 10pt;
	height: 100%;
}
p {
	margin: 0 0 13px 0;
	padding: 0px;
	font-family: Arial;
}
a {
	color: black !important;
}
a:link, a:visited, a:hover {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #888;
}
.quote {
	padding-top:10px;
	padding-left: 29px;
	background-image:url(/images/detail/openquote.gif);
	background-repeat:no-repeat;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
#title {
	background-image:url(/images/header.jpg);
	background-repeat:none;
	position:relative;
	width:923px;
	height:181px;
	margin: 0px auto 0px auto;
}
#outer {
	position:relative;
	width:923px;
	margin: 0px auto 0px auto;
	background-image:url(/images/mainbg.jpg);
	background-repeat:none;
	background-position:bottom;
}
#content {
	position:relative;
	left:13px;
	padding: 10px 10px 27px 10px;
	width:880px;
 }
#footer {
	text-align: right;
}
#footer p {
	padding:0px;
	margin:0px;
}



h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
h2 {
	font-size:16px;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}

#title h1, #title p {
	display:none;
}

#menu {
	position:absolute;
	width:239px;
	height:21px;
	left: 668px;
	top: 154px;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
}
#menu ul {
	padding: 0 18px;
	list-style-type: none;	
}
#menu li {
	margin-left: 30px;
	display: inline;
}
#menu li a {
	font-size: 12px;
	color: #fff !important;
}
#mainOuter #content #extraText p {
	font-style: normal;
}
.name {
	color: #500;
}
