
.toolbar {
background-color: rgb(150,21,6);
padding: 0px 0px 0px 0px;
}
.menu {
     border-right: 1px solid orange;
     text-decoration: none;
     color: rgb(231,237,237);
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12pt;
     font-weight: bold;
     padding: 0px 6px 0px 6px;
     
}
:hover.menu {
	background-color: rgb(255,153,0);
	}
	
.lefttoolbar {
	border-left: 1px solid orange;
	border-top: 1px solid orange;
	border-right: 1px solid orange;
	border-bottom: 1px solid orange;
	background-color: rgb(80,100,0);
	padding: 6px 6px 6px 6px;
}
.leftmenu {
     text-decoration: none;
     color: rgb(231,237,237);
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12pt;
     <!--font-weight: bold;!-->
     padding: 0px 6px 0px 6px;     
}
:hover.leftmenu {
	background-color: rgb(255,153,0);
		}

.coachingstepbar {
	border-left: 1px solid orange;
	border-top: 1px solid orange;
	border-right: 1px solid orange;
	border-bottom: 1px solid orange;
	background-color: rgb(80,100,0);
	padding: 0px 2px 0px 2px;
	}


.coachingmenu {
     text-decoration: none;
     color: rgb(231,237,237);
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11pt;
     <!--font-weight: bold;!-->
     padding: 0px 0px 0px 0px;     
}
:hover.coachingmenu {
	background-color: rgb(255,153,0);
	background-color: #E19300;
		}


	
body 
{	

	background-color: rgb(90,60,50);
	background-image: url('images/brownstripe.jpg');
	background-image: url('images/hectorshillbackground.jpg');

	font-family:Arial, Helvetica, sans-serif; 
	font-weight: regular;
	font-size: 11pt;
	line-height: 150%;
	color: rgb(252,237,187);
	margin-top: 50px;
	padding: 0pt;	
	 }

p 
{ 
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%; 
	color: rgb(252,237,187);
	font-size: 11pt;

}

td
{ 
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%; 
	color: rgb(252,237,187);
	font-size: 11pt;

}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(231,237,237);
}
	
a:link
{   font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: rgb(231,237,237);
}
a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: rgb(222,224,216); 
} 
a:active 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: rgb(254,239,203);
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: rgb(179,179,0);
}


ul li 
{ 	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	line-height: 150%;
	color: rgb(252,237,187);
	margin: 0 0 0 0; 
   	padding: 0 0 0 0;
}
ul li a:link
{ 	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	color: rgb(255,204,102);
}
ul li a:visited
{ 
   	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	color: rgb(153,153,153);
}