BODY {
   margin: 0;
   padding: 0;
   background: #eeffff;
   color: #333;
}

A {
   color: #0d27a8;
   text-decoration: none;
}

A:hover {
   background: #FFFF99;
   color: #0d27a8;
}

#main_heading {
   margin: 0;
   padding: 30px 10px 9px 30px;
   background: #08228c;
   background-image: url("../images/bar_line.jpg");
   background-repeat: repeat-x;
   background-position: bottom;
   color: #fff;
   border-bottom: 1px solid #08228c;
}

#main_heading H1 {
   margin: 0;
   margin-right: 172px;
   padding: 0;
   font-size: 50px;
   font-family: goudy, georgia, serif;
   text-align: right;
}

#bar {
   background: #6ab2e2; /*#77baf4; /*#99a7ef;*/
   height: 20px;
   border-bottom: 1px solid #08228c;
}

/************* handling menu ***************/

#menu {
   position: absolute;
   top: 0;
   right: 20px;
   height: 100%;
   padding: 0;
   border-right: 1px solid #000;
   border-left: 1px solid #000;
   background: #378cd6;
   color: #0d27a8;
   font-size: 80%;
   font-family: arial, verdana, sans-serif;
}

body > div#menu {
   position: fixed;
}

#menu ul {
   margin: 0;
   margin-top: 78px;
   padding: 0;
   list-style-type: none;
   border-top: 1px solid #c7dcea;
}

#menu li {
   margin: 0;
   padding: 0;
}

#menu a {
   display: block;
   width: 100px;
   padding: 2px 25px 2px 15px;
   background: #378cd6;
   background-image: url("../images/menu_border1.jpg");
   background-repeat: repeat-y;
   background-position: left;
   color: #fff;
   font-weight: bold;
   text-decoration: none;
   border-bottom: 1px solid #def4f9;
}

* html #menu a {
   width: 140px;
}

#menu a:hover {
   background: #fff;
   color: #08228c;
   background-image: url("../images/menu_border.jpg");
   background-repeat: repeat-y;
   background-position: left;
}

#menu ul ul {
   margin: 0;
   border: 0;
}

#menu ul ul li a {
   display: block;
   width: 100px;
   margin: 0;
   padding: 2px 5px 2px 35px;
   background: #378cd6;
   background-image: url("../images/menu_border1.jpg");
   background-repeat: no-repeat;
   background-position: 15px 50%;
   color: #fff; /*#f4dfde;*/
   font-weight: normal;
   font-style: italic;
   text-decoration: none;
}

* html #menu ul ul li a {
   width: 140px;
}

#menu ul ul li a:hover {
   background: #fff;
   color: #08228c;
   background-image: url("../images/menu_border.jpg");
   background-repeat: no-repeat;
   background-position: 15px 50%;
}

/***************** menu section complete *********************/

#fig_section {
   display: inline;
   margin: -1px;
   margin-left: 15px;
   margin-top: 15px;
   padding: 0;
   float: left;
   background: #fff;
   color: inherit;
   /* border: solid 2px #ccc;*/
}

#fig_section IMG {
   border: inset 1px #630;
   width: 300px;
}

/* ------------------ main section -------------------- */

#main_content {
   margin: 10px;
   margin-left: 338px;
   margin-right: 172px;
   padding: 15px;
   border-left: dashed 2px #ccc;
   font-family: georgia, serif;
   font-size: 11pt;
}

#main_content dd {
	margin: 1px 5px 1px 5px;
	padding: 0;
}

#main_content2 {
   margin: 10px;
   margin-right: 172px;
   padding: 15px;
   border-left: dashed 2px #ccc;
   font-family: georgia, serif;
   font-size: 11pt;
}

#main_content P, #main_content2 P {
   margin: 0;
   margin-top: 5px;
   margin-bottom: 10px;
   padding: 0;
}

#main_content H1, #main_content2 H1 {
   color: #0d27a8;
   font-size: 130%;
   font-weight: bold;
   border-bottom: solid 1px #ccc;
}

.emp1 {
   font-weight: bold;
   font-size: 150%;
   color: #888;
 }

.emp2 {
   color: #999;
   font-size: 110%;
   font-weight: bold;
}

/*--------- footer ------------ */

#footer {
	clear: both;
	margin: 100px 0px 0px 0px;
	padding: 3px 0px 0px 10px;
	border-top: solid 1px #ccc;
	font-size: 50%;
}

