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

/* Paragrahps */
#content p {
	margin-bottom: 1em;
}
#content p.centered {
	text-align: center;
}
#content pre {
	font: larger "Courier New", Courier, monospace;
	margin-left: 2em;
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}

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

/* Images */
#content img {
	margin: 1.5em;
	vertical-align: top;
}
#content img.right {
	float: right;
	margin-top: 0;
}
#content img.email {
	margin: 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;
}

