body
{
    font-family: Cordia New;
    background-color: #D2FFFF;
	background:url(../images/background.jpg);
    color: #000066;
    font-size: 10pt;
}

table
{
	table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102); 
}

h1, h2, h3, h4, h5, h6
{
	font-family: Bookman Old Style, Times New Roman, Times;
}

h1
{
    width:80%;
	color: rgb(51,51,204);
}

h2
{
    color: rgb(0, 0, 255);
}

h3
{
	color: rgb(204,51,51); 
}

h4
{
	color: rgb(51,0,204);
}

h5
{
	color: rgb(0,153,51);
}

h6
{
	color: rgb(204,51,51);
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}

.pager div{cursor: pointer; float: right; width: 20px}
.pager div.selected {font-weight: bolder; cursor: default}

TABLE.headermenu 
{
/*	background-color: #CCFFFF;  */
	font-size: 14pt; 
	font-weight: bold;
	height:100px;
}

TABLE.headermenu TD
{
	text-align:center;
}

TABLE.headermenu  A
{
/*	background-color: #FFFFFF;  */
	font-size: 14pt; 
	font-weight: bold;
	color:blue;
	text-decoration: none;
}

TABLE.infotable
{ 
	width:90%;
   	background-color: #E8E8E8;  
	font-size: 10pt; 
	font-weight: bold;
	font-family:Verdana;
}

TABLE.infotable TR
{
	text-align:right;
}

TABLE.infotable TH
{ 
    background-color: #CCCCFF;
	font-size: 12pt; 
	font-weight: bold;
	text-align:center;
	padding:3px;
}

TABLE.infotable TD
{
	font-weight:normal;
    font-size: 12pt;
    padding-right:10px;
}

TABLE.infotable TD SELECT
{
    width:100%;
}

TABLE.infotable TD INPUT.text
{
    width:90%;
}
TABLE.infotable TD.label
{
    background-color: #DDCCFF;
}

TABLE.infoform
{ 
	background-color: #CCFFFF;  
	font-size: 14pt; 
	font-weight: bold;
}

TABLE.infoform TD.label
{
	background-color: #99CCFF ;
}

DIV.maindiv
{
  
    width: 1050px;   
     z-index:-2;
 }

DIV.content
{
   	background:url(../images/divbg.jpg);
    background-color: #EDEBF5;
    width: 850px;
    float: left;
}

DIV.login
{
   font-size:12px;
   /* width:195px; */
    float:left;
 }

DIV.login table
{
   font-size:12px;
   width:100%;
}

DIV.login input
{
   width:100%;
   height:18px;
   font-size:12px;
 }

DIV.sidemenu
{
    width:195px;
    float:left;
	font-family:david;
	font-size: 12pt;
 }

DIV.sidemenu UL 
{
    font-size: 14pt;
    font-weight:bold;
 /*   font-family:Verdana;*/
    list-style-type: square;
    text-align: right;
}

DIV.sidemenu UL LI UL
{
    font-size: 12pt;
    font-weight:bold;
/*    font-family:Verdana;*/
    text-align: right;
}

DIV.sidemenu UL LI  UL LI A:link,
DIV.sidemenu UL LI UL LI A:visited
{
    color: #000077;
    text-decoration:none;
}

DIV.sidemenu UL LI UL LI A:hover
{
    text-decoration:none;
    color: #0011FF;
 }
 
TABLE.studentdoc
{
	width:90%;
	background-color: #E8E8E8;  
	font-size: 10pt; 
	font-weight: bold;
	border-style:solid;
	border-width:1px;
}

TABLE.studentdoc TR
{
	text-align:right;
}

TABLE.studentdoc TH
{
    background-color: #CCCCFF;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

TABLE.studentdoc TD
{
    font-size: 12pt;
}

TABLE.studentdoc TD.select
{
    background-position: center center;
    font-size: 12pt;
    font-weight: bold;
    background-image: url('../images/select.gif');
    background-repeat: no-repeat;
    background-color: #FFFFCC;
}

TABLE.studentdoc TD INPUT.text
{
    width:90%;
}

.userlink{
    font-style: normal;
    color: rgb(51,0,204);
/*    text-decoration: none; */
}