html,body,div,span,hr,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,:before,:after,input,textarea,select{background:none;border:0;border-collapse:collapse;border-spacing:0;border-width:0;bottom:auto;clear:none;content:none;direction:ltr;float:none;left:auto;margin:0;outline:0;padding:0;right:auto;text-decoration:none;text-indent:0;top:auto;}
body,input,select,textarea,option,iframe,code{background:#fff;font-family:Arial,Helvetica,sans-serif;}
body { font-size: 62.5%; text-align: center; }



/* Top header. */

#header {
background: url(../graphics/home10/banner.jpg) 0 100% no-repeat;
height: 158px;
margin: 10px auto 0;
position: relative;
width: 860px;
}

	#header a {
	background: url(../graphics/home10/email.jpg) no-repeat;
	display: block;
	height: 31px;
	left: 0;
	position: absolute;
	text-indent: -10000px;
	top: 127px;
	width: 401px;
	}
	
		#header a:hover {
		background: url(../graphics/home10/email_over.jpg) no-repeat;
		}
	
	
	
/* Navigation. */

#nav {
border-bottom: 2px solid #0E93C4;
border-top: 2px solid #0E93C4;
color: #fff;
font-size: 1.4em;
margin: 0 auto;
padding: 5px 0;
width: 960px;
}

	#nav p {
	margin: 0 auto;
	text-align: left;
	width: 870px;
	}
	
	#nav a {
	color: #0E93C4;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0 5px;
	}
	
		#nav a:hover {
		color: #000;
		}



/* Panel wrapper. */

#wrapper {
margin: 0 auto;
padding: 20px 0;
width: 920px;
}


/* Right panel. */

#right {
background: #F6FA9B url(../graphics/home10/right_top.jpg) no-repeat;
float: right;
font-weight: bold;
margin: 0 30px 0 0;
width: 400px;
}

	#right h1 {
	font-size: 1.4em;
	padding: 8px 20px;
	}

	#right p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 6px 20px;
	}
	
	#right p#right_footer {
	padding: 4px 0 0;
	}



/* Left panel. */

#left {
float: left;
text-align: left;
width: 443px;
}

	#left p  {
	padding: 0 0 20px;
	}
	


/* Footer. */

#footer {
background: url(../graphics/home10/footer.jpg) repeat-x;
margin: 0 auto;
width: 960px;
}

p#footer_text {
font-size: 1.2em;
padding: 14px 0 0;
}
	
	
/* Fixes. */

		  #wrapper { height: 1%; }
html>body #wrapper { height: auto; overflow: auto; }