body, table {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
}

td {
	
	border-spacing: 20px 10px;
    padding: 10px 5px; 
}

th {
	color:#660042;
	font-size:13px;
	border-bottom:1px solid #660042;
}
caption {
	text-align: left;
	color:#660042;
}

h1 {
	font-size: 150%;
	border-bottom: 1px solid #aac;
	width:620px;
}
#h2bordershorter {

	border-bottom: 1px solid #aac;
	width:310px;
}

#page {
	width: 880px;
}
#header {
	position:absolute;
	left: 50px; 
	top:20px;
	width: 880px;
	/*width: 620px;*/
	float: right;
}

#subheader {
	/*color:#FFFF00;*/
	position:absolute;
	left:50px;
	top:151px;	
	height:30px;
	width:970px;
	background-color:#660042; 
	}
#sidebar {
    position:absolute;
	left: 50px;
	top: 200px;
	width: 270px;
    background-color:#CCCCCC;
	/*background-color: #141266;*/
	/*padding-top: 100px;*/
	border: 0;
	float: left;
	/*height: 100%;*/
	color:#333333;
}


ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
}
ul li a{
	/*color: #fff; */
	color:#333333;
	padding: 2px 6px 2px 6px;
	
}
#sidebar a:hover {
color:660042;
}

#rightsidebar {
	position:relative;
	right: -400px;
	top: -330px;
    background-color:#CCCCCC;
	float: left;
	color:#333333;

}
#rightsidebar td {
	font-size:80%;
    border-spacing: 1px 1px;
    padding: 1px 1px;
	border-bottom-style:ridge;
	border-bottom-width: 1px;
	border-bottom-color: #660042; 
	}
#rightsidebar th {
text-align:left;
	}
#rightsidebarspop {
	position:relative;
	right: -400px;
	top: -100px;
    background-color:#CCCCCC;
	float: left;
	color:#333333;

}
#rightsidebarspop td {
	font-size:80%;
    border-spacing: 1px 1px;
    padding: 1px 1px;
	border-bottom-style:ridge;
	border-bottom-width: 1px;
	border-bottom-color: #660042; 
	}
#rightsidebarspop th {
text-align:left;
	}	
#content_org {
	clear: right;
	float: right;
	width: 620px;
	margin: 10px;
	position:absolute;
	left: 320px; 
	top: 200px;
	
}

#content_org ul {
list-style-type:square;
}

.content {
	clear: right;
	float: right;
	width: 620px;
	margin: 10px;
	position:absolute;
	left: 320px; 
	top: 200px;
	visibility:hidden;
	display:none;
}
.content_spop {
	clear: right;
	float: right;
	width: 800px;
	margin: 10px;
	position:absolute;
	left: 320px; 
	top: 200px;
	visibility:hidden;
	display:none;
}


.excel {
	outline-color:#aac;
	border:1px;
	border-style:groove;
	border-color:#FFFFFF;
}
.excel td {
padding: 1px;
 
}

#footer {
	position:absolute;
	font-size:80%;
	bottom:-1px;
}

