/* CSS Document */
body { 	
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0px;
	text-align: center;
	border: none;
	}
		
a:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	}
	
a:hover {
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	}

a:visited {
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	}

.ClassHeadline {font-size: 135%;}	

#container {
	width: 779px;
	text-align: left;
	margin: 0 auto 0;
	border: solid;
	border-color: #829CC1;
	border-width: 1px;	
	}

#header { 
	font-size: 28px;
	font-weight: bold;
	padding:  10px 10px 10px 10px ;
	color: #829CC1;
	text-align: left;
	background-color: #3F5980;
	}	

#logo {
	padding: 0;
	text-align: right;
	background-color: #3F5980;
}
	
#headermenu {
	width: 100%;
	font-size: 12px;
	background-color: #BBC9DC;
	height: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #364C6C;
	font-weight: bold;
	text-align: right;
	}
		
#headermenu a { 
	text-decoration: none;		
	font-weight: bold;
	color: #829CC1;
	}

#headermenu a:hover {
	color: #364C6C;
	}

#shadow {
	background-image:url(/programs/elpd/images/shadow_02.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 9px;
	}

#columns {
	min-height: 465px;
	}
#columnleft { 
	width: 150px;
	float: left;
	margin-left: 5px;
	}

#columnleft img {
	margin: 0px 0px 5px ;
	}	

#columnright {
	font-size: 14px;
	margin: 0px 10px 10px 170px;
	min-height: 465px;
	width: 590px;
	}
		
#columnright h1 {
	font-size: 28px;
}

#columnright h2 {
	font-size: 20px;
}

#columnright h3 {
	font-size: 14px;
}
	
#columnright table {
	font-size: 10px;
	spacing:0px ;
	width: 590px;
	}
	
#footer {
	font-size: 9px;
	text-align: center;
	width: 619px;
	white-space: nowrap;
	margin: 0 auto 0;
	position: relative;
	bottom: 0px;
	}
	
#adminheader {
	font-size: 32px;
	font-weight: bold;
	padding:  0px 0px 0px 0px ;
	color: #829CC1;
	text-align: left;
	background-color: #3F5980;
	position: relative;
	top: -10px;
	left: -10px;
	width: 500px;
	height: 60px;
	}
	
			
#head2 {
	font-size: 24px;
	padding-left: 8px;
	position: relative;
	
}

#adminheader h2 {
	font-size: 14px;
}
#head1 {width: 100%;
	font-size: 12px;
	background-color: #BBC9DC;
	height: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	color: #364C6C;
	font-weight: bold;
	text-align: right;
	position: relative;
	
		}
		
#head1 {	font-size: 12px;
		position: relative;
		top: 5px;
		left: 10px;
		
		}
	
#adminheader h3 {
	font-size: 12px;
}
.hide { display: none;
		}

.unhide { display: block;
		}
		
.header { background-color: #CCCCCC ;
		}
.alert { background-color: #FF0000;
		font-size: 14px;
		font-weight: bold;
		color:#FFFFFF;
		text-align: center;
		}
.atrib {
				}
tr.label {background-color: #CCCCCC;
		}
