@charset "utf-8";
.main-bg {
	background-color: #000000;
	background-image: url(images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.white-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #6D6D6D;
	text-decoration: none;
}
.list 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #6D6D6D;
	text-decoration: none;
	}
.dotted_lines {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #E2E2E2;
}

	
	.list ul
	{
		padding:0px;
		margin:0px;
		list-style:none;
		padding-left:0px;
		padding-top:15px;
	}
	
	.list li
	{
		line-height:22px;
		background:url(images/arrow.gif) 0px 9px no-repeat;
		padding-left:15px;
	}
	.list a, .list a:link
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #6D6D6D;
	text-decoration: none;
	}

	.list a:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #6D6D6D;
	text-decoration: none;
	}
	.blue-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003ABA;
	text-decoration: none;
}
	.blue-link a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003ABA;
	text-decoration: none;
}
	.blue-link a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}.footer-bg {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.list2
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #6D6D6D;
	text-decoration: none;
	}
	
	.list2 ul
	{
		padding:0px;
		margin:0px;
		list-style:none;
		padding-left:15px;
		padding-top:0px;
	}
	
	.list2 li
	{
		line-height:22px;
		background:url(images/arrow2.gif) 0px 9px no-repeat;
		padding-left:15px;
	}
	.list2 a, .list2 a:link
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #6D6D6D;
	text-decoration: none;
	}

	.list2 a:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #FFFFFF;
	text-decoration: none;
	}
.footer-small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.white-heading {
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
}


/*  My Classes */
.coachBox 
{
	width:250px;
	float:right;
	margin-right:50px;
	margin-bottom:30px;
}
.coachBox img { border:#0039ba 2px solid;}
