/* basic elements */
	
/* common styles----------------------------------------------- */
body { 
	font: 9pt arial; 
	color: #333333;
	background: #747277; 
	margin: 10px;
	padding: 5px;
	}
	
/* layout----------------------------------------------- */
	
#container {	position: relative;	background: #FFF;
	margin: 0px auto;	padding: 0px;	width: 980px;
	align: justify;	}
	
#pageHeader {
	position: relative;	background: #C0C0C0;
	text-align: left;
	padding: 10px;		height: 62px;	margin: 0;	}
#searchbox {
 position:absolute;
 top:0;
 right:0;
 text-align: right;
 padding: 6px;
 width:250px;
 height:40px;
 background: #C0C0C0;
}

	
#pageHeader2 {
	position: relative;	background: #808080;
	text-align: center;	
	padding: 0px;	height: 26px;	margin: 0;	}
	
#fullwidth {	position: relative;	background: #C0C0C0;
	text-align: center;
	float: left;
	padding: 10px;		height: 38px;
	width: 960px;	}
	
#leftbar {
	position: relative;	background: #FFF;
	text-align: center;
	padding: 10px;
	float: left;		height: 260px;
	width: 307px;	margin: 0;
	overflow-x: hidden;	overflow-y: auto;	}
	
#editorial {
	display: table;	position: relative;
	background: #FFF;
	text-align: center;
	padding: 10px;
	float: left;	width: 306px;
	height: 260px;		}

#editorialeft {
	display: table;	position: relative;
	background: #FFF;
	text-align: left;
	padding: 10px;
	float: left;	width: 676px;
	height: auto;		border-bottom: 1px solid #FFF;	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;	}
	
	
	
#rightbar {
	position: relative;	background: #FFF;
	text-align: left;
	float: right;	
	padding: 10px;	height: 260px;
	width: 307px;
	overflow-x: hidden;	overflow-y: auto;	margin: 0;	}
	

	
#pageFooter1 {
	clear: left;
	position: relative;	background: #232520;
	text-align: center;
	padding: 0px;	height: 5px;	margin: 0px;	}
	
#pageFooter2 {
	position: relative;	background: #C0C0C0;
	text-align: left;
	padding: 10px;	height: 30px;	margin: 0px;	}
	
	
	
/* header----------------------------------------------- */


.hdrtxt {
	font: 30pt arial; 
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #333333;
	text-align: center;
	}
	
.h1 { 
	font: 20pt arial; 
	letter-spacing: 1px; 
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 0px;
	color: #333333;
	text-align: center;
	}	
	
	
.h2 { 
	font: 11pt arial; 
	margin-top: 0px;
	color: #333333; 
	text-align: Left;
	
	
	}
	
.h3 { 
	font: 11pt arial; 
	letter-spacing: 1px; 
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 0px;
	color: #333333;
	text-align: left;
	}
	

/* text----------------------------------------------- */	

p { 
	font: 10pt arial; 
	margin-top: 0px;
	color: #333333; 
	text-align: Left;
	}

	#pageHeader ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:3px 0 0 0;
		padding:0;
	}
	#pageHeader ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#pageHeader ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 1px;
		text-align:center;
		background:#EDEDED;
		color:#333333;
		text-decoration:none;
		position:relative;
		left:0px;
		line-height:1.3em;
	}
	#pageHeader ul li a:hover {
		background:#A8A890;
		color:#fff;
	}
	#pageHeader ul li a.active,
	#pageHeader ul li a.active:hover {
		color:#333333;
		background:#C0C0C0;
		font-weight:bold;
	}
	#pageHeader ul li a span {
		display:block;
	}
	
	
		#pageHeader2 ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:6px 0 0 0;
		padding:0;
	}
	#pageHeader2 ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#pageHeader2 ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding: 2px 4px;
		text-align:center;
		background:#EDEDED;
		color:#333333;
		text-decoration:none;
		position:relative;
		left:10px;
		line-height:1.3em;
	}
	#pageHeader2 ul li a:hover {
		background:#A8A890;
		color:#fff;
	}
	#pageHeader2 ul li a.active,
	#pageHeader2 ul li a.active:hover {
		color:#333333;
		background:#fff;
		font-weight:bold;
	}
	#pageHeader2 ul li a span {
		display:block;
	}
	

	
	
	/* links----------------------------------------------- */

a:link {
	font-weight: bold;  
	text-decoration: none;
	color: #000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	}
a:hover, a:active { 
	text-decoration: blink; 
	color: #000;
	}
.pic {
	border-width:0px;
	border-color:#666666;
	border:0px;
	
      }

