/* centered content uses floats to position divs */
html {color:#fff; background:#002B43;}
body {
	text-align:center;
	font-family:"trebuchet ms", tahoma, arial, verdana, sans-serif; 
	font-size:76%; 
	color:#ddd; 
	padding:0; 
	border:0; 
	margin:0; 
	background:#002B43;
}

.help{    
	border-bottom: 3px double;    
	background-color: #003755;    
	cursor: help;  
	
	}

a, a:visited {color:#CCC;text-decoration:none;}
a:hover {
	color:#FFF;
	text-decoration:underline;
	background-color: #00344B;
	}

p {
	font-size:1.0em;
	padding:0;
	margin:0;
	/*margin-bottom: 1px;*/
	/*border: 1px solid red;*/
	 
}

h1 {
	font-size:1.4em;
	/*line-height:55px;*/
	color:#40B39B;
	margin:0;
	padding:0;
	/*
     margin-top:0.6em;
     margin-bottom:-1.0em;
	 */
}

h2 {
	margin:0;
	padding:0;
	margin-top:0.2em;
	font-size:1.3em;
	color:#40B39B;

}

h3 {
	margin:0;
	padding:0;
	margin-top:0.2em;
	font-size:1.1em;
	color:#40B39B;

}

h4 {
	margin:0;
	padding:0;
	font-size:1.0em;
	color:#40B39B;
}


#wrapper {
	margin-left: auto;
    margin-right: auto;
	margin-top: 5px;
	padding-bottom:1px;
	padding-top:0px;
    text-align: left; /* to realign the text */

	width:1020px; 
	height:690px;
/*	height:auto;*/
	background:#002B43;

}

#logo {
	background:#002B43;
	width:105px;
	height:600px;
	padding-top:12px; 
	margin-right:10px;
	float:left;

}



#header {
	width:840px;
	height:60px;
	margin-bottom:10px; 
	float:left;
	z-index:1001;

}


#content {
	width:770px;
	height:520px;
	background:#002B43;
	/*float:right;*/
	float:left;
	padding-top:20px;
	padding-left:37px;
	font-size: 1em;
	z-index:1000;

}

#wrapper1 {
	margin-left: auto;
    margin-right: auto;
	margin-top: 5px;
	padding-bottom:1px;
	padding-top:0px;
    text-align: left; /* to realign the text */

	width:1280px; 
	height:690px;
/*	height:auto;*/
	background:#002B43;

}

#content1 {
	width: 570px;
	height:auto;
	background:#002B43;
	/*float:right;*/
	float:left;
	padding-top:20px;
	padding-left:15px;
	font-size: 1em;
	z-index:1000;

}

#text {
	padding-right:50px;
	padding-left:0px;
}

#heads {
	padding-right:50px;
	padding-left:0px;
}

#footer {
	width:1018px;
	height:60px;
	/*background:#002B43; */
	float:left;
	/*margin-bottom:1px;*/

}

.hiddenfromview {display:none;}
