/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#content {
   width:820px;
   text-align:left;
   margin:10px auto;
   padding:0px;
  /* border-left:solid 1px #212121;
   border-right:solid 1px #212121;*/
}
#header{
   width:820px;
   height:240px;
   background-image:url(images/topx.jpg);
   }
#maincontent{
   width:820px;
   background-color:#f1f1f1;
   
   /*border-left:solid 1px #212121;*/
   border-bottom:solid 1px #e1e1e2;
   }
 #maincontent1{
   width:818px;
   background-color:#fff;
  
   margin:0px 1px;
   padding-bottom:5px;
   }
   #left{
   float:left;
   width:195px;
   margin-left:5px;
   margin-top:15px;
   margin-bottom:5px;
   
   }
   #right{
   float:left;
   width:595px;
   margin-left:13px;
   margin-top:15px;
   margin-bottom:5px;
/*   background-color:#929296;*/
   }
   #left a{
   color:#212121;
   text-decoration:none;
   }
   #left a:hover{
   color:#212121;
   text-decoration:underline;
   }
   #right a{
   color:#212121;
   text-decoration:none;
   }
   #right a:hover{
   color:#212121;
   text-decoration:underline;
   }
   .block{
   width:190px;
   height:21px;
   background-image:url(images/block_bg.gif);
   background-repeat:repeat-x;
   padding-left:5px;
   padding-top:8px;
   font-weight:bold;
   }
   .navi{
   width:188px;
   border-left:solid 1px #e1e1e2;
   border-right:solid 1px #e1e1e2;
   border-bottom:solid 1px #e1e1e2;
   padding:5px 0px 5px 5px;
   line-height:17px;
   margin-bottom:17px;
  }
  .student{
  width:188px;
   border-left:solid 1px #e1e1e2;
   border-right:solid 1px #e1e1e2;
   border-bottom:solid 1px #e1e1e2;
   padding:5px 0px 5px 5px;
   line-height:17px;
   margin-bottom:7px;
}

.welcome{
font-size:16px;
font-weight:bold;
margin-top:2px;
}
.flash{
margin-top:10px;
width:590px;
height:223px;
}
.lh{
line-height:17px;}
.welcometext{
margin-top:10px;
width:457px;
padding:7px 3px;
border:solid 1px #e1e1e2;
margin-bottom:5px;
}
#footer{
width:820px;
height:23px;
padding-top:6px;
background-image:url(images/block_bg.gif);
text-align:center;
}