@charset "utf-8";
/* CSS Document */
html, body, div, h1, h2, h3, p, a, form, fieldset, input, textarea, label, span, img, table, tr, td, ul, ol, li { margin: 0; padding: 0; }

body {color: #000099; background-color: #f1f5fc; font-size: 14px; font-family: Arial;}
.container {
	position: relative; 
	margin: 15px 20px 30px 20px;	 
	overflow:hidden;
            
}

a:hover {
	color: red;
}

.nofloat {
	float: none;
}

ul {
	list-style-type:circle;

}

li {

}

.line {margin: 0 0 10px 0;
}

.containertitle {
	margin: 20px 0px 20px 20px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #888888;
}

.containertitle2 {
	margin: 50px 0px 20px 20px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #888888;
}

.indent {
	text-indent: 50px;
}

.column {
	display: inline-block; width: 40%; height: 90%; vertical-align:top;
}


/* header */
div.headback {
	margin: 15px 20px 30px 15px;
	background-color: #dae3f2;
 	border: 1px solid #ffffff;
   	border-radius: 10px 10px 10px 10px;
    	behavior: url('common/ie-css3.htc');
    	-moz-border-radius:10px 10px 10px 10px;
    	-webkit-border-radius: 10px 10px 10px 10px;
    	-khtml-border-radius: 10px 10px 10px 10px;
    	box-shadow: 1px 1px 1px 1px #909090;
  
    	-moz-box-shadow: 1px 1px 1px 1px #909090;
    	-webkit-box-shadow: 1px 1px 1px 1px #909090;
}
div.title{
	text-align: center;
	margin: 20px 0px 20px 0px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #888888;
}

.headlist {
	position: relative;
	display: inline-block;
	width: 210px;
	color: gray;
	
}
a.headlink {
	text-decoration: none;
	color: gray;

}
a.headlink:hover {
	color: #000099;
}

/* footer */

.footer {
	position: absolute; 
	bottom: 1px; 
	width: 100%; 
	height: auto;
	padding: 8px 0 10px 0; 
	
	border-top: 4px outset #ffffff;
	background-color: #b0b0b0;
	color: #000077;

}

.fblock {
	display: inline-block;
	width: 33%;
	position: relative;
	text-align: center; 
}

.ftitle {
	text-decoration: underline;
}

.helphead {
	text-decoration: underline dotted;
	width: 150px;
	position:relative;
}


.helptxt {
	background-color: #bcbcbc;
	line-height: 1.5; 
	border-radius: 6px;
	padding: 10px 10px 10px 20px;
	visibility: hidden;
	position: absolute;
	left: 50px;
	width: 700px;
	z-index: 1:
}

.helphead:hover .helptxt {
	visibility: visible; 
}

