/* COMMON STYLES */

body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #e7e7e7;
	font-family: arial, helvetica, sans-serif;
	color: #000;
}
TD, td, .BodyText	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
h1, .h1, .headline1	{
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #009597;
	padding: 0px;
	margin: 0px;
}
h2, .h2, .headline2	{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #009597;
	padding: 0px;
	margin: 0px;
}
.IntroText	{
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	color: #303030;
}
.credit	{
	font-size: 11px;
	color: #7b7b7b;
	font-style: italic;
	padding: 4px;
}
#navbar	{
	background-color: #000;
}
.contentBG	{
	background-color: #f5f5f5;
}
.HomeFeatureBG	{
	background-image: url(http://www.77central.com/images/home/feature-bg.gif);
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	padding: 12px;
}
.subnavBG	{
	background-color: #008194;
}
.subnav	{
	padding: 38px 10px 10px 16px;
}

/* FORM ELEMENTS, BULLET LISTS */

input, textarea, select {
	font-size: 11px;
	border:1px solid #cbcbcb;
	padding: 1px;
}
#subject {
	display: none;
}
ul {
	margin: 5px 10px 0px 11px;
	padding: 0px 10px 0px 11px;
	list-style-image:url("http://www.77central.com/images/common/bullet.gif");
	list-style-type:square;
}


/* NAVIGATION, LINK STYLES */

a, a:visited {
	color: #009597;
	text-decoration: none;
}
a:hover	{
	color: #56A22C;
}
a.subnavOff, a.subnavOff:visited	{
	font-size: 10px;
	line-height: 16px;
	color: #e7e7e7;
	text-decoration: none;
}
a.subnavOn, a.subnavOn:visited	{
	font-size: 10px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
}
a.subnavOn:hover, a.subnavOff:hover{
	font-size: 10px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
}

/* COPYRIGHT, FOOTER */

.footer	{
	font-size: 10px;
	line-height: 16px;
	color: #9b9b9b;
	font-weight: normal;
	padding: 25px 10px 10px 10px;
}
.footerlink, a.footerlink, a.footerlink:visited, a.footerlink:hover	{
	font-size: 10px;
	line-height: 16px;
	color: #9b9b9b;
	font-weight: normal;
	text-decoration: none;
}
