html, body{ 
 margin:10; 
 padding:0; 
 text-align:center; 
 background:#E0E2E5;
} 
 
#pagewidth{ 
 width:780px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
  background:#7E858B;
  		border: solid #000000;
		border-width:0px 1px;
} 
 
#header1{
 position:relative; 
 height:11px; 
  background-color:#002D55; 
 width:100%;
} 

#header2{
 position:relative; 
 height:138px; 
  background-color:#002D55; 
 width:100%;
} 

#header3{
 position:relative; 
 height:11px; 
  background-color:#002D55; 
 width:100%;
} 
 
#leftcol{
 width:160px; 
 float:left; 
 position:relative;
 background:#7E858B; 
  }
 
#twocols{
 width:620px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:165px; 
 float:right; 
 position:relative; 
 background:#7E858B;
 }
 
 	#quickapp {
		width: 148px;
			
		padding:5px 5px 15px 8px;
		background:#FFFFFF;
		border: solid #000000;
		border-width:1px 1px;
		}
	
	
#maincol{
 background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:450px; 
 border: solid #000000;
 border-width:0px 1px;
 }

#mainbigcol{
 background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:618px; 
 border: solid #000000;
 border-width:0px 1px;
 }
 
 
 #maincol1{
 float: left; 
 position: relative; 
 width:220px; 
 border: solid #53575A;
 border-width:0px 1px 0px 0px;
 }
 
 #maincol2{ 
 float: right; 
 position: relative; 
 width:229px; 
 }
 
#footer{
 height:32px; 
  background-color:#002D55; 
 clear:both; 
 border: solid #000000;
 border-width:1px 0px;
 } 
 
		
.bodytext {
	margin: 10px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.bodytextsmall {
	font-family: Verdana;
	font-size: 10px;
	color: #5D5D5D;
	font-weight: normal;
}


.footertext {
	margin: 10px;
	font-family: Verdana;
	font-size: 10px;
	color: #DEDFDF;
	font-weight: normal;
}

.bodybold {
	margin: 10px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: 3B3B3B;
}

.formtext {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.class1 A:link {text-decoration:none; color:#DEDFDF} 

.class1 A:visited {text-decoration:none; color:#DEDFDF}

.class1 A:hover { text-decoration: none; color:#FFFF66 }

 
 /* *** Float containers fix: */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

.warning { color: #ff0000; font-size: 10px;}

.message { color: black; background-color: lightblue; border: 1px solid blue; width: 300px; padding: 15px; margin: 15px; text-align:center}


/* ADMIN */

div a.adminmenu:link {text-decoration:none; color:black; } 

div a.adminmenu:visited {text-decoration:none; color:black;}

div a.adminmenu:hover { text-decoration: none; color:black; }

.panelHover {border-color: #333399; border-style: solid; border-width: 0px 0px 1px 0px; width: 400px; padding: 5px;}
.panelHighlight {background-color: #cccccc; border-color: #333399; cursor: pointer;}

.success {
    border-top: 1px solid blue;
    border-bottom: 1px solid blue;
    background-color: #ddddee;
    width: 300px;
    height: 100px;
    padding: 20px;
    padding-left: 120px;
    padding-right: 120px;
    text-align:center;
}