html { overflow: scroll; }

* {
	padding: 0px;
	margin: 0px;
	}

body { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #101520; 
	background-color: #101520;
	height: 100%;
	
	}

p	{
	font-size: 14px;
}


h1 { 
	font-size: 20px; 
	text-align: left; 
	margin-top: 10px; 
	margin-bottom: 20px;
	color: #404568; 
	}
	

h2 { 
	font-size: 16px; 
	text-align: left; 
	font-weight: normal;
	margin-bottom: 15px;
	}
	

h3 { 
	font-size: 14px; 
	text-align: left;  
	font-weight: normal;
	margin-bottom: 10px;
	}

ul	{
	padding-left: 30px;
	padding-top: 25px;
	list-style-type: none;
	font-size: 14px;
	line-height: 150%;
}

img {
	border-style: solid;
	border-width: 3px;
	border-color: #404568;
	}

a:link { 
	color: #404568;  
	text-decoration: none; 
	}

a:visited { 
	color: #404568;  
	text-decoration: none; 
	}
	
a:hover { 
	color: #101520; 
	text-decoration: none; 
	}



.main {
	width: 850px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fcfdff;
	}


.leftpane { 
	float: left;
	width: 525px; 
	padding-top: 75px; 
	padding-left: 50px;
	height: 100%;
	}
	 
.rightpane { 
	width: 160px; 
	height: 900px;
	float: right;	
	clear: right;
	margin-top: 0px;
	padding-top: 50px; 
	padding-left: 30px;
	padding-right: 30px;
 	border-left-style: solid;
	border-left-width: 5px; 
	border-left-color: #404568;
	background-color: #ececfc;
	}


.contact { 
	font-size: 13px; 
	line-height: 140%;
	}
 
.tail { 
	font-size: 10px;
	clear: both;
	}






