body {
	margin: 0 auto;
	background-color:#F8F8E4;
}
#content {
	margin: 0 auto;
}
/* Header */

#header {
	margin: 0 auto;
	height:108px;
	background-image: url('../graphics/top_center2.png');
	width:100%;
	display:block;
}
#hdrLeft{
	display: inline;
	float:left;
	margin: 0 auto;
	top:0px;
	left:0px;
	width:400px;
	height:75px;
}
#hdrRight{
	display: inline;
	float:right;
	margin: 0 auto;

}

#cols{
	position: absolute;
	top: 100px;
	left: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display:block;
	width: 100%;
	z-index:2;
}

#col1 {
	position: absolute;
	top:8px;
	left:0px;
	width:160px;
	height:392px;
	background-image: url('../graphics/left_col_grad_bg.png');
	background-repeat: repeat-x; 
	z-index:2; 
	display: inline;
}
#col2{
	position: absolute;
	top:20px;
	margin-left: 170px;
	margin-right:195px;
	display: inline;
}
#col3{
	position: absolute;
	top:0px;
	width:25px;
	right:160px;
	height:401px;
	background-color:#EBEBD5;
	background-image: url('../graphics/col3grad.png');
	background-repeat: repeat-x;
	display: inline;
}
#col4{
	position: absolute;
	top:0px;
	right:0px;
	width:160px;
	height:401px;
	background-image: url('../graphics/page_right2.png');
	background-repeat: repeat-x;	
	display: inline;
}
#col2wd{
	position: absolute;
	top:20px;
	margin-left: 170px;
	margin-right:325px;
	display: inline;
}
#col3wd{
	position: absolute;
	top:0px;
	width:25px;
	right:300px;
	height:401px;
	background-color:#EBEBD5;
	background-image: url('../graphics/col3grad.png');
	background-repeat: repeat-x;
	display: inline;
}

#col4wd{
	position: absolute;
	top:0px;
	right:0px;
	width:300px;
	height:401px;
	background-image: url('../graphics/page_right2.png');
	background-repeat: repeat-x;	
	display: inline;
}

.thb {
	border-bottom: 1px solid #A09B7D;
	border-top: 1px solid #A09B7D;
	border-left: 1px solid #A09B7D;
	border-right: 1px solid #A09B7D;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	font-family: "Arial", "helvetica", sans-serif;
	background-image: url('../graphics/th_cb_bg.gif');
}
#nw{
	white-space: nowrap;
}
#smGlobe {
	position: absolute; 
	left:15px; 
	top:111px; 
	height:135px; 
	width:135px;
	visibility: visible; 
	z-index:3; 
}
#valid {
	position: absolute; 
	width:88px;
	height:33px;
	left: 36px;
	top:400px;
	border: none;
	z-index:4;
}
.noborder {
	border:none;
}