/* CSS Document for owd template 'solution' */


/* general styling */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	background: #FFF;
/*	color: #1a3804;*/
/*	color: #5F281F;*/
	color: #663a19;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
/*	font-size: 12px;*/
}


/* the hyperlinks */
a {
/*	color: #458023;*/
/*	color: #5F281F;*/
	color: #663a19;
	text-decoration: underline;
}
a:hover {
	color: #265b00;
}


/* site specific styling */


/* the container centers the page */
#container {
	width: 740px;
	height: auto;
	margin: 0 auto 0 auto;
}	


/* the topbar that contains the most upper links */
#topbar {
	width: 740px;
/*changing these to em makes them disappear on mac */
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
		float: right;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:  x-small;
		text-transform: uppercase;
	}
	#topbar a:hover {
/*		background: #458023;*/
		background: #663a19;
		color: #FFF;
	}


/* the header that contains the big image */
#header {
	width: 740px;
	height: 180px;
/*	background: #458023 url(images/red-header.jpg) top left no-repeat;*/
/*      background: #663a19 url(images/red-header.jpg) top left no-repeat;*/
        background: #efd9b3 url(images/red-header.jpg) top left no-repeat; 
/*	background: #ee0000 url(images/red-header.jpg) top left no-repeat;*/

	position: relative;
}

/* the big title text in the header */
	#header h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: xx-large;
		font-weight: 100;
		letter-spacing: -1px;
		color: #FFF;
/*		color: #663a19;*/
/*		color: #405F00;*/
/*		color: #DE3649;*/
		position: absolute;
/*		text-align:right;*/
		top: 60px;
		left: 80px;
		font-style: italic;
		text-shadow:  4px 4px 3px #663a19; 
/*		text-shadow: 0.2em 0.2em ;*/

	}
	
	#header img {
		border-style:none;
	}

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 11px;
	right: 6px;
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		font-weight: bolder;
		text-transform: uppercase;
	}
	#navbar a:hover {
/*		background: #458023;*/
		background: #663a19;
		color: #FFF;
	}
	
/* the core contains all the site contents */
#core {
	width: 740px;
	height: auto;
	margin-top: 5px;
	background: #FFF url(images/coreback.gif) top left repeat-y;
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 140px;
	height: auto;
/*	background: #deebd2;*/
/*	background: #f7ecd9;*/
	background: #efd9b3;
	float: left;
}

/* the links in coreleft are another unordered list */
	#coreleft ul {
	}
	#coreleft li {
		display: block;
		height: auto;
		width: 136px;
		margin: 2px;
	}
	#coreleft a {
		display: block;
		height: auto;
		padding: 4px;
		width: 128px;
/*		color: #325d19;*/
		color: #663a19;
		background: url(images/readmore_arrow.gif) 97% center no-repeat;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: x-small;
		font-weight: bold;
		border: 0;
	}

        #nopic {
                background-image: none !important;
        }

	#coreleft a:hover {
/*		background: #458023 url(images/readmore_over.gif) 97% center no-repeat;*/
		background: #662a19 url(images/readmore_over.gif) 97% center no-repeat;
		color: #FFF;
	}
	
	#coreleft h3 {
		padding: 20px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: medium;
		margin: 0;
		color: #440000;
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: x-small;
	}
	

/* the corecenter contains the center part of the core */
#corecenter {
	width: 590px;
	height: auto;
	float: left;
}

	#corecenter h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: large;
/*		color: #3e6717;*/
/*		color: #5F281F;*/
		color: #663a19;
		padding: 10px 0 0 10px;
		clear:both;
	}

	#corecenter h3 {
		padding: 12px 0 3px 10px;
/*		color: #b88758; #B26E21; #325d19; #458023;*/;
/*		color: #325d19;*/
		color: #4A2A12;
	/*	clear:both;*/
	}
     	#corecenter h4 { 
                padding: 5px 0 0 15px;  
/*                color: #b88758; #B26E21; #325d19; #458023;*/;
/*                color: #325d19;*/
		color: #412510;	   
                clear:both;
        }

	#corecenter b {
		color: #4A2A12; /*330000;*/
	}

        #corecenter div {
                padding: 10px 0 10px 20px;
        }

	#corecenter hr {	
