/* CSS Document */
html{
	background-color: #8D6A92;
}


#doc4{
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	
}

#hd{
	text-align:center;
	border-bottom: 1px solid #666;
}

#yui-main{
	height: 60%;
	overflow: auto;
}

#sandbox{
	padding: 15px 40px 5px 10px;
	
}

#navlist{
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
}

#navlist a, #navlist a:visited {
	display: block;
	padding: 5px 2px 5px 28px;
	background-color: #FFF;
	background-image:  url(../images/trans30.jpg);
	background-repeat: no-repeat;
	/*background-position: 0% 50%;*/
	text-decoration: none;
	color:#666;
}


#navlist a:hover {
	/*background-color: #9F6F9F;*/
	background-image:  url(../images/purpbullet.gif);	
	color: #2D1E2D;
}

#nav #navlist .uberlink {
	/*background-color: #666;*/
	/*background-image:  url(assets/l1_over.jpg);*/
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #333 !important;
	font-weight: bold;
	cursor: default;
}

{
     margin: 0;
   }
    html, body {
      height: 100%;
   }
 .wrapper {
      min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -4em;
 }
 .footer, .push {
     height: 3em;	 
 }
 
 .footer{
 	background-color:#eee;
	text-align:center;
	padding:10px;
 }
 

 p {margin:0;
 padding-bottom:10px}
 
h2{ 	
	text-transform: uppercase;
	letter-spacing: .4em;
	color: #8D6A92;
	font-weight: bold;
	font-size: 18px;
	padding-bottom:10px
 }
 
 h3{ 	
	text-transform: uppercase;	
	color: #000;
	font-weight: bold;
	font-size: 16px;
	padding-bottom:10px
 }
 
    /*  #outerd{
   
          border:1px solid #000;
 
          background: url(../images/leftShadow.gif) repeat-y left top;

          padding:0 0 0 7px;

      }
 
      #innerd{

          padding:0 7px 0 0;
  
          background: url(../images/rightShadow.gif) repeat-y right top;

      }*/
 
      /* mac hide - force layout in ie \*/

     /* * html #outer,* html #inner {height:1%}*/

      /* end hide */

