	@charset "utf-8";
	/* Print CSS Document */
	
	body {
		background-image: url(gui/bg_fade.jpg);
		background-repeat: repeat-x;
		background-color:#DADADA;
		padding: 0px;
		margin: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #999;
		text-align: left;		
	}
	a {	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #666;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	
	/* The following .container:after allows the containers floating divs to not be pushed out of the container in Firefox */
	.content:after {
		content: ""; display: block; height: 0; clear: both;}
	
	.wrapper {
		width: 640px;
		background-color: #666;
		margin: auto;
		padding: 6px;
		border-radius: 15px;
	}
	.title {
		display: block;
		padding: 20px;
		margin: auto;
		height: 80px;
		background-color: #036;
		border-radius: 15px;
	}
	.clicktopia {
		width: 200px;
	}
	.title p {
		width: 530px;
		font-style: italic;
		color: #CCC;
		margin: 0;
		padding: 0;
	}
	.contact {
		visibility: hidden;
		padding: 3px 0;
		margin: 0;
	}
	.contact p {
		margin: 0;
		padding: 0;
		color: #999;
	}
	.contact a {
		color: #999;
		font-weight: lighter;
	}
	.container {
		display: block;
		border-radius: 15px;
		background-color: #fff;
		margin: auto;
	}
	.content {
		display: block;
		margin: 0 30px;
		overflow: visible;
		padding-top: 30px;
	}
	.linkbox {
		display: block;
		width: 290px;
		float: right;
		background-color: #E7E7E7;
		padding: 0px;
		margin: 10px -80px 10px 15px;
		top:160px;
		border-radius: 15px;
		border-left: #ccc solid 1px;
	}
	h2 {
		color: #FFF;
		background-color: #333;
		font-size: 10pt;
		font-style: normal;
		display: block;
		margin: 0;
		padding: 5px;
		border-top-right-radius: 15px;
	}
	h3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #ccc;
		text-align: right;
		padding: 5px;
	}
	em {
		color: #999;
		font-size: 10pt;
		font-style: italic;
	}
	p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #666;
		display: block;
		margin: 0 0 10px 0;
	}
	ul {
		font-size: 10pt;
		list-style-type: none;
		margin: 0;
		display: block;
		padding: 5px 10px 15px 10px;
	}
	li {
		padding-bottom: 5px;
	}
	li em{
		font-size: 8pt;
		font-weight: lighter;
		padding: 0;
	}
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22pt;
		color: #fff;
		vertical-align: central;
		text-shadow: 2px;
	}
	h2 em {
		color: #CCC;
	}
	.bluebullet {
		color: #0567B2;
	}
