/* basic elements */
	
/* common styles----------------------------------------------- */
body { 
	font: 9pt arial; 
	color: #333333;
	background: #E1D4AD; 
	margin: 10px;
	padding: 0px;
	}
	
/* layout----------------------------------------------- */
	
#container {	position: relative;	background: #FFF;
	margin: 0px auto;	padding: 0px;	width: 980px;
	align: justify;	}
	
#container1 {	position: relative;	background: #FFF;
	margin: 0px auto;	padding: 0px;	width: 100%;
	align: justify;	}

	
#pageHeader {
	position: relative;	background: #546F7B;
	text-align: left;
	padding: 0px;		height: 104px;	margin: 0;	}
	
#pageHeader2 {
	position: relative;	background: #B9C09F;
	text-align: center;	
	padding: 0px;	height: 31px;	margin: 0;	}
	
#leftbar {
	position: relative;	background: #FFF;
	text-align: center;
	padding: 10px;
	float: left;		height: 260px;
	width: 307px;	margin: 0;
	overflow-x: hidden;	overflow-y: auto;	}
	
#leftbar1 {
	position: relative;	background: #FFF;
	text-align: center;
	padding: 10px;
	float: left;		height: 260px;
	width: 307px;	margin: 0;
	overflow-x: hidden;	overflow-y: 250px;	}
	
#leftbarlong {
	position: relative;	background: #FFF;
	text-align: center;
	padding: 10px;
	float: left;		height: 300px;
	width: 307px;	margin: 0;
	overflow-x: hidden;	overflow-y: auto;	}
	
#edbox1 {	position: relative;

	background: #FFF;
	padding: 10px;	width: 300px;
	height: 300px;
	text-align: left;

			}	
	
#edbox2 {	position: relative;
	float: right;
	background: #FFF;
	text-align: center;
	padding: 10px;	width: 47%;
	height: auto;
	text-align: left;
			}
	
#edbox3 {	position: relative;
	clear: left;
	background: #FFF;
	text-align: center;
	padding: 0px;	width: 100%;
	height: 300px;
	align: left;
			}


	
#editorial {
	display: table;	position: relative;
	background: #FFF;
	text-align: center;
	padding: 10px;
	float: left;	width: 306px;
	height: 260px;		}
	
#editorial1 {
	display: table;	position: relative;
	background: #FFF;
	text-align: center;
	padding: 10px;
	float: left;	width: 306px;
	height: 260px;		}
	
#editoriallong {
	display: table;	position: relative;
	background: #FFF;
	text-align: center;
	padding: 10px;
	float: left;	width: 306px;
	height: 300px;		}
	
#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: center;
	float: right;	
	padding: 10px;	height: 260px;
	width: 307px;
	overflow-x: hidden;	overflow-y: auto;	margin: 0;	}
	
#rightbar1 {
	position: relative;	background: #FFF;
	text-align: center;
	float: right;	
	padding: 10px;	height: 260px;
	width: 307px;
	overflow-x: hidden;	overflow-y: auto;	margin: 0;	}
	
	
	
#rightbarlong {
	position: relative;	background: #FFF;
	text-align: center;
	float: right;	
	padding: 10px;	height: 300px;
	width: 307px;
	overflow-x: hidden;	overflow-y: auto;	margin: 0;	}
	
#fullwidth {
	position: relative;	background: #FFF;
	text-align: center;
	float: right;	
	padding: 10px;	height: 50px;
	width: 960px;
	overflow-x: hidden;	overflow-y: auto;	margin: 0;	}
#pageFooter1 {
	clear: left;
	position: relative;	background: #354366;
	text-align: center;
	padding: 0px;	height: 5px;	margin: 0px;	}
	
#pageFooter2 {
	position: relative;	background: #546F7B;
	text-align: left;
	padding: 10px;	height: 30px;	margin: 0px;	}
	
	
	
/* header----------------------------------------------- */


.hdrtxt {
	font: 30pt arial; 
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #000;
	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;
		height: 20px;
		margin:0 0 0 5px;
		padding:3px 40px;
		text-align:center;
		background:#6A8896;
		color:#000;
		text-decoration:none;
		position:relative;
		left:0px;
		line-height:1.3em;
	}
	#pageHeader ul li a:hover {
		background:#354366;
		color:#fff;
	}
	#pageHeader ul li a.active,
	#pageHeader ul li a.active:hover {
		color:#000;
		background:#B9C09F;
		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 5px;
		height: 20px;
		width: 140px;
		padding: 2px 5px;
		text-align:center;
		background:#6A8896;
		color:#000;
		text-decoration:none;
		position:relative;
		left:1em;
		line-height:1.3em;
	}
	#pageHeader2 ul li a:hover {
		background:#354366;
		color:#fff;
	}
	#pageHeader2 ul li a.active,
	#pageHeader2 ul li a.active:hover {
		color:#000;
		background:#fff;
		font-weight:bold;
	}
	#pageHeader2 ul li a span {
	display:block;
	}
	
	
	li {
	float: left;
	position: relative;		
	}
	
	li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 100%;
	z-index:1;
	background: url(images/ddbg3.gif) bottom left no-repeat;
	}

	li>ul { /* to override top and left in browsers other than IE, which will position to the top 		right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}

	li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	top: 18px;
	}
	
	#container1 {
	clear: left;
	}


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

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