body {
	background: #2b2c30 url('bg-tile.jpg') repeat-x;
	margin: 0px 0px 0px 0px;
	width: auto;
	height: 100%;
}

table {
	border-collapse: collapse; border-spacing: 0;
}

.form {
	border: 1px solid #000;
	padding: 5px;
}

.formvalid {
	border: 1px solid #000;
	padding: 5px;
	background-color: #fff;
}

.form td {
	padding: 5px;
	vertical-align: middle;
	text-align: left;
}

.form textarea {
}

.form input {
	width: 150px;
	font-family: Tahoma;
	font-size: 12px;
}

.hlcell {
	background-color: #eee;
}

.nohlcell {
	background-color: #fff;
}

td {
	padding: 0;
}

#tabletop {
	background: url('top_grip.gif') repeat-x;
}

#sitecontainer {
	background: url('back-cable.jpg') no-repeat;
	background-position: left top;
}

#contenttd {
	height: 300px;
	width: 100%;
	background: #d2d4d6 url('white-grad2.gif') repeat-x;
}

.footer {
	text-align: right;
	color: #ffffff;
	font-family: Tahoma; 
	font-size: 10px;
}

.footer a {
	text-decoration: none;
	color: #ffffff;
}

.footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.footer v {
	text-decoration: underline;
	color: #ffffff;
}

.insidefooter {
	padding: 2px 2px 2px 2px;
	background: #ccc;
	border: 1px solid #333;
	border-right: 0;
	border-left: 0;
	color: #000;
	font-family: Tahoma;
	font-size: 10px;
}

.insidefooter a {
	text-decoration: none;
	color: #000;
}

.insidefooter a:hover {
	text-decoration: underline;
	color: #000;
}

.insidefooter v {
	text-decoration: underline;
	color: #000;
}

#nav {
	text-align: left;
	font-family: Tahoma; 
	font-size: 12px;
	width: 150px;
	padding: 5px 10px 10px 12px;
}

#nav a {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

#nav a:hover {
	text-decoration: underline;
	color: #000;
}

#nav v {
	text-decoration: none;
	color: #000;
}

#navtitle {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	/* font-variant: small-caps; */
	text-align: center;
}

td#navbuttons a {
	display: block;
	width: 124px;
	height: 45px;
	float: left;
	margin-left: 3px;
}

#contentmain {
	padding: 5px 10px 10px 12px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	text-align: left;
	/* border-left: 1px solid #000; */
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}

#heading {
	font-weight: bold;
	font-size: 14px;
}

#subheading {
	font-style: italic;
}

#contentmain a {
	color: #333;
	text-decoration: underline;
}

#contentmain a:hover {
	color: #000;
	text-decoration: none;
}

.hidden {
	display: none;
}

.anchor1 {
	background: url('./button/off_home.gif') 0 0 no-repeat;
}

.anchor1:hover {
	background-image: url('./button/on_home.gif');
}
.anchor2 {
	background-image: url('./button/off_services.gif');
}
.anchor2:hover {
	background-image: url('./button/on_services.gif');
}
.anchor3 {
	background-image: url('./button/off_partners.gif');
}
.anchor3:hover {
	background-image: url('./button/on_partners.gif');
}
.anchor4 {
	background-image: url('./button/off_community.gif');
}
.anchor4:hover {
	background-image: url('./button/on_community.gif');
}
.anchor5 {
	background-image: url('./button/off_support.gif');
}
.anchor5:hover {
	background-image: url('./button/on_support.gif');
}
.anchor6 {
	background-image: url('./button/off_contact.gif');
}
.anchor6:hover {
	background-image: url('./button/on_contact.gif');
}
