html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
 	min-width:1530px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #434E64;
	background-attachment: fixed;
	background-image: url(assets/hybridbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.floatleft {
	float: left;
	border: 0px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
.cells {
	background-color: #7C879B;
	background-position: 0px 0px;
	margin: 1px;
	padding: 1px;
	border: 1px solid #FFFFFF;
	vertical-align: top;
}
.content-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border: 1px solid #333333;
	text-align: justify;
}
div#credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	list-style-type: none;
	z-index: 9;
}
div#linklist {
	background-color: #7C879C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: none;
	height: 0px;
	width: 100%;
	list-style-type: disc;
	text-indent: 0pt;
	text-align: left;
	vertical-align: top;
	z-index: 10;
	margin: 0px;
	padding: 0px;
}
div#linklist ul li {
	list-style-type: none;
	list-style-position: outside;
	width: 100%;
	height: 25px;
	text-align: center;
	text-indent: 0pt;
	vertical-align: middle;
	padding-top: 3px;
}
div#linklist ul {
	margin: 0;
	padding: 0;
}
.Headings {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	text-decoration: underline;
}
div#linklist ul li a:hover {
	width: 100%;
	background-color: #666666;
}
.bullet {
	list-style-type: none;
}
