/*[Main]*/
/* Layout */
body  {
	font: 100% Arial, Helvetica, sans-serif, Verdana;
	margin: 0, auto;
	padding: 0;
	text-align: left;
	color: #000000;
	background-color: #006;
	clear: left;
      }
	#bodyPane
	{
	   width: 80%;
	   margin: 0px auto;
	   background-color: #efefef;
	}
	#logoPane
	{
	   margin: 5px 5px 5px 0px; 
	   width: 0px;
	   float: left;
           display: none;
	}
	#headerPane
	{
	width:100%;
	background: url(../images/header.jpg) no-repeat;
	padding: 0;
	height: 200px;
	z-index: 1000;
	clear: both;
	margin: 0px;
	}
        #headerPane h1 
        {
	padding-left: 0.5em;
	color: #006;
	text-transform: capitalize;
	font: bold normal 200% "Trebuchet MS", Arial, Helvetica, sans-serif;
        }
	#ctl00_content_ctl00_48_P2{padding:.5em, 1em, 1em, 1em; float:none; background-color:#eeeeee; margin-left:10px;}
	#contentPane
	{
	   margin: 5px 0px 10px 0px;
	   min-height: 400px;
           width:100%;
	}
	#menuPane
	{
	   margin: 0px;
  	   width:200px;
	   float: left;
	}
	#leftPane
	{
           float: left;
           min-width:550px;
           max-width:1000px;
           margin: 0px 0px 0px 0px;
           padding: -100px, 0, 0, 0;
	}
	#leftPane .pane
	{
          width:98%;
        }
        .announcements {
          border: 1px solid #000000;
          float: right;
          background-color: #ffffff;
          width: 25%;
          margin: .5em;
          padding: .5em;
        }
	#centerPane
	{
	   margin-left: 10px;
	   margin-right: 10px;
           display:none;
	}
	#centerPane .pane
	{
	   width:100%;
           display:none;
	}
	#rightPane
	{
	   width: 0px;
	   display:none;
	}
	#rightPane pane
	{
	   width:0%;
	   background-color:blue;
	}
	#footerPane
	{
	min-height: 15px;
	text-align: center;
	background: url(../images/footer.jpg) no-repeat;
	height: 200px;
	margin: 0px;
	padding: 0px;
	}
        #footerPane p {line-height: 1.2em;}
	#footerPane a,
	#footerPane a:link
	{
	color: #009;
	font-weight: bold;
	}
		
         /*[Links]*/
        .links
        {
           width: 100%;
        }
	.link, .link a
	{
	   color:#009;
	   margin-left:10px;
	}
        		 
        .link a:hover, .link a:active
	{color:#000;
         text-decoration: none;
	 margin-left:5px;}
		 
	.link a:visited
	{color:#006;
	margin-left:5px;}

        .clearDivs
        {
	   clear:both;
	   line-height: 0;
        }
#bodyPane #contentPane #menuPane #ctl00_UserMenu1_menu {
	position: relative;
	top: 0px;
	width: 200px;
}


}
.label
{
	display: inline-block;
	width: 10em;
}



















