/* 
    Document   : mathStyle
    Created on : July 31, 2005, 10:50 PM
    Author     : asanta
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
body{   
    background-image: url(layout.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 10 8 ;
}

img.bg { 
    background-image: url(); 
    position: absolute; 
    left: 30px; 
    top: 0px; 
    border: 0px; 
    z-index: 1;
}
.WM { border: 0px; border-style: none; position: absolute; left: 638px; top: 25px;}

/* style for the math header */
.header {
    border: 0;
    border-style: none; 
    position: absolute; 
    left: 107px; 
    top: 15px;
}
.menu{				/* general link properties */
	color: #ffffff;
	text-decoration: none;
        font-family:"arial";
	font-size: 14;
}

/*for the people link*/
.people{
    left: 650px;
    top: 130px;
}

/*for the undergrad link*/
.under{

}
/*for the graduate link*/
.grad{

}
/*for the department hisorty link*/
.dept{

}
.text {
	font-family:"arial";
	font-size: 12;
	color: #444466;
}

table.left{
    position: absolute;
    left: 620px;
    top: 120px
}

table.top{
    position: absolute;
    left: 107px;
    top: 90px
}
div.footer{
    font-family:"arial";
    font-size: 12;
    color: #ffffff;
    position: absolute;
    left: 30px;
    top: 590px
}

/* for the courses page */
.courses{
    font-family:"arial";
    font-size: 12;
    
    color: #000000;
    position: absolute;
    left: 30px;
    top: 590px
}
.courseLink{
    font-family:"arial";
    font-weight: 900;
    font-size: 12;
    font-style: bold;
    color: #444466;
}

.colloqium{
    font-family:"arial";
    font-size: 12;
    color: #000000;
}

div.outer{
    position: absolute;
    top: 175px;
    left: 17px;
    width: 610px;
    height: 405px;
    overflow: auto;
}
    
div.inner{
    height: 100%;
    width: 100%;
    /*overflow: auto;*/
}

div.menu{
    position: absolute;
    top: 120px;
    color: #000000;
}
/*these two control the position of the header and the menu
  of the pages that have multiple layers of information
*/

span.header{
    position: absolute;
    top: 0px;
    color: #000000;
    font-family:"arial";
    font-size: 16;
}

span.menu{
    position: absolute;
    top: 30px;
    color: #000000;
    font-family:"arial";
    font-size: 14;
}
table.menu{
    position: absolute;
    top: 0px;
    left: 0px;
    color: #000000;
    font-family:"arial";
    font-size: 14;
}

table.header{
    position: absolute;
    top: 0px;
    left: 0px;
    color: #000000;
    font-family:"arial";
    font-size: 16;
    font-style: bold;
}


table.apple{
    color: #000000;
    font-family:"arial";
    font-size: 14;
}

td.black{
    color: #000000;
    font-family:"arial";
    font-size: 14;
}

