html {
	overflow-Y: scroll;
}
body {
	font-family: Arial, Sans Serif, sans-serif;
	font-size: 0.75em;
	margin: 0px;
	background: #B1B1B1 url('/_layout/body.gif') repeat-x;
	color: #000000;
}
body a{
	text-decoration: none;
	color: #000000;
}
body a:hover {
	text-decoration: none;
	color: #A41B15;
}
img {
	border: 0px none;
}
h1 {
	font-size: 1.4em;
	color: #A41B15;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	background: url('/_layout/icon.gif') 0px 4px no-repeat;
	padding-left: 18px;
	margin-left: -18px;
	padding-bottom: 2px;
	border-bottom: 1px solid #DDDDDD;		
}
h2 {
	font-size: 1.25em;
	color: #000000;
	margin: 8px;
	margin-left: 0px;
	border-bottom: 1px solid #DDDDDD;
}
h3 {
	font-size: 1.1em;
	color: #A41B15;
	margin: 0px;
}
p {
	margin-top: 6px;
	margin-bottom: 6px;
}
ul, li {
	margin: 0px;
}
ul {
	margin-left: 30px;
}
li {
	margin-left: 15px;
}
hr {
	height: 1px;
	border: 0px none;
	border-bottom: 1px solid #DDDDDD;
	width: 100%;
}
table {
	border-collapse: collapse;
	border: 0px none;
}
td {
	border: 0px none;
	padding: 0px;
}
div {
	overflow: hidden;
}
form {
	margin: 0px;
}
.print {
	display: none;
}
.top, .header, .footer {
	font-size: 0.9em;
}
.main {
	width: 850px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px auto;
	background: url('/_layout/main.gif') repeat-y;
}
.bottom {
	width: 852px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px auto;
	background: url('/_layout/bottom.gif') repeat-x;
	font-size: 10px;
	text-align: right;
}	
.top, .header, .menu, .contents, .footer {
	width: 100%;
	overflow: hidden;
}
.top {
	font-weight: bold;
	background: #FFFFFF;
	color: #B91C14;
	height: 36px;
}
.l {
	float: left;
}	
.top .l {
	width: 500px;
	margin: 10px;
	padding-top: 3px;	
}
.top .search {
	float: right;
	width: 228px;
	margin-top: 10px;	
	margin-right: 10px;
	font-size: 11px;
}

.top .search div {
	float: right;
}
.top .search .seainput {
	width: 158px;
}
.top .search .seainput input {
	width: 152px;
	height: 15px;
	font-size: 11px;
	border: 1px solid #000000;
}
.top .search .seasubmit {
	width: 70px;
}
.top .search .seasubmit input {
	width: 70px;
	height: 19px;
	font-size: 11px;	
	background: #b91c14;
	color: #ffffff;
	font-weight: bold;
	border-top: 1px solid #ca2a22;
	border-left: 1px solid #ca2a22;
	border-bottom: 1px solid #8d1711;
	border-right: 1px solid #8d1711;
}
.headerny {
	width: 500px;
	height: 72px;
	margin-top: -72px;
}
.header {
	border-top: 4px solid #000000;
	background: #B91C14 url('/_layout/header.gif') repeat-x;
	height: 72px;
}
.header .l {
	float: left;
	width: 209px;
	height: 32px;
	margin-left: 20px;
	margin-top: 20px;	
}
.dojo {
	float: right;
	width: 288px;
	height: 96px;
	margin-top: -98px;
}
.nyoverlay {
	width: 850px;
	height: 72px;
	margin-top: -98px;
	margin-bottom: 26px;
}
.menu {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background: #000000;
}
.menu .buttons {
	width: 600px;
	margin-left: 10px;
}
.menu .buttons div {
	float: left;
	color: #FFFFFF;
	padding: 3px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 1px;
	font-weight: bold;
}
.menu .buttons div a, .menu .buttons div a:hover {
	color: #FFFFFF;
}
.menu .h {
	background: #B91C14;
}
.contents {
	background: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 5px solid #000000;
}
.footer {
	background: #A41B15;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;	
}
.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}	
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;

}
.more {
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #DDDDDD;
	padding-top: 3px;
}
#nb {
	border: 0px none;
	margin-top: -1px;
}
.rssicon {
	margin-bottom: -1px;
}
.largeimage {
	position: absolute;	
	z-index: 5;
	background: url('/_layout/image.png');
}
.largedisplay {
	background: #ffffff;
	padding: 5px;
	margin: 20px;
	border: 1px solid #000000;
}
.largedisplayimage img {
	border: 1px solid #000000;	
}
.largedisplayclose {
	position: relative;
	z-index: 6;
	float: right;
	width: 24px;
	height: 16px;
	padding-top: 8px;
	margin-left: -24px;
	margin-bottom: -24px;
}