html, body{ 
 margin:0; 
 padding:0; 
 background-color: #F1F1F6} 
 
#pagewidth{ 
 width:1050px;  
} 
 
#header{
 position:relative; 
 height:68px; 
 background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
 width:168px; 
 float:left; 
 position:relative; 
  }
 
#maincol{background-color: #F1F1F6;  
 float: right; 
 display:inline; 
 position: relative; 
 width:856px; 
 }

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

 
a     { font-family: Arial, 'Times New Roman', serif ;
       font-weight: bolder;
       line-height : 16px;
       font-size: 12px}

a img {border: none;}

a.menu
      { font-family: Arial, 'Times New Roman', serif ;
        text-decoration: none;
        
        font-weight: lighter;
       line-height : 11px;
       font-size: 10px}

a.menu:hover
     {text-decoration: underline}
   

body { font-family: Verdana, Arial, 'Times New Roman', serif ;
       line-height : 16px;
       font-size: 12px}

table{ font-family: Verdana, Arial, 'Times New Roman', serif ;
       line-height : 16px;
       font-size: 12px;
       margin:0px;
       padding:0px;
       border-collapse: collapse}


.content-table
     { font-family: Verdana, Arial, 'Times New Roman', serif ;
       width:850px;
       line-height : 16px;
       font-size: 12px;
       margin:5px;
       padding:0px;
       border-collapse: collapse}

.content-table td
     { padding:0px 15px 0px 0px;}

.content-text
     { font-family: Verdana, Arial, 'Times New Roman', serif ;
       line-height : 16px;
       font-size: 12px;
       margin:5px;
       padding:0px;
       width:700px;
       border-collapse: collapse}

p     { font-family: Verdana, Arial, 'Times New Roman', serif ;
       line-height : 16px;
       font-size: 12px}

img.block {
	border: none;
}

h1{ font-family: Arial, serif}

h2{ font-family: Arial, serif}


.menutable { 
       width:168px;
       margin: 0px;
       background-image:url('/images/menu-back.gif')}
    
.ymenu    {
      white-space: nowrap;
      list-style-type: none;
      padding: 0;
      position: relative; top: 0; left: 0px; 	
      z-index: 10 }

.ymenu a   {
	display: block;
	width: 100% }

.ymenu li    {
	margin:  0;
	padding: 0;
	position: relative;
	z-index: 11;
	vertical-align: inherit;
	behavior: url(hover.htc)}
.ymenu li {
	width: 100% }
.ymenu ul    {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 12 }
.ymenu ul {
	top: 25%;
	left: 100% }
.ymenu ul li     {
	margin: 0;
	z-index: 13;
	width: 100%;
	float: none }
.ymenu ul, .ymenu li:hover ul ul, .ymenu li.hover ul ul {
	visibility: hidden }
.ymenu li:hover ul, .ymenu li:hover li:hover ul,
.ymenu li.hover ul, .ymenu li.hover li.hover ul {
	visibility: visible }

.ymenu {font-size: 0.8em;
	text-align:center;   
      margin-bottom: 1em;
	margin-left: 25px;
      }

.ymenu li.title { 
    background-color: #cccccc;    
    font-family: Arial, 'Times New Roman', serif ;
    text-align:center;   
    background: #cccccc;
    font-weight: bolder;
    width: 105px;
    font-size: 13px;
    padding-right: 0px;
    padding-left: 0px; 
    border: solid 1px #F1F1F6;
    margin-bottom: -1px
      }
     
.ymenu {
	width: 110px }

.ymenu ul      {
	width: 105px;
     }

.ymenu li>ul {
	margin-left:  0px;
	padding-left: 0px;
  }

.ymenu a {
	color: #f1f1f6;
	background-color: rgb(62,62,120);
	text-decoration: none;
	font-family: Arial, serif;
	font-size: 14px;
        font-weight:bold;
        margin-top: 10px;
	margin-bottom: 0px;
	padding-right: 0px;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
     	padding-left:  0px; 
        border: 0px}

.ymenu a:hover, .ymenu a:visited:hover   {
	color: white;
	background-color: rgb(155,155,224);
	border-color: rgb(62,62,120) }