/*		color: #EEEEEE;*/
		color: #f7ecd9; 
	}

	#corecenter p {
		line-height: 20px;
		padding: 5px 10px 10px 10px;
/*		color: #888;*/
		color: #333;
		text-align: justify;
	}
	
	#corecenter p.rag {
		text-align:left;
	}


        #corecenter #autoindex pre {
                line-height: 20px; 
                padding: 0 10px 100px 10px;
/*              color: #888;*/
                color: #333;
		background-color: pink;
                text-align: justify;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		white-space: normal;
		display: compact;
        }       

    #corecenter  pre {
                color: #333;  
                text-align: justify;
                font-family: Verdana, Arial, Helvetica, sans-serif;
        }

	
	#corecenter .leftimg {
		float: left; 
		padding: 15px 15px 0 15px;
		text-align: center;
		font-size: x-small;
		line-height: 1.4em;
                color: #666;
	}
	
 	#corecenter .leftimg img{
		display: block;
		padding: 0 0 15px 0;
	}

	#corecenter .rightimg {
		float: right; 
		padding: 15px 15px 0 15px;
		text-align: center;
                font-size: x-small;
		line-height: 1.4em;
		color: #666;
	}
	
/*
	#corecenter .rightimg img {
                display: block;
                padding: 0 0 15px 0;
	}
*/

	#corecenter a img{	
		border: none;		
	}
	
	#corecenter ul {
		padding: 20px;
		width: auto;
	}

     #corecenter ul.pubs, #corecenter ol.pubs, #corecenter ol.pubss {
                padding: 20px;   
                width: auto;
        }


	#corecenter li {
		list-style: none;
		line-height: 20px;
/*		border-bottom: 1px solid #DDD;*/
		border-bottom: 1px solid #f7ecd9;
	}





	#corecenter li a {
		text-decoration: none;
/*		color: #a6c384;*/
/*		color: #8AB953;*/
/*		color: #77B231;*/
		color: #663a19;
		display: block;
		height: auto;
		padding: 4px;
	}
	#corecenter li a:hover {
/*		background: #a6c384;*/
		background: #EFD9B3;
/*		color: #000;*/
		color: #440000;
	}



        #corecenter ul.pubs li {
               list-style: none;
               /* line-height: 20px;*/
		padding-top:10px; padding-bottom:5px;
		margin-left: 3em;
		text-indent: -3em;
                border-bottom: 1px solid #ffffff;
        }


	#corecenter ol.pubs li {
		list-style-type:decimal;list-style-position:outside;
	 	padding-top:10px; padding-bottom:5px;
		border-bottom: 1px solid #ffffff;
		margin-left:2em;
	}



	#corecenter ol.pubss li{list-style-type:none;
	/*list-style-position:outside;*/
	padding-top:10px; padding-bottom:5px;
        border-bottom: 1px solid #ffffff;
        margin-left:2em;
	display: block; 
	}


	#corecenter ul.pubss li a.inpub,
	#corecenter ol.pubss li a.inpub {
	display:inline !important;
	text-decoration: underline;
	color: #193a66;
	font-size: .9em;
	}

	#corecenter ol.pubss LI:before {
                content: counter(item) ". ";
                counter-increment: item;
                display:inline;
		padding-right:20px;
                }




#cont p  {
	  color: #663a19;
	  padding:10px 20px 5px 30px;
	  margin-left:3em;
	  text-indent: -3em;
	}
div.hang p, p.hang {
/*	  padding:10px 20px 5px 30px;*/
	  margin-left:6em;
	  text-indent: -6em;
	}

span.date {width:6em; disply:block; float:left;
}

p.dot {margin-left:10px; font-size:.9em;}

p.dot:before {    content: "\2666  \a0 \a0";
    color: #996633;
    font-size: 0.85em;
    line-height:80%;}


/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 740px;
	height: 30px;
/*	background: #458023;*/
	background: #663a19;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
	}





em {color:#003300;
	font-style:normal;	
	font-size:1.1em;}
	


dd {padding:2px 10px;}
