/* Global Elements */
body {
	margin: 0;
	padding: 0;
	font: 11px/1.4 Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #222;
	background-image: url(../images/bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

html p {
	text-align: left;   /* specified due to browser bug */
}

img {
	display: block;
	border: 0;  /* specified due to browser bug */
}

img.inlineimg {
	display: inline;
}

hr {
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 140%;
	font-weight: bold;
}

div.sidebox {
	margin: 0 0 14px 0;
	color: #555;
	background-color: transparent;
}

div.sidebox h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #555;
	border-bottom: 1px solid #aaa;
	margin: 0;
	padding: 0 0 2px 0;
}

a:link {
	color: #333;
	font-weight: bold;
}

a:visited {
	color: #666;
	font-weight: bold;
}

a:hover, a:active {
	color: #a00;
	font-weight: bold;
}

/* Page Elements */
table#base {
	background-color: #e6dccb;
	background-image: url(../images/hkccbg.gif);
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

table#base td.baseborder {
	background-image: url(../images/borderbg.gif);
	margin: 0;
	padding: 0;
}

table#base td#pagebase {
	width: 742px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

div#langselect {
	margin-left: 500px;
}

div#logoWrapper {
	margin: 12px auto 2px auto;
}

div#logoWrapper img {
	margin-left: auto;
	margin-right: auto;
}

div.sidebox div.eventListing, div.sidebox div.newsListing {
	padding: 10px 10px 0 10px;
}

div.eventListing, div.newsListing {
	padding: 5px 0 12px;
}

div.eventListing div.eventHeading, div.newsListing div.newsHeading {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.newsListing div.postDate {
	margin-bottom: 0.6em;
}

table#innerPicHeader {
	border-top: 3px solid #fff;
	border-bottom: 1px solid #777;
}

table#innerPicHeader td {
	padding: 0;
	margin: 0;
	border: 1px solid #333;
	border-left: 0;
}

table#innerPicHeader td.last {
	border-right: 0;
}

table#maincontentframe {
	width: 100%;
}

table#maincontentframe td#maincontent {
	padding: 6px 15px;
	background-color: #fff;
}

div#pheader {
	margin-bottom: 10px;
}

div.sh {
	margin-top: 20px;
	margin-bottom: 10px;
}

div#breadcrumbs {
	margin-bottom: 8px;
}

div#breadcrumbs a {
	font-weight: normal;
}

div#sidenav {
	float: right;
	width: 190px;
	margin-top: 40px;
	margin-bottom: 8px;
}

div#sidenav-inner {
	padding: 5px 10px 7px;
	background-color: #e2dbc5;
}

div#sidenav-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#sidenav-inner ul li {
	margin: 0;
	line-height: 2em;
	background-image: url(../images/bullet.gif); /* use background images for more consistent positioning */
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 20px;
}

div#sidenav a:link, div#sidenav a:visited, div#sidenav a:hover, div#sidenav a:active {
	font-weight: normal;
}

div#bodycontent {
	padding-right: 203px;
	line-height: 1.3em;
}

table#twoColTable {
	border-collapse: collapse;
}

table#twoColTable td {
	vertical-align: top;
}

table#twoColTable div#bodycontent {
	padding-right: 10px;
}

div#bodycontent p {
	margin: 0 0 1.4em 0;
}

div#footer {
	color: #777;
	background-color: transparent;
	text-align: center;
	padding: 10px 0;
}

div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active {
	color: #777;
	font-weight: normal;
}

/* Common Page Elements */
table.bioTable {
	margin-top: 10px;
}

table.bioTable td {
	vertical-align: top;
	padding-right: 8px;
	padding-bottom: 14px;
}

div.bio {
	margin: 0;
	padding: 6px 0 0 0;
}

/* Forms */
table.formTable td {
	padding: 3px 10px 3px 0;
}

table.formTable td.formDivider {
	padding-top: 10px;
	padding-bottom: 10px;
}

.standardField {
	font: 12px Verdana, Helvetica, sans-serif;
	width: 240px;
	background-color: #e6e9ff;
	border: 1px solid #bbe;
}

.longField {
	font: 12px Verdana, Helvetica, sans-serif;
	width: 300px;
	background-color: #e6e9ff;
	border: 1px solid #bbe;
}

/* Global Classes */

div.divider {
	background-image: url(../images/dottedLine.gif);
	background-repeat: repeat-x;
}

.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
	background-color: transparent;
}

ul.navlist {
	list-style: none;
	margin: 14px 5px 14px 20px;
	padding: 0;
}

ul.navlist li {
	margin: 0;
	line-height: 1.8em;
	background-image: url(../images/bullet.gif); /* use background images for more consistent positioning */
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 20px;
}

ol {
	margin: 0.7em 5em;
}

img.picOutline {
	border: 1px solid #333;
}

img.centered {
	margin: 16px auto 16px auto;
}

img.centeredFrame {
	border: 1px solid #ddd;
	padding: 5px;
	margin: 16px auto 16px auto;
}

img.leftFrame {
	float: left;
	border: 1px solid #ddd;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

img.rightFrame {
	float: right;
	border: 1px solid #ddd;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

div.boxed {
	margin: 1.2em 0 1.2em 0em;
	border: 1px solid #bdf;
	background-color: #e6e9ff;
	width: 220px;
	padding: 10px;
}

ul.pagelist {
	list-style: none;
	margin: 10px 5px 10px 20px;
	padding: 0;
}

ul.pagelist li {
	margin: 0;
	line-height: 1.8em;
	background-image: url(../images/bullet.gif); /* use background images for more consistent positioning */
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 20px;
}

