
ul.standard li {
	display:block;	
	margin-left: 50px;
	padding: 0 0 0 10px; 
	text-align: left;
	list-style: circle;
}

ul.standard a{
	display:block; 
	float:left;
	width: 95px;
	padding: 3px 0 ;
	margin:0; 
	background: #0038FF; /*#E7F1F8;*/ 
	text-decoration:none; color: #666; 
	background-image:url(navbar01_sel02.gif);background-repeat: repeat-x; 			background-position: bottom;
	border-top : 0px solid #fff; border-left : 1px solid #fff; border-right : 1px solid #fff;
}

p{
	padding: 0em 0em 0em 0.2em;
}



/* ######>>> MAIN CONTENT BLOCK <<<###### */
.maincontent{	
	
	text-align:left;
	margin: 1.2em 5em 0 10px;
	padding: 1em 1ex 1em 1.5ex;	
	/*clear:left; border-bottom: 1px solid #999999;*/	
}

.tbox{
	background-image: url(images/box_m.jpg);
	background-repeat: repeat-y; 
	background-position: left;
}

.tbox h3{
		clear:left;
	margin:0.2em 0 1.2em 0;
	padding: 2em 0em 0em 1.5em;
	background-image: url(images/box_t.jpg);
	background-repeat: no-repeat; 
	background-position: left top;
}

.tbox p.btop{
	padding: 1.5em 9em 0em 1.5em;
	background-image: url(images/box_t.jpg);
	background-repeat: no-repeat; 
	background-position: left top;
}

.tbox p.bbottom{
	padding: 0em 9em 2em 1.5em;
	background-image: url(images/box_b.jpg);
	background-repeat: no-repeat; 
	background-position: left bottom;
	
}

.article{
	margin:15px 0 15px 0;
	padding:0;
}

.article h3.header{
	position:relative; 		
	left:0px; 
	top:0px; 
	z-index:1;
	margin:15px 0 0 0;
	padding: 8px 5px 8px 10px;
	background: #B7CAF6;;
	color:#fff;
	font-weight:bold;
	width:100%;
}

.article h3.subhd{
	position:relative; 	
	float:left;
	left:80px; 
	top:0px; 
	z-index:1;	
	margin:15px 0 5px 0;
	padding: 0em 0em 0em 0em;	
	background: #;
}

.subhd a:link, .subhd a:visited{
	text-decoration: none;
	
}

.subhd a:hover{
	text-decoration: underline;
	color:#99DD00;
}

.article .img2{
	position:relative;
	float:right; 	
	right:610px; top:5px; 
	height:48px width:64px; 
	z-index:0;

}

p.extract{	
	position:relative;
	left:20px; top:0px; 
	margin:5px 0 5px 0;
	padding:0 0 0 5em;

}

p.extract, p.extract a:link, p.extract a:visited {	
	font-size:100%;
	font-style: italic;
	color:gray;
	text-decoration:none;
}

p.extract a:hover{
	text-decoration: underline;
	color:#99DD00;
}

/* ######>>> RIGHT COLUMN BLOCK <<<###### */
.rightcontainer {
	/*float:right;
	clear:both;
	width:15em;
	margin:1em 0 0 0;
	padding:0;*/
}

.rightbox {
	/*margin:0.5em;
	padding:0.3em;
	text-align:left;
	border:0px solid #999999;
	background-image:url(a33.gif);
	background-repeat:repeat-x;
	background-position:bottom;*/
}

.rightcontent {
	/*border:0px solid #999999;
	text-align:left;*/
}

.rightcontainer h2{
	/*text-align:left;
	padding:0 0.5em 0 0.5em;
	background-color:#DDDDDD;
	color:#3B4471; *//*#99DD00*/ 
	
}

.linkbox a{
	display:block;
}



