/* structure--------------------------------- */

html {
	height: 100%
}
body {
	height: 101%;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .72em
}
img {
	border-width: 0px
}
hr {
	height: 1px;
	color: rgb(187,187,187);
	background-color: inherit
}
div.clearer {
	clear: both;
	height: 0
}
/* Page Banner --------------------------------- */

#banner {
	height: 37px;
	width: 100%;
	color: rgb(255,255,255);
	background: rgb(174,0,0) url('../news/gold.gif') repeat-x bottom;
	margin-bottom: 20px;
	padding: 0
}
#banner span {
	width: auto;
	font-weight: 600;
	float: right;
	clear: right; 
	padding: 0px 10px 0px 0px;
	line-height: 1.25em
}
#banner img {
	float: left
}
#banner a {
	text-decoration: none;
	color: rgb(255,255,255);
	background-color: inherit
}
#banner a:visited {
	color: rgb(255,255,255);
	background-color: inherit
}
#banner a:hover {
	text-decoration: none;
	color: rgb(255,255,255);
	background-color: inherit
}
/* Record --------------------------------- */

#record {
	float: left;
	width: auto;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 15px 0px;
	color: rgb(40,40,40);
	background-color: inherit
}
#record h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: rgb(174,0,0);
	background-color: inherit;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 0 10px
}
#record a {
	color: rgb(40,40,40);
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted rgb(174,174,162) /* #aeaea2 */
}
#record a:visited {
	color: rgb(174,0,0);
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted rgb(174,174,162)
}
#record a:hover {
	color: rgb(174,0,0);
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted rgb(174,174,162)
}
p.justify {
	text-align: justify
}
#box {
	margin: 10px;
	padding: 10px;
	border: 1px solid rgb(255,215,0)
}
#box .image {
	float: right;
	width: 145px;
	padding: 15px
}
#record .row {
	clear: both;
	padding-top: 15px
}
#record .rowHeader {
	position: relative;
	width: 100px;
	margin: 0px 0px 0px 20px;
	text-align: right;
	font-weight: bold
}
#record .rowData {
	position: relative;
	margin: -1.25em 0px 0 150px;
	padding: 0;
	width: auto;
	text-align: left
}
.shadow {
	border: 1px solid rgb(234,221,187); /* #eaddbb */
	position: relative;
	display: inline;
	color: rgb(255,255,255);
	background-color: inherit;
	z-index: 100
}
.shadow_inner {
	overflow: hidden;
	position: absolute;
	top: -1000px;
	opacity: 0.05; /*firefox 1.5 opacity*/
	-khtml-opacity: 0.05; /*opacity*/
	z-index: 10
}