/* CSS Document */
html, body {
	position:relative;
	height:100%;
}

body {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:13px;
	background:#E0E0E0 url(../images/canvas/back-global.jpg);
	color:#7C7C7C ;
	color:#555555 ;	
	margin:0;
	padding:0;
}

p {
	line-height:1.25em;
	}

a {
	color:#7A7A7A;
	text-decoration:none;
	}

a:hover {
	color:#000000;
	text-decoration:underline;
	}	

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#666666;
	margin:3.0em 0 0 6.5em;
	padding:0;
	}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#666666;
	margin:0;
	padding:0;
	}	

h3 {
	font-size:14px;
	font-weight:bold;
	color:#006496;
	margin-top:0.7em;
	}		

img {
	border:none;
	}	
	
ul li {
	margin-top:1em;
	margin-bottom:1em;
	}
	

/* ============================================= */
/* M A I N   M E N U   */ 

#navMenu p{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:9px;
	}

.FormControl {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

#errDiv {
	color:#E11E1E;
	font-weight:bold;
	font-size:11px;	
	height:2em;
	margin-bottom:0em;
	margin-top:0.75em;
	height:2em;
	text-align:center;
}	
