body {
	background-color:#fdfdfd;
	color:#757575;
	font-family:"Lucida Grande",Helvetica,arial,verdana,sans-serif;
	height:100%;
	margin:0; padding:0;
	width:auto;
	letter-spacing:0.00em;
	text-rendering: optimizeLegibility;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#fdfdfd), color-stop(0.1, #fff) color-stop(0.9, #fdfdfd) );
	}

p:hover a {	background-color:#69CAE6; }

a, a:link {
	text-decoration:none;
	text-shadow: rgba(255,255,255,0.50) 0px 1px 1px;	
	white-space: nowrap;

	color:#206A91;
	background-color:#69CAE6;

	color:#555;
	background-color:#e0e0e0;
	}
	a {
		margin:-0.2em;
		padding:0.02em 0.2em 0.08em 0.2em;
		}
		a:hover, a.selected {
			color:#fff !important;
			background-color:#206A91 !important;
			text-shadow: rgba(0,0,0,0.4) 0 -1px 0.1em;	
			}
p { 
	margin-top:1em;
	text-shadow: rgba(255,255,255,0.95) 0 1px 1px;
}
strong {
	color:#555;
	text-shadow: rgba(0,0,0,0.05) 0 0.05em 0.15em;
	}

#bodycontainer {
	font-size:1.61em;
	line-height:1.75em;
	
	width:auto;
	display:block;
	margin:1.61em 80px 1.61em 60px;
	padding:0;
	text-align:justify;
	}

.logo a {
	display:block;
	padding:0 0 0 0;	
	}
	#logo.logo a {
		width:100px; height:100px; 
		float:left; 
		margin:0.70em 1em 0.5em 0; 
		background:transparent url(/images/Logo-square-100.png) no-repeat scroll left top !important;
		}
	#avatar.logo a {
		width:72px; height:72px; 
		float:right; 
		margin:0.15em 0 0.5em 1em; 
		background:transparent url(http://www.gravatar.com/avatar/f3f07426a947dc7e55d214b85cbd759c?s=72) no-repeat scroll 0 0 !important;
	}
			
#disclaimer, #menu { 
	padding:0.5em 60px; 
	clear:both; 
	color:#B9BABB;
	font-size:.75em; 
	background-color:#f9f9f9;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cdcdcd), to(#f9f9f9), color-stop(0.25, #efefef) );
	border-top:1px solid #cdcdcd;
	}
#menu { 
	background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#cdcdcd), to(#fdfdfd), color-stop(0.25, #efefef) );
	border-top:none;
	border-bottom:1px solid #c0c0c0;
	}
	#disclaimer a, #disclaimer a:link, #menu a, #menu a:link {
		background:#e2e3e5 !important;
		color:#A9AAAB;
		}
		#disclaimer a:hover, #menu a:hover {
			background:#ccc !important;
			color:#fff;
			text-shadow: rgba(0,0,0,0.1) 0 -1px 0.1em;	
	}