body {
	margin: 0px;
	font-family: arial;
	background: #DEDEDE;
	font-size: 12px;
}

#wrapper {
	width: 770px;
	margin: 0px auto 0px auto;
	background: #fff;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#heading {
	background: url("images/header.jpg") no-repeat left;
	width: 770px;
	margin: 0px;
	padding: 0px;
	height: 70px;
}

#heading span {
	display: none;
}

#navlevel1 {
	font-size: 14px;
	padding: 6px;
	margin: 1px 0px 1px 0px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #5A5A5A;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	background-position: 20px center;
	letter-spacing: 2px;
	text-indent: 10px;
}

#navlevel2 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 11px;
	background: #CECECE;
}

#navlevel1 li, #navlevel2 li {
	float: left;
	list-style-type: none;
}

#navlevel2 li {
	margin-bottom: 2px;
}

#navlevel1 a {
	border-right: 1px solid #909090;
	padding: 5px 10px 5px 10px;
	float: left;
	color: #fff;
}

#navlevel1 a:hover {
	background: #767676;
}

#navlevel2 a {
	width: 140px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	float: left;
	color: #3D3D3D;
	background: #EEEEEE;
}

#navlevel2 a:hover {
	background: #AEAEAE;
	color: #fff;
}

#leftnav {
	padding: 10px;
	float: left;
	width: 160px;
	margin-right: 10px;
}

#content {
	float: left;
	width: 560px;
}

#content p {
	line-height: 140%;
}

#content h1 {
	color: #333333;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	background: url("images/dots.jpg") bottom repeat-x;
	font-weight: normal;
	text-indent: 5px;
}

#content h2 {
	color: #EB7206;
	font-size: 14px;
}

#footer {
	color: #fff;
	padding: 5px;
	background: #535354;
	font-size: 10px;
	clear: both;
	text-align: center;
}

#footer2 {
	padding: 10px;
	text-align: center;
	font-size: 10px;
	background: #EBEBEB;
}

#leftnav h2 {
	color: #FFFFFF;
	font-size: 11px;
	background: #676869;
	padding: 5px;
	margin: 20px 0px 2px 0px;
	clear:both;
}

.sitetitle {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	border-left-width: thin;
	border-left-style: solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #E6E6E6;
	border-right-style: none;
	border-bottom-style: none;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.comparetable {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

.comparetable th {
	background: #EEEEEE;
}
#tableborderlr {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
#maintableborder {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
