body {
	min-width: 610px;
	text-align: center;
	font:normal 12px Verdana, arial, helvetica, sans-serif;
	color: #666 ; 
}

#container{
	width:756px;
	margin: 2px auto;
	text-align: left;
	background-color: white;
}

#banner {
	margin: 0; 
	padding: 0; 
}

#content {
	float:left;
	margin-left: 10px;
	width:510px;
	background-color: white;
	min-height: 500px;
}
	
#sidebar{
	float:right;	
	padding:8px;
	width:200px;
	margin:0 0 10px 10px;
	line-height: 1.5em;
	border: 1px solid #B1DCFE;
	background-color: #E9F8FF;
}

#sideBarTitle {
	padding:1px;		
	margin-bottom: 5px;
	background-color: white;
	border: 1px solid lightgrey;
	color: black; 	
	text-align: center;
}

#content h1 {
	font:bold 2.0em Trebuchet MS, sans-serif;
	color:#070570;
	background:url(/btl/images/new/g_h1_back.jpg) repeat-x bottom;
	padding-bottom:10px;
}

#content h3 {
	padding: 0px ; 
	margin-bottom: 0px;
}

#content h4 {
	font:bold 1.2em Verdana, sans-serif;
	color:#070570;
	margin:0;
	padding:0;
}

#content a:link, #content a:visited {
	font-weight:bold;
	text-decoration
		
		:underline;
	color:#070570;
}

#content li  {
	
	list-style-position: inside ;
	padding-bottom: 1.25em;
}


#content form li {
	
	list-style: none ;
	
}

#content form li.label  {
	
	font-weight: bold ;
	padding-bottom: 0;
}


#content form li.prompt  {
	
	
	padding-bottom: 1.25em;
}




.sideBarBlock {
	padding:5px;
	font-size: 90% ;
	background-color: white;
	border: 1px solid #B1DCFE; 
	margin-bottom: 5px;	
	background-color: whitesmoke;
}

.sideBarThumb {
	float: left ; 
	margin-right: 5px ;
}

.sideBarBlock a {
	color: black;
	text-decoration: none;
}
	
.sideBarBlock a:hover { 
	text-decoration: underline;
}

.picRight {
	FLOAT: right; 
	margin-left: 15px;
	margin-bottom: 10px;
}
.picLeft {
	FLOAT: left; 
	margin-right: 15px;
	margin-bottom: 10px;
	
}

span.nowrap { white-space : nowrap;}