body{
	background-color:#fff;
	background-image:url(iimni/sysimages/pg_bg.png);
	background-repeat:repeat-x;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, 'sans-serif';
	color:#000;
}

#doc4{
	background-color:#fff;
	border:solid 1px #666666;
}

#hd{

	background-image:url(iimni/sysimages/head_bg.png);
	background-repeat:none;
	min-height:100px;
}

#nav{

}

.yui-skin-sam .yuimenubar {
	background:url(iimni/sysimages/navgrad.png) repeat-x 0 0px;
}

.yui-skin-sam .yuimenubaritem-selected{
	background:url(iimni/sysimages/navgrad.png) repeat-x 0 -100px;
}

.yuimenuitemlabel{
	background-color:#e7f0b6;
}
.yuimenuitem a:hover{
	background-color:#a8d18c;
}



#bcrumb{
	background-color:#5b9040;
	padding-left:0.5em;
	color:white;
	font-weight:bold;
}

#bcrumb a{
	color:white;
	text-decoration:none;
}

#bcrumb a:link{
	color:white;
	text-decoration:none;
}

#bcrumb a:hover{
	color:#e9ea52;
	text-decoration:underline;
}

#bd{
	padding: 0.5em;
}

/*
h1, h2, h3, h4{
	color:#5b9040;
}
*/

h1{
	color:#669944;
	text-align:center;
	font-weight:bold;
	font-size:165%;
}

h2{
	color:#669944;
	text-align:left;
	font-weight:bold;
}

h3{
	color:#000;
	text-align:left;
	font-weight:bold;
}

h4{
	color:#000;
	text-align:left;
	font-weight:bold;
}
h5{
	color:#000;
	text-align:left;
	font-weight:bold;
	font-style:italic;
}

h6{
	color:#000;
	text-align:left;
	font-weight:normal;
	font-style:italic;
}

b, strong{
	font-weight:bold;
	color:#669944;
}

p, li, dd, td{
	color:#000;
}

td{
	border-color:#669944;
}

thead{
	font-weight:bold;
	background-color:#dce995;
}

dt{
	font-weight:bold;
}

caption{
	text-align:center;
	font-weight:bold;
}

hr{
	color: #669944;
	background-color: #669944;
	height: 2px;
}

table{
	font-size:95%;
}

.index{
	background-image:url(iimni/sysimages/home_body_bg.png);
	background-repeat:repeat-x;
}

/*
#bd a {
    color: #5b9040;
    text-decoration : none;
    font-weight:bold;
  }


#bd a:link {
    color: #5b9040;
    text-decoration : none;
    font-weight:bold;
  }


#bd a:hover {
    color : red;
    text-decoration : none;
    font-weight:bold;
  }
*/

#bd a{
	color:#451;
	text-decoration:underline;
}

#bd a:link{
	color:#451;
	text-decoration:underline;
}

#bd a:hover{
	color:red;
	text-decoration:underline;
}

#ft{
	margin-top:1em;
	border-top:solid 0.5em #5b9040;
	padding:0.5em;

}

#footer{
	border:solid 1px #666666;
	padding:0.5em;
	font-size:77%;
}

#footer a{
	text-decoration:none;
	color:#5a595e;
}

#footer a:hover{
	color:#f00;
}

#fmenu .ibox {
	padding-left:0.25em;
    padding-right:0.25em;
	text-align:right;
  }

#fmenu h4{
	padding-bottom:0.25em;
}

.warning{
	color:red;
	font-weight:bold;
}

.unote {
    font-size: 77%;
    color:#8B1A1A;
  }

.hint {
    font-size: 85%;
    color:#405B1D;
  }

#cright{
	margin-right:4em;
	float:left;
}

#fmenu{
	float:right;
	width:32em;

}

#sponsor{
	float:right;
	margin-right:10em;
}

.vmid{
	vertical-align:middle;
}

.pbutton{
	background-color:#5b9040;
	border:solid 1px #666;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}