/* Subpage specific CSS */
/* Headers */
h2 {
	white-space: nowrap;
	margin: 2em 0 7px 0;
	font-size: large;
}
h3 {
	white-space: nowrap;
	margin: 1em 0 5px 0;
	font-size: medium;
	font-style: italic;
	color: #003333;
	font-weight: bold;
}

/* Paragrahps */
#content p {
	margin-bottom: 1em;
}
#content p.centered {
	text-align: center;
}
#content pre {
	font: larger "Courier New", Courier, monospace;
	margin-left: 2em;
}

/* Lists */
#content ul {
	list-style-type: square;
	margin: 1em 0 1em 2.5em;
}
#content li {
	margin-bottom: 0.25em;
}

/* Images */
#content img {
	margin: 1.5em;
	vertical-align: top;
}
#content img.right {
	float: right;
	margin-top: 0;
}

/* Tables */
#content table {
	width: 80%;
	margin-bottom: 1em;
}
#content th {
	text-align: left;
	font-weight: normal;
}
#content table.bankdetail th {
	width: 25%;
}
#content table.contact {
	margin-left: 3em;
}
#content table.contact th {
	width: 20%;
}
#content p.contact {
	margin-bottom: 0;
}
