@charset "utf-8";
/* CSS Document */
body{
  background:#dee8e4 url(../img/body_student_background.gif) left repeat-y;
	margin-left:0px;
  }

div#wrapper{
  background:#ffffff url(../img/wrapper_student_background.gif) right repeat-y;
	height:100%;	
	padding:0px 40px 0px 0px;
	margin:0px 0px 0px 16px;
	border-left:solid 20px #ffffff;
	
}
div#frontpagenav{
  background-color:#ffffff;
	padding:5px 10px 20px 0px;
  background:url(../img/menuborder.gif) left bottom repeat-x;
	margin-bottom:10px;
  }

div#logintop{
  background-color:#e3ecee;
	background-image:url(../img/login_tr.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-top:10px;
  }

div#topbar{
  padding:0px;
  }

div#mainmenu{
 		clear:both;
        background:#24a58f url(../img/mainmenu_student_middle.gif) right top repeat-y;
        margin:0px 0px 0px 0px;

  	}
	     div#mainmenu img{
             float:left;
            }
               div#mainmenu ul{
                    padding:0px 0px 0px 15px;
                    list-style-type:none; 
				  }
                     div#mainmenu ul li{
                         display:inline;
                         padding-right:20px;
                      }
                          div#mainmenu ul li a{
                             color:#ffffff;             
                          }
                             div#mainmenu ul li a:hover{
                                color:#c79610;
                              }

div#mainmenutop{

  background:#24a58f url(../img/mainmenu_student_tr.gif) right top no-repeat;

  }

div#mainmenubot{

  background:url(../img/mainmenu_student_br.gif) right bottom no-repeat;

            margin-bottom:20px;

  }
 
  
  

.outlisting h2, .frontpageMain h1{
  color:#24a58f;
  }