#container {
	text-align: center;
	width: 650px;
	left: auto;
	right: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
p {
	font-size: 70%;
}
#padding {
	padding: 10px;
}
#homeleft {
	float: left;
	position: relative;
	width: 141px;

}
#homeright {
	float: right;
	position: relative;
	width: 220px;

}
.toppad-16 {
	margin-top: 16px;
}
.toppad-26 {
	margin-top: 26px;
}
a.pinklink {
	color: #F10874;
	text-decoration: underline;
}
a.pinklink:hover {
	color: #F10874;
	text-decoration: none;
}
a.orangelink {
	color: #FF6600;
	text-decoration: underline;
}
a.orangelink:hover {
	color: #FF6600;
	text-decoration: none;
}
a.greenlink {
	color: #97CC25;
	text-decoration: underline;
}
a.greenlink:hover {
	color: #97CC25;
	text-decoration: none;
}
a.bluelink {
	color: #0CB6CF;
	text-decoration: underline;
}
a.bluelink:hover {
	color: #0CB6CF;
}
#nav {
	margin: 0px;
	padding: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	display: block;
	width: 220px;
	left: 0px;	
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #0A0A0A;
	text-decoration: none;
}
#nav a:hover {
	font-size: 80%;
	color: #FF6600;
	text-decoration: underline;

}
#nav #navon {
	background-color: #0A0A0A;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#nav #navon a {
	background-color: #0A0A0A;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;


}
#subnav {
	margin: 0px;
	padding: 0px;
	background-color: #0A0A0A;

}
#subnav ul {
	margin: 0px;
	padding: 0px;
}
#subnav li {
	list-style-type: none;
	display: block;
	padding: 1px 1px 1px 2px;
}
#subnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0A0A0A;
	display: inline;

}
#subnav a:hover {
	font-size: 70%;
	color: #FF6600;
	text-decoration: underline;

}
#subnav #subnavon {
	text-decoration: underline;

}
#subnav #subnavon a {
	text-decoration: underline;
	font-weight: bold;


}
#subnav #subnavon a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;



}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
#signup {
	width: 165;
	text-align: left;
	left: auto;
	right: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image:url(images/signup-bg.gif);
}


