﻿body 
{    
    margin:0;   
}
.bgimg
{    
    width:100%;    
    }
#globalDiv
{
    position:absolute;
    z-index:2;
    width:100%;      
    }
#globalInnerDiv
{
    margin-left:auto;
    margin-right:auto;
    width:910px;
    }
#headerDiv
{
    margin-left:auto;
    margin-right:auto;
    background-image:url('/graduation2010/images/header.png');
    width:733px;
    height:114px;
    }
#menuDiv
{
    background-image:url('/graduation2010/images/menu-bg.png');    
    background-repeat:no-repeat;
    width:200px;
    min-height:450px;    
    padding:15px 0px 0px 0px;
    }
#bodyDiv
{    
    background-image:url('/graduation2010/images/body-bg.png');    
    background-repeat:no-repeat;
    width:680px;
    min-height:600px;
    padding:5px 10px 5px 10px;
    }
#footerDiv
{
    margin-left:auto;
    margin-right:auto;
    /*background-image:url('/graduation2010/images/header.png');*/
    background-color:#dfdfdf;
    width:910px;
    height:40px;
    }

/***********************/
.tmenuitems a
{
    display: block;
    margin: 0;
    padding:5px 5px 5px 5px;
    color: #ffffff;
    font-family:Helvetica,Arial,Verdana,sans-serif;
    font-size:9pt;
    text-decoration: none;
    font-weight: bold;    
    cursor: pointer;    
}
.tmenuitems a:hover
{   
    background-color: #000000;   
    text-decoration: none;
    cursor: pointer;
}
.tmenuitemssel a
{    
    background-color: #000000;    
    text-decoration: none;
    cursor: pointer;
}
.profDiv
{
    background-image:url('/graduation2010/images/prof-bg.png');    
    background-repeat:no-repeat;
    width:331px;
    height:136px;
    padding:5px 10px 5px 10px;
    position:absolute;    
    }
h1
{
    font-size:14pt;
    color:#235B71;
    margin-bottom:5px;
    }
h2
{
    font-size:12pt;
    color:#235B71;
    margin-bottom:5px;
    }
h3
{
    font-size:12pt;
    color:#660000;
    margin-bottom:5px;
    }
.modalbgCSS
{   
    background-color:#000000;
    color:#000000;
    filter:alpha(opacity=100);
	opacity:0.7;
    }
a
{
    text-decoration:none;
    }
img
{
    border: 0;
    }
.txtBox
{
    border: 0 none;
    border-bottom: 1px solid #000000;
    }
