
/***********************************************/
/* Generic                                 */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	/* color: #eec; */
        line-height: 1.166;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

	h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 32px;
	  color: #6DA6E2;
	  margin-bottom: 30px;
	  background-color: #FFFFFF;
	  }
		
	h2 {
	  //color: #666666;
	  color: #6DA6E2;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: #FFFFFF;
	  }
	h3 {
	  //color: #666666;
	  color: #6DA6E2;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
	  //background-color: #FFFFFF;
	  }
	h4 {
		font-weight:bold;
	  //color: #666666;
	  //color: #6DA6E2;
//		  font-size: 1em;
	//  font-family: Arial, Helvetica, sans-serif;
	  //background-color: #FFFFFF;
	  }

	a {
	  color: #6DA6E2;
	  //background-color: #FFFFFF;
	  text-decoration: none;
	  //font-weight: bold;
	  }

	a:hover {
	  background-color: #FFFFFF;
	  color: inherit;
	  //font-weight: bold;
	  text-decoration: underline;
	  }

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	im.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


div#container {
        width: 1000px;
        border: 1px solid #000;
        background-color: #ddd;
        text-align: left;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        overflow: hidden;
}

#masthead{
		
        margin: 0;
        padding: 0;
        width: 1000px;
        height: 100px;
/*        background-attachment: scroll;*/
        overflow: hidden;

		top:0;
		float:none
/*        background-color: #0066CC;*/
/*        background-repeat: no-repeat;*/
}
#masthead #Image_underlay {
	height: 100px;
	position: absolute;
	width: 1000px;
	z-index: 1;
	float: none;
}
#masthead #LIPOverlay {
	height: 100px;
	top:0px;
	position: absolute;
	width: 1000px;
	z-index: 1;
	float: none;
}
#masthead #LIPlogo {
	height: 68px;
	position: relative;
	left: 880px;
	width: 100px;
	top: 16px;
	z-index: 3;
	float: none;

}
#masthead #LIPlogo a {
	background-color:transparent;
}
#masthead #LIPlogo a img:hover {
	background-color:#CCC;
}

#masthead #TitleText {
	height: 100px;
	position: absolute;
	width: 500px;
	float: none;
	z-index: 3;
	top: 0px;
	font-size: 100px;
	color: #09F;
	//background-color:#ffffff;
	font-weight: bolder;
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.8;
	font-family: "Lucida Console", Courier, monospace;
}


#navBar{
        padding: 0px;
        /* background-color: #eeeeee; */
        background-color: #ffc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        width: 250px;
        float:left;
}

#content{
	
	width: 808px;
	text-align: justify;
	padding: 0px 10px 10px 10px;
 background-color: #ddd;
	float:left;
}

#content #PageTitle
{
//	width:808px;
//	height:100px;
	text-align:right;
	margin:4px 0px 4px 0px;
	float: none;
	color: #06c;
	font-size:16px;
	font-weight:bold;
	background:transparent;
//	border:#066 thin solid;
	position:relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		  font-weight: normal;
	  font-size: 1.3em;
	  color: #6DA6E2;

}



/***********************************************/
/* The LEFT Menu                                 */
/***********************************************/


.glossymenu{
	top:100px;
	margin: 0;
	padding: 0;
	width: 170px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
	float: left;

}

.glossymenu a.menuitem{
background: black url(glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: white;
}








/**********************************************************************/
/*********                    *****************************************/
/*********  BACKUP            *****************************************/
/*********                    *****************************************/
/**********************************************************************/
/*	#container_o {
	  width: 750px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  }
	  
	#container2_o {
	  width: 746px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  border-bottom: 2px solid #2763A5;
	  }
*/		



/**************** form styles ****************/
/*	form {
	  float:right;
	  font-size: 9px;
	  }
		
	input {
	  background-color: #FFFFFF;
	  color: #999999;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }*/

/**************** header styles ****************/
/*	#header {
	  width: 750px;
	  border: 0px
	  padding-bottom: 10px;
	  padding-top: 10px;
	  clear: both;
	  }
	#header p { 
	  margin-top: -20px;
	  margin-left: 30px;
	  color: #999999;
	  }*/

/**************** menu styles ****************/
/*    #tabs10 {
      float:left;
      width:750px;
      font-size:93%;
	  padding-bottom: 1px;
	  border-bottom:4px solid #2763A5;
      line-height:normal;
      }
    #tabs10 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    #tabs10 a span {
	  float:none;
	  }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }
	  */
/**************** sidebar styles ****************/
/*	#sidebar {
	  width: 175px;
	  padding-left: 21px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: right;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }*/
	  
/**************** footer styles ****************/
/*	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 742px;
	  background-color:#2763A5;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #FFFFFF;
	  background-color:#2763A5;
	  font-weight:100;
	  border-bottom: 1px dotted #FFFFFF;
	  }
		
	#footer p a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	  border-top: 1px dotted #FFFFFF;
	  border-bottom: 0px dotted #FFFFFF;
	  }
*/
