body { 
	color: white;
	background-color: #666666;
	font-family: Century Gothic, Helvetica, Arial, sans-sarif;
	}
	
#menu { position:fixed; top:0px; left:0px; width:160px; height:100%; margin:5px 5px;border-right:solid 1px white; visibility:visible; background-color:#666666; }
#menu a { text-decoration:none; text-align:left; }
#menu a:link { text-decoration: none; color: white }
#menu a:active { color: none; }
#menu a:visited { text-decoration: none; color: white }
#menu a:hover { text-decoration:underline; background-color:none; }

.MenuItem { display: block; width:75px; font-family: Century Gothic, Helvetica, Arial, sans-sarif; font-size:100%; }

div.copyrightinfo {
	padding-top: 10em;
	padding-left: 0em;
	Padding-right: 0.5em;
	color: #D8D8D8;
	text-align: left;
	font-size: 0.75em; 
	}

div.myname {
	padding-top: 5px;
	padding-bottom: 1em;
	color: white;
	text-align: center;
	font-size: 200%;
	font-weight: normal;
	}
	
div.ClientTextBlock {
	margin:auto;
	width:40%;
	background-color:#666666;
	color: white;
	text-align: center;
	font-size: 120%
	}
	
div.ClientTextBlock a:link { text-decoration: none; color: white }
div.ClientTextBlock a:active { color:none; }
div.ClientTextBlock a:visited { text-decoration: none; color: white }
div.ClientTextBlock a:hover { text-decoration: underline; background-color: none; }	

div.textblock {
	margin:auto;
	width:40%;
	background-color:#666666;
	color: white;
	text-align: center;
	font-size: 100%
	}
	
div.textblock a:link { text-decoration: none; color: #D8D8D8 }
div.textblock a:active { color:none; }
div.textblock a:visited { text-decoration: none; color: #D8D8D8 }
div.textblock a:hover { text-decoration: underline; background-color: none; }	



