body
{
    background-image: url('../images/bgextend.jpg');
}
/*div placement*/
#main_div
{
 margin-left:225px;  
 margin-top:202px;  
 position:absolute;
}
#menu_div
{
 margin-left:-2px;  
 margin-top:210px;  
 position:absolute;
}
#foot_div
{
 margin-left:225px;  
 margin-top:735px;  
 position:absolute;
}
#msg_div
{
 margin-left:0px;  
 margin-top:180px;  
 position:absolute;
}
/*text display*/
.headertext
{
    font-family:Arial;
    color:#ff4e00;   
    font-weight:bold;
    font-size:14pt; 
}
.classroomheadertext
{
    font-family:Arial;
    color:#ff4e00;   
    font-weight:bold;
    font-size:12pt; 
    text-decoration:underline;
}
.greenheadertext
{
    font-family:Verdana;
    color:#3b7a1f;   
    font-weight:bold;
    font-size:9pt; 
}
.orangeheadertext
{
    font-family:Verdana;
    color:#ff9000;   
    font-weight:bold;
    font-size:9pt; 
}
.bodytext
{
    color:Black;
    font-family:Verdana;
    font-size:8pt;
}
.pagingtext
{
    font-family:Verdana;
    font-size:10pt;
}

.formtext
{
    color:Black;
    font-family:Verdana;
    font-size:10pt;
    width:200px;
}
.forms
	{
	width: 250px;
	font-family: verdana, arial, sans-serif, geneva;
	font-size: 11px;
	color: #000000;
	background: #DDDDDD;
	}
.forms-article
	{
	width: 550px;
	font-family: verdana, arial, sans-serif, geneva;
	font-size: 11px;
	color: #000000;
	background: #DDDDDD;
	}	
.registrationtext
{
    font-family:Verdana;
    font-size:8pt;
    font-weight:bold;
    color:#3b7a1f;    
}
.logintext
{
    color:#3b7a1f;    
    font-family:Arial;
    font-weight:bold;
    font-size:8pt;
}
.regtext
{
    color:#3b7a1f;    
    font-family:Arial;
    font-weight:bold;
    font-size:9pt;
}
.redtext
{
    color:Red;  
}
.errtext
{
    color:Red; 
    font-family:Arial;
    font-size:8pt;
    font-style:italic; 
}
.contenthighlight
{
    font-style:italic;
    color:Red;
    text-decoration:underline;
}
.tableheader
{
    color:white;
    font-family:Verdana;
    font-size:8pt;
    font-weight:bold;
    background-color: Orange
}
/*links*/
.linkblank
{
    text-decoration:none;   
    color:#3b7a1f;     
}
.linkanchor
{
    color:#3b7a1f;    
    font-family:Verdana;
    font-size:8pt;
    font-weight:bold;
}
/*buttons*/
.buttonstyle
{
    font-family:Arial;
    background-color:#3b7a1f;  
    color:White;
    font-weight:bold;
    font-size:9pt;
}
.buttonstyleorange
{
    font-family:Verdana;
    background-color:#ff9000;
    color:white;
    font-weight:bold;
    font-size:12
}