/* CSS Document */

#rightColumn {
	float: right;
	width: 10em;
	background-color: #FFFFFF;
	margin: 0 1em 0 0;
	padding: 0 1em 0 1em;
}
#rightColumnHeader {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #0000CC;
}
#rightColumn p {
	font-size: 60%;
	text-align: justify;
	margin: 0 0 8px 0;
}
#rightColumn ol, #rightColumn ul {
	font-size: 60%;
	text-align: justify;
	margin: 4px 18px 4px 18px;
}
#rightColumn ol li, #rightColumn ul li {
	margin: 4px 0 4px 0;
}
.silverTableTop {
	background-image: url(/images/silver-table-top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 12px;
	margin: 4px 0 0 0;
}
.tableHeading {
	font-size: 160%;
	color: #0000CC;
	font-weight: bold;
}
.silverTableBody {
	background-image:url(/images/silver-table-body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 1px 18px 1px 24px;
}
.silverTableBook {
	margin: 0 0 4px 0;
}
.silverTableEnd {
	background-image: url(/images/silver-table-end.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 13px;
	margin: 0 0 25px 0;
}
.main-menu {
	margin-top: 8px;
	margin-left: 20px;
}
.main-menu ul li {
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	text-align: left;
}
.main-menu ul li a {
	text-decoration: none;
}
.sub-menu {
	margin-left: 30px;
}
.sub-menu ul li {
	font-size: 10px;
	list-style: none;
	text-align: left;
}
.sub-menu ul li a {
	text-decoration: none;
}
.newsletter-form form table tr td input {
	font-size: 10px;
	border: #993300 1px solid;
	padding: 1px;
	width: inherit;
}
.newsletter-form form table {
	margin: 0;
	width: 100%;
}
.newsletter-form a {
	font-size: 9px;
	margin-left: 4px;
}
.newsletter-form-submit {
	width: 100px;
	color: #993300;
}
.menu-section {
	margin-bottom: 14px;
}

