body { 
	text-align: center;
	font-size: small;
	line-height: 120%;
	background-color: #ccc;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	}

a:link {
	color: #00f;
	text-decoration: underline;
	}

a:visited {
	color: #609;
	text-decoration: underline;
	}
	
a:hover {
	color: #cc0000;
	text-decoration: underline;
	}
	
a:active {
	color: #f00;
	text-decoration: underline;
	}
	
.container {
	width: 90%;
	margin: 10px auto;
	line-height: 130%;
	background: #fff;
	padding-bottom: 15px;
	}

.header {
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
	}
	
.icon {
	margin0px;
	border: 0px;
	text-decoration: none;
	}
	
.icon2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	border: 1px dashed #ccc;
	text-decoration: none;
	}

.logo1 {
	float: left;
	margin: 0px;
	z-index: 1;
	}

.logo2 {
	margin: 10px;
	z-index: 2;
	}
	
.navbar {
	float: left;
	width: 100px;
	margin: 15px auto;
	padding-left: 50px;
	text-align: left;
	font-weight: bold;
	}

.menu {
	float: right;
	width: 200px;
	margin: 2px auto;
	padding: 15px;
	text-align: left;
	}
	
.menu h3 {
	font-size: large;
	font-weight: normal;
	}
	
.navbar p, .menu p {
	margin: 0px 0px 30px 0px;
	border: 1px dashed #ccc;
	padding: 5px;
	}

.content {
	margin-left: 170px;
	margin-right: 25px;
	border-left: 1px solid #cccccc;
	padding: 15px;
	text-align: left;
	}

.topic {
	font-weight: bold;
	}
	
.top {
	font-size: x-small;
	}

.content p, h2, h3 {
	margin: 0px 0px 30px 0px;
	}
	
#ccoptin {
	text-align: center;
	color: #000;
	background: #c9f;
	border: 1px dashed #666;
	padding: 3px;
	}

.leftscreenshot {
	float: left;
	margin: 0px 10px 0px 0px;
	}
	
.rightscreenshot {
	float: right;
	margin: 0px 0px 0px 10px;
	}
	
.description {
	height: 150px;
	margin: 0px;
	padding: 0px;
	}
		
.footer {
	clear: both;
	text-align: center;
	height: 100px;
	background: #fff;
	margin-top: 15px;
	border-top: 1px #cccccc solid;
	}
	
.footnote {
	font-size: small;
	}
	
#egmsys {
	background-color: transparent;
	color: #999;
	font-size: 8pt;
	text-align: center;
	}

	
.lm20 {
	padding-left: 25px;
	}
	
ul	{
	list-style-type: circle;
	margin-top: -15px;
	}	
