body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: white;
	}
	
h1 {
	font-size: 1.3em;
	font-weight: bold;
	width: 85%;
	min-width: 580px;
	text-align: center;
	color: Green;
	margin : 0 auto;
	float: right; 
	}

h2 {
	font-size: 1.2em;
	width: 85%;
	min-width: 580px;
	text-align: center;
	color: Green;
	float: left; 
	margin : 0 auto;
	line-height: 1;
	_font-size: medium;
	_width: 700px;
	_margin: 0 50px auto;
	}

hinst {
	font-size:10px;
	color:#000000;
}
h3 {
	font-size: .8em;
	width: 55%;
	min-width: 580px;
	margin: 0 190px auto;
	text-align: center;
	text-shadow: Yellow;
	color: Green;
	float: left;
	line-height: 1;
	_font-size: small;
	_width: 500px;
	_line-height: 1.2;
	_margin: 0 50px auto;
	}
	
h4 {
	font-size: 1.2em;
	color: Green;
	_font-size: small;
	font-weight: bold;
	
}	

h5 {
	font-size: small;
	color: white;
	font-weight: bold;
 
	}
			
.img {
  	float: left;
  	margin: 0 ;
  	border: 1px solid #D9E0E6;
	background-image: url(images/philrice_logo.png);
  	background: #fff;
	width: 131px;
	height: 50px;
  	}
li {
	color: white;
	font-size:10px;
	font-weight: BOLD;
}	

li:hover {
	text-color:#FFFFFF;
	display:block;
	background:#009900;
	border-bottom-color:#006600;
	
}

li a:link {
	color: green;
}

li a:visited {
	color: green;
}

li h5 {
	color: Green;
	font-weight: bold;
	font-size: 1.2em;
}
#content {
	float: left;
	width: 13%;
	min-width: 64px;
	height: 300%;
	padding: 5px;	
	}
	
#sidebar {
	float: left;
	width: 90%;
	min-width: 235px;
	background-color: #fff;
}

#sidebar iframe{	
	background:url(../../../images/200346517-0013.jpg) repeat-y ;
}	


/* links */		

strong1 {
	font-weight: bold;
}

strong2 {
	font-weight: bold;
	font-size: x-small;
}

textsz {
	font-weight: normal;
	font-size: x-small;
}


/* CSS Tabs  Top Bar List*/
#navcontainer {
        background:#006600;
        border-top: 1px solid #9CC;
        font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}

@media all {
        #navlist {
                text-align: center
        }
}

#navlist li {
        bottom: 11px;
        display: inline;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        position: relative;
}

html>body #navlist li {
        background:#009900;
        margin: 0 3px 0 0;
        padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited {
        background:#009900;
        border: 1px solid #FFF;
        bottom: 2px;
        color: #FFF;
        cursor: pointer;
        display: inline;
        height: 1em;
        margin: 0;
        padding: 3px 5px 3px 5px;
        position: relative;
        right: 2px;
        text-decoration: none;
}

#navlist a:hover {
        background:#00CC00;
        bottom: 1px;
        color: #FFF;
        position: relative;
        right: 1px;
}

#navlist a:active {
        background:#009900;
        bottom: 0px;
        color: #FFF;
        position: relative;
        right: 0px;
}

#navlist li#active {
        background: #009900;
        bottom: 13px;
        display: inline;
        margin: 0 3px 0 0;
        padding: 0;
        position: relative;
}

html>body #navlist li#active {
        background:#006600;
        margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
        background:#009900;
        border-bottom: none;
        border-left: 1px solid #9CC;
        border-right: 1px solid #9CC;
        border-top: 1px solid #9CC;
        bottom: 0;
        color: #FFF;
        cursor: text;
        margin: 0;
        padding: 2px 5px 0 5px;
        position: relative;
        right: 0;
}
-->

#wrap {
	width: 98%;
	background-color: White;
	margin: 0px auto;
	}	