/* CSS Document */
body {
	margin: 0;
	background-color:#FFFFFF;
	text-align: center;
	min-width: 800px;
	height:100%;
	}
div.container {
	margin: 0px auto;
	width:800px;
	text-align: center;
	height:100%;
	border: 0px dotted red;
  }
div.header {
	margin-top:20px;
	width:800px;
	height:91px;
	border: 0px dotted #ccc;
	}
div.content {
	margin-top:20px;
	margin-bottom:30px;
	width:800px;
	border: 0px dotted #ccc;
	}
div.conleft {
	margin-left:20px;
	margin-top:55px;
	width:220px;
	border: 0px dotted #ccc;
	float:left;
	text-align:left;
	}
div.conright {
	margin-top:20px;
	margin-bottom:20px;
	width:490px;
	border: 0px dotted red;
	float:right;
	text-align:right;
	}
div.icon {
	width:110px;
	height:100px;
	border: 0px dotted #ccc;
	float:left;
	text-align:left;
	display:block;
	}
div.icontext {
	width:200px;
	border: 0px dotted #ccc;
	float:left;
	text-align:left;
	display:block;
	}
.text {
	font:normal 10pt "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-bottom:5px;
	}
div.row {
	width:430px;
	margin-bottom:10px;
	height:140px;
	border: 0px dotted #ccc;
	display:block;
	}
div.row2 {
	width:430px;
	margin-bottom:10px;
	border: 0px dotted #ccc;
	display:block;
	}
div.righttext {
	width:500px;
	border: 0px dotted #ccc;
	text-align:left;
	}
div.footer {
	width:800px;
	border: 0px dotted #ccc;
	}
div.lizard {
	margin-top:20px;
	width:800px;
	border: 0px dotted #ccc;
	}
/* main tag styles */
p {
	font:normal 11pt "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:5px;
	margin-bottom:5px;
	}
.copyright {
	font:normal 9pt "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin-top:5px;
	margin-bottom:5px;
	}
.pub{
	font:italic 11pt "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#663300;
	margin-top:5px;
	margin-bottom:5px;
	}
h1 {
	font:bold 14pt "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	margin-top:5px;
	margin-bottom:5px;
	}
h2 {
	font:bold 12pt "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#663300;
	margin-top:18px;
	margin-bottom:3px;
	}
/* Link style */
a:link, a:visited, a:active {
	color:#000000;
	font:normal "Lucida Grande", "Trebuchet MS",verdana, arial, sans-serif;
	text-decoration:none;
}
a:hover{
	color:#FF6600;
	text-decoration:underline;
	}
a.liz1:link, a.liz2:visited, a.liz3:active {
	color:#CCCCCC;
	font:normal 8pt "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
div.icontext a:link, a:visited, a:active {
	font:normal 10pt "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
div.icontext a.liz4:hover{
	color: #FF9900;
	text-decoration:underline;
	}
a.liz4:hover{
	color: #FF9900;
	text-decoration:underline;
	}
a.pub1:link, a.pub2:visited, a.pub3:active {
	color:#663300;
	font:bold 12pt "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
a.pub4:hover{
	color: #FF9900;
	text-decoration:underline;
	}
