body{
		 background-color:#F9F7E7;
		 background-image : url(img/back.jpg);
		 background-repeat : repeat;
		 font-family : "Trebuchet MS",Arial, Helvetica, sans-serif;
		 font-size : 0.9em;
		 font-weight : bold;
		 margin : 10px;
		 }
#wrapper{
				margin: 20px 10px 20px 10px;
				color:#601160;
				/*margin-left: auto;
				margin-right: auto;
				text-align: center;*/
				border: none;
				}
.sidebarmenu {
		width:180px;
		float:left;
		padding-right:10px;
		border-right: 1px solid #601160;
		}
.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 180px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #601160; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: black;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(img/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

		 
#content{
				 
				 margin-right: 10px;
				 margin-left:190px;
				 padding-left: 10px;
				 }
.just{
			text-align:justify;
			} 
.left{float: left;}
.right{float: right;}
.img1 {
			float:right;
			margin-left: 20px;
			border-top:5px solid #f3f3f3;
			border-right: 5px solid #888888;
			border-bottom: 5px solid #888888;
			border-left:5px solid #aeaeae;
			}
.img2 {
			float:right;
			margin-left: 20px;
			margin-bottom: 20px;
			}			
.display{margin-top:20px;
				margin-bottom:20px;
				}

.linklabel{color: #9c9c9c;}
.linknav a:link, a:visited, a:hover{
				 background-color: #601160;
				 color: #ffffff;
				 text-decoration : none;
				 }
#form{
      width:500px;
      border: 2px solid #601160;
      padding: 4px;
}
label{
    font-family : "Trebuchet MS",Arial, Helvetica, sans-serif;
		font-size: 1em;
    font-weight: bold;
    color:#601160;
}
#footer{
        font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
      	font-size: .7em;
        font-weight: normal;
        color: #676767;
				text-align: center;
        }

