body {
	text-align:center;
	background-image: url(Images/background.jpg);
	background-attachment:fixed;
	
}  /*<!-- style="background-image: url(Images/background.jpg); background-repeat: expand; background-attachment:fixed "> -->*/

header {
	height: 100%;
	font-size: large;
	font-family: Verdana, Arial;
	background-color: #EEEEFF;  /* was #E6E6FA  */
	text-align: center;
}
table {
	width: 75%; 
	height: 100%;
	vertical-align:top;
	text-align:center ;
}

.tdleftcol {
	background-color: #AACCDD;  /* orginal #B0C4DE,  lightsteelblue;  */
	width: 33%; 
	padding-right: 10px; 
	padding-left: 10px;
    padding-bottom: 10px; 
	vertical-align:top;
	text-align:left ;	
	background-position: center top; 
	border-top: #0000cc thick solid;
}

.tdleftcol_noborder {
	/*background-color: #AACCDD;   lightsteelblue; #AAAAAA #242424 #242424 #AAAAAA */  
	width: 33%; 
	padding-right: 10px; 
	padding-left: 10px;
    padding-bottom: 10px; 
	vertical-align:top;
	text-align:left ;	
}	

.tdrightcol{
	width: 77%; 
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom: 10px;
	vertical-align:top;
	text-align:left ;	
	background-position: center top; 
	border-top: #0000cc thick solid;
}
                
td {
	text-align: left;
	font-family: Verdana, Arial;
	font-size: small;
	padding-right: 10px; 
	padding-left: 10px;
	padding-bottom: 10px;	
	width: 100%; 
    vertical-align:top;
    /*background-position: center top; */ 
	/*border-top: #0000cc thick solid; */
}

#footer {
	height: 100%;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: small;
}

.content {
	background-color: #EEEEFF;      #EEEEFF #AACCDD #AACCDD #EEEEFF
	font-family: Verdana, Arial;
	margin-bottom: 20px;
}

.collapsePanel {			/*CollapsiblePanel  640px*/
	width: 77%;
	height: 0px;
	overflow: hidden;
}

.collapsePanelHeader {		/*CollapsiblePanel  640px*/
	width: 77%;
	height: 20px;
	color: Black;
	font-weight: bold;
	float: none;
	padding: 5px;
	cursor: pointer; 
}

