body 
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(images/bg.png) ;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #3B617F;
	}
	
#header
	{	
	top: 0px;
	left: 0px;
	width: 100%;
	height: 103px; 
	padding: 0px;
	margin: 0px;
	}

#navcontainer
	{	
	position: absolute;
	top: 104px;
	left: 0px ;
	width: 100%;
	height:20px;
	background-color: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-top: 2px solid #3B617F;
   border-bottom: 2px solid #3B617F;

	   }
	   
#navcontainer ul li
	{
	display: block;
	position: relative;
	top: -16px; /*this makes ul work in IE, subnav aligns with inside bottom of navcontainer*/
	left: 0px;
	height: 20px;
	float: left;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
/* the following rules apply only to IE */
* html #navcontainer ul li{
	top: 0px; /*this makes ul work in IE, subnav aligns with inside bottom of navcontainer*/
	
}

#navcontainer ul li a
   {
   display: block;
   text-align: center;
   background: #fff;
   width: 116px;
   height: 20px;
   border-left: 2px solid #3B617F;
   border-right: 2px solid #3B617F;
   padding: 0px;
   margin: 0px;
   color: none;
   text-decoration: none;
   
   font: bold 12px/18px verdana, arial, helvetica, sans-serif;
   }

#navcontainer ul li a:hover
   {
   background: #fff;
   text-decoration: underline;
   }

#navcontainer a:active
   {
   background: #ccc;
   color: #fff;
   }

   #navcontainer li#active a
   {
   background: #ccc;
   color: #fff;
   }




#subnav
   {
   position: relative;
   top: 23px;
   *height:1px;
   float: right;
   background: #ccc;
   height: 14px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   padding: 0;
   margin: 0px;
   color: #0c5167;
   text-decoration: none;
   text-align: center;
   font: bold 10px/16px verdana, arial, helvetica, sans-serif;
   
   
   }


	   
	
#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	border: 0px;
	 }
	
#content #INMENU 
	{
	border:1px dotted #000; 
	float:right;
	width:250px;
	background-color:#ccc;
	margin:0px 0px 20px 20px;
	}
#content #TOC 
	{
	border:1px dotted #000; 
	float:right;
	width:150px;
	background-color:#ccc;
	margin:0px 0px 20px 20px;
	}

a {
	text-decoration: underline;
	outline: none;
	}
a:visited {
	color:  blue;
	}
a:active {
	color:  blue;
	}
a:hover {
	color: blue;
	text-decoration: none;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #0c5167;
	}
h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 2;
	margin-bottom: 0;
	color: #0c5167;
	}
h3 {
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	padding: 0;
	}
	
.text {
	font-size: 12px;
	line-height: 22px;
	margin-top: 60px;
	margin-bottom: 10px; 
	padding-right: 10px;
	padding-left: 10px;

	}
	
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
#breadCrumb {
margin:10px 0px 0px 10px;
}