/* Home Page Specific */

.welcome-bg {
	background-image: url(img-template/welcome_bg.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #666666;
}
.bcpremier {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.target {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.home-bullet {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}
.margin-left-16px {
	margin-left: 16px;
}
a.target-black:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
a.target-black:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
a.target-black:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

/* Main navigation menu  */

.menu-bg {
	background-image: url(img-template/menu-bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
a.nav:link      {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding: 6px 14px;
	margin: 0px;
	cursor: hand;
	border: none;
      }
a.nav:visited        {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding: 6px 14px;
	margin: 0px;
	cursor: hand;
	border: none;
      }
a.nav:hover      {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7aa247;
	text-decoration: underline;
	padding: 6px 14px;
	margin: 0px;
	cursor: hand;
	border: none;
      }
	  
/* General Formatting*/
	  
body	{
	background:	#FFFFFF
	}
td  	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
p		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}	
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #7aa247;
}
.title-page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: ##666666;
}
.title-1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: ##666666;
}
.title-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: ##666666;
	}
.green-text	{
	color: #7aa247;
	}  
.bg-palegreen {
	background-color: #EBF8E0;
}
.float-right {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}
.red {
	color: #FF0000;
}

