body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  background-color: #000000;
  margin: 0 0 0 0;
}

.content-tb {
	background-color: #D0F1F5;
	width: 988px;
}


/*Link Color*/
a.main:link {
	color: #F0619C;
	text-decoration : none;
}
a.main:active {
	color: #058C9C;
	text-decoration : none;
}
a.main:visited {
	color: #F0619C;
	text-decoration : none;
}
a.main:hover {
	color: #058C9C;
	text-decoration : none;
}

/*Header*/
.header {
	background-image: url(../images/hd-brgd.jpg);
	background-color: #75EEF6;
	padding: 10px;
	width:100%;
}

/*Nav Bar*/
.NavBar a:link, .NavBar a:visited {
	background-color: #ffffff;
	color: #F0619C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	height: 38px;
}

/* custom hover for navibar */
.NavBar a:hover, .NavBar a:active {
	text-decoration: none;
	color: #75EEF6;
	background-color: #444444;
}

.NavTbl {
	background-image: url(../images/nav-bkgd.jpg);
	background-repeat: repeat-x;
	height: 38px;
	width: 100%;
}

.lt-contact	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FACBD9;
}

.contact	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FACBD9;
}

.welcome {
	font-family: Forte;
	font-size: 24px;
	color: #058C9C;
}

.footer	{
	font-size: 16px;
	font: bolder;
}

.large	{
	font-family: "Arial Black";
	font-size: 18px;
	font-weight: normal;
}
