body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px;
	background-color: #666666;
	font-size: 12px;
	color: #333333;
	text-align: center;

}
td {
}
th {
}
#template {
	margin-left: auto;
	margin-right: auto;
	width: 798px;
	position: relative;
}
#header {
	height: 125px;
	width: 798px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}

#menu {
	height: 22px;
	width: 800px;
	position: absolute;
	z-index: 2;
	top: 103px;
	left: 2px;
}
.currentLink {
	text-align: center;
	height: 19px;
	width: 133px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 3px;
	background-image: url(../images/layout/tab.gif);
	float: left;
}

* html .currentLink {
	height: 22px;
}

.menuLink {
	text-align: center;
	height: 22px;
	width: 133px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 3px;
	float: left;
	vertical-align: middle;
}

#content {
	width: 756px;
	padding: 145px 20px 20px 18px;
	border-top: 2px none #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px none #CCCCCC;
	border-left: 2px solid #CCCCCC;
	background-color: #FFFFFF;
	float: left;
	_float: none;
}

* html #content {
	width: 798px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #999999;
}
#footer a:active {
	color: #999999;
}
#footer a:hover {
	color: #333333;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu a.currentLink {
	color: #999999;
}
a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
#footer {
	width: 798px;
	background-image:  url(../images/footer/footer.jpg);
	margin: 0px;
	padding: 0px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	color: #999999;
	font-size: 11px;
	float: left;
}
.heading {
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}
#contactUsLink {
	width: 132px;
}
#homeLink {
	width: 131px;
	background-position: right bottom;
}
p {
	margin: 0px 0px 10px;
	padding: 0px;
}
.bullet {
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	list-style-position: outside;
	list-style-type: disc;

}
.bullet2 {
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	list-style-position: outside;
	list-style-type: disc;
}
