/*------------------------------------------------------------------------------
PAGE BODY
------------------------------------------------------------------------------*/
body
{
	margin: 6px;
	margin-bottom: 18px;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #35495B;
	background-color: #fff;
}
/*------------------------------------------------------------------------------
GENERAL LAYOUT
------------------------------------------------------------------------------*/
/* Defines min-width for compliant browsers and applies detailed top border image */
#page
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* This element is used to get min-width functionality to work in MSIE 5 & 6 */
#wrap
{
	/* Do not add styles to this element */
}
#wrap2
{
	background: transparent url("../images/skycss/general/bg-wrapinnerright.gif") repeat-y right top;
	padding: 0;
	margin: 0;
}

/* The background of this element is used to create the "faux column" effect of
having the menu and content DIVs resize vertically together. */

#wrap3
{
	background: transparent url("../images/skycss/general/bg-wrapinner.gif") repeat-y 0 0;
	padding: 0;
	margin: 0;
}

/* begin MF style*/

 #content {
	
	background-color: transparent;
	margin-left: auto;
    margin-right: auto;
	padding: 0px;
	
	}
	
	a {	
 	color:#4040ff; 	
	font-size:10px; 
	font-weight:500; 
	text-decoration:none; 	
	font-family:verdana, arial, helvetica, sans-serif; 
	background:transparent;
      }
      
 a:link {
    color:blue;	
 	font-size:10x;
 	font-weight:500;	 
 	background:transparent;
	  }
 a:visited {
    color:blue;
 	font-size:10px;
 	font-weight:500;
	background:transparent;
	}
	
 a:hover {
    color:blue;
 	font-size:12px;
 	font-weight:800;
 	background:transparent;
     }
   
  
 .tex {
	color:blue;
	font-size:12px;
	font-weight:700;
	
	font-family:verdana, arial, helvetica, sans-serif;
	background:transparent;
      }
      
 .tex:link {
    	
 	font-size:12px;
 	color:#4040ff;
 	font-weight:700;
 	 
 	background:transparent;
	  }
	  
 .tex:visited {color:#4040ff;
 	font-size:12px;
 	font-weight:700;
 	
	background:transparent;
	}
	
 .tex:hover {color:#ff3030;
 	font-size:12px;
 	font-weight:700;
 	background:transparent;
     }

     
.nav {
	color:#606060;
	font-size:12px;
	font-weight:700;
	text-decoration:none;
	font-family:verdana, arial, helvetica, sans-serif;
	background:transparent;
      }
      
 .nav:link {
    color:#606060;	
 	font-size:12x;
 	font-weight:700;	 
 	background:transparent;
	  }
 .nav:visited {
    color:#606060;
 	font-size:12px;
 	font-weight:700;
	background:transparent;
	}
	
 .nav:hover {color:blue;
 	font-size:12px;
 	font-weight:700;
 	background:transparent;
     }
     
  p {
	font:13px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 10px 0px;
	padding-top:10px;
	text-align:justify;
	}
	
p.right {
	font:13px/20px verdana, arial, helvetica, sans-serif;
	text-align:right;
        }
	
p.center{
	font:13px/20px verdana, arial, helvetica, sans-serif;
	text-align:center;	
	}
		
p.menu  {
	font:13px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding-top:10px;
	text-align:center;}
   
.disclaimer {
	font:9px/12px verdana, arial, sans serif;
	text-align:center;
	voice-family:inherit;
	color:#666666;
	background-color:transparent;
	} 

/*end MF style*/




/* Triggers hasLayout so elements are included in page flow rendering.
All wrapping divs in the html page MUST BE ADDED to this style rule or else
IE5/6 will have rendering problems */
/* Hide from MacIE \*/
* html #page, * html #wrap, * html #wrap2, * html #wrap3 {
	height: 1px;
}
/* End MacIE hide */
/* END MIN-WIDTH STYLES */


/*------------------------------------------------------------------------------
HACKS
------------------------------------------------------------------------------*/
/* Gives primary navigation anchors hasLayout status so that display: block functions correctly */
/* Hide from MacIE \*/
* html ul.nav li a, * html ul.panel li a {
	height: 1px;
}
/* End MacIE hide */





