html { 
	margin: 0;
 	padding: 0;
	}
	 
body {
	margin: 0;
	padding: 0;
	background: #4c483d url(images/hp_bkg.gif) 0 0 repeat-x;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #49453b;
	}

A { text-transform:normal;text-decoration:underline; color:#49453b;}
A:hover { text-transform:normal;text-decoration:underline; color:#794f21;}
	
h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : #666666;
	padding: 10px 0px 0px 5px;
	}	

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #000;
	padding: 0px 0px 0px 5px;
	}	
	
h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #000;
	padding: 0px 5px 0px 5px;
	}	
	
img {
border:0 none transparent;
    }

.inp {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 7pt;
	}	
	
/* The fool-proof clear class */	
br.clear {
	clear: both;
	}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: both;
	}
	
.clear {
	min-height: 1px;
	}

* html .clear {
	height: 1px;
	}	
/* End the fool-proof clear class */		
	
.chnavbar {
	background: #d8d4cb url(images/navbar_bkg_ch.jpg) 0 0 no-repeat;
	}

.navtext { font-family:arial; font-size:7pt; font-style:normal; font-weight:normal; letter-spacing:normal; text-decoration:none; text-transform:normal; color:#49453b; }
.navtext A { text-transform:normal;text-decoration:underline; color:#49453b;}
.navtext A:hover { text-transform:normal;text-decoration:underline; color:#794f21;}

.chnavtext { font-family:arial; font-size:9pt; font-style:normal; font-weight:bold; letter-spacing:normal; text-decoration:none; text-transform:normal; color:#49453b; }
.chnavtext A { text-transform:normal;text-decoration:none; color:#49453b;}
.chnavtext A:hover { text-transform:normal;text-decoration:underline; color:#cc001e;}

.footertext { font-family:arial; font-size:8pt; font-style:normal; font-weight:bold; letter-spacing:normal; text-decoration:none; text-transform:normal; color:#ffffff; }
.footertext A { text-transform:normal;text-decoration:none; color:#ffffff;}
.footertext A:hover { text-transform:normal;text-decoration:underline; color:#6195c9;}

.redtext { font-family:arial; font-size:7pt; font-style:italic; font-weight:normal; letter-spacing:normal; text-decoration:none; text-transform:normal; color:#990000; }
.redtext A { text-transform:normal;text-decoration:none; color:#990000;}
.redtext A:hover { text-transform:normal;text-decoration:underline; color:#794f21;}

/* Page layouts */	
#wrapper {
	width:841px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#header {
	width:841px;
	}

#navbar {
	float: left;
	background: url(images/navbarBkg.jpg) 0 0 no-repeat;
	width:234px;
	height:544px;
	margin: 0;
	padding: 0;
	}	
	
#content {
	float: left;
	background: url(images/contentBkg.jpg) 0 0 no-repeat;
	width:607px;
	height:544px;
	margin: 0;
	padding: 0;
	}	

#footer {
	background: url(images/footerbkg.jpg) 0 0 no-repeat;
	width: 841px;
	height: 191px;
	font-size : 8pt;
}	

#footer A { text-transform:normal;text-decoration:none; color:#49453b;}
#footer A:hover { text-transform:normal;text-decoration:underline; color:#6195c9;}
	
	

