/*This page reviewed and revised 8 June 2009*/

/* -----style for info section -------*/

.info {
	padding: .5em 0em;
	border: 0px solid #e5e5e5;
	background: #fff url(../imagesjps/bgncode.gif);
	margin-bottom: 1em;
	}

.info p,.info ul {
	font-family: Georgia, Utopia, Palatino,'Palatino Linotype', serif;
	font-size: 1.5em;
	line-height: 1.3em;
	}

.info a {
	font-size: 1em;
	}

.noline{
	 border-bottom: 1px solid #fff;
	}
   
.info h3 {
	text-align:left;
	color: #367EA4;
	font-size: 1.6em;
	padding: 5px 10px 10px 0px;
	background: #fff 
	font-variant: small-caps;
	}
	
	
.info h4{ 
	background: #fff; 
    padding: 1em 0 .5em;
    margin-bottom: 1.5em;
    font: 1.6em "Lucida Grande", "Lucida Sans","Lucida Sans Unicode",sans-serif;
    color: #400080;
    border-bottom: 1px solid #906;
    text-align:left;
    width: 80%;
    clear:both;
	}
	
.info .top{
	padding-top: 0;
	}
	
.info .listhead  {	/*bulleted items*/
	list-style: url("../imagesjps/li.gif");
	font-family: "Lucinda Grande", "Lucida Sans","Lucida Sans Unicode",sans-serif;
    color: #906; 
	font-weight: normal; 
	margin-bottom: 4px;
	margin-left: 2em;
	}

.info .text{  	/*content of lists*/
	list-style: none;
	padding-left: 0px;
	margin-left: 2em;
	margin-bottom: 14px;
	}

.inforeturn{
	clear: both;
	border-top: 1px solid #ecebe6;
	padding: 2em 0 0;
	margin: 0;}
	
.inforeturn p {
	text-align: center;
		}


