@charset "utf-8";
/* CSS Document */

	body {
		background : #b9d4d7 url(/templates/edg_blue/site-bg.jpg) repeat-y top;
		font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
		color: #fff;
	}
	

	img { border: none; } 

	a {
		color: #fff;
		text-decoration: none;
	}
	
	a:hover {
		color: #000;
	}
	
	hr {
		color: #fff;
		height: 1px;
		border: 1px solid #000;
	}
	
	#holder {
		width: 900px;
		/*margin-left: 128px;*/
		margin: 0 auto;
		z-index: 2;
	}
	
	#leftcol {
		width: 200px;
		float: left;
		margin-top: -1px;	

	}
	
	#frleftcol {
		width: 200px;
		margin-top: 110px;
		float: left;
	}
	
	#edgfr {
		position: absolute;
		left: 50%;
		margin-left: -800px;
		z-index: 1;
	}
	
	#page {
		float: left;
		width: 650px;
		padding-top:143px;
		padding-left: 35px;
	}
	
	#page a {
		text-decoration: underline;
	}
	
	.menu {
		font-size: 17px;
		color: #fff;
		line-height: 1.7;
		font-weight: bold;
	}
	
	a.lhmenu_current{
		color: #b9d4d7;
	}

	a.lhmenu_current:hover {
		color: #b9d4d7;
	}

	a.lhmenu:hover {
		color: #b9d4d7;	
	}
	
	h1 {
		color: #fff;
		font-size: 18px;
	}
	
	h2 {
		color: #fff;
		font-size: 15px;		
	}
		
	#footer {
		font-size: 10px;
	}	
	
	#footer a {
		color: #ccc;
	}
	
	#footer a:hover {
		color: #fff;
	}


	fieldset {
		width: 500px;
		border: 1px dotted #ffffff; 
		padding: 10px; 
		text-align: left;
	}

	legend {
		font-size: 140%; 
		font-weight: bold; 
		background-color: #ffffff; 
		color: #025A68; 
		padding: 2px 4px;
	}

	label {
		float:left;
		width:35%;
		margin-right:0.5em;
		padding-top:0.2em;
		text-align:left;
		font-weight: bold; 
	}

	.inputBox {
		width: 250px;
	}

	#mask {  
		position:fixed; 
		z-index:9000;  
		background-color:#000;  
		display:none;  
		top: 0px;
		left: 0px;
	}  
		  
	#boxes .window {  
		position:fixed;  
		width:450px;  
		height:400px;  
		display:none;  
		z-index:9999;  
		padding:20px;  
		background-color:#ffffff;
	}  

	  
	#boxes {  
		width:375px;   
		height:203px;  
	}

	.close {
		color: black;
		text-decoration: underline;
	}

