body
{
font-family: "comic sans ms", arial,Sans-serif;
font-weight: lighter;
font-size: 12px;
margin: 0 0 0 0;
}

.title
{
	/*green*/
	color: #6DAA16;
	font-size: 15px;
	font-weight: bold;
}

.subtitle
{
	/*orange*/
	color: #FA9C41;
	font-size: 13px;
	font-weight: bold;
}

.Color_1
{
	/*blue*/
	color: #4D76DD;
}

.Color_2
{
	/*black*/
	color: #000000;
}

.Color_3
{
	/*orange*/
	color: #FA9C41;
}

.Color_4
{
	/*green*/
	color: #6DAA16;
}

#Welcome_Line
{
	/*top,right,bottom,left*/
	padding: 5px 0px 5px 10px;
}

#Logo
{
	/*top,right,bottom,left*/
	padding: 5px 0px 5px 0px;
}

#Content_Main
{
	/*top,right,bottom,left*/
	padding: 5px 10px 5px 10px;
}

#Content_Side
{
	/*top,right,bottom,left*/
	padding: 0px 10px 0px 0px;
}

#Menu
{
	/*top,right,bottom,left*/
	padding: 5px 5px 5px 5px;
}

#Menu_Home
{
	background-image: url(images/Menu_Home.gif);
    background-repeat: no-repeat;
	height: 12px;
	width: 36px;
}

#Menu_A_Home
{
	background-image: url(images/Menu_A_Home.gif);
    background-repeat: no-repeat;
}

#Menu_Home:hover
{
	background-image: url(images/Menu_A_Home.gif);
    background-repeat: no-repeat;
}

#Menu_Bio
{
	background-image: url(images/Menu_Bio.gif);
    background-repeat: no-repeat;
	height: 12px;
	width: 33px;
}

#Menu_A_Bio
{
	background-image: url(images/Menu_A_Bio.gif);
    background-repeat: no-repeat;
}

#Menu_Bio:hover
{
	background-image: url(images/Menu_A_Bio.gif);
    background-repeat: no-repeat;
}

#Menu_Coaching
{
	background-image: url(images/Menu_Coaching.gif);
    background-repeat: no-repeat;
	height: 12px;
	width: 80px;
}

#Menu_A_Coaching
{
	background-image: url(images/Menu_A_Coaching.gif);
    background-repeat: no-repeat;
}

#Menu_Coaching:hover
{
	background-image: url(images/Menu_A_Coaching.gif);
    background-repeat: no-repeat;
}

#Menu_Services
{
	background-image: url(images/Menu_Services.gif);
    background-repeat: no-repeat;
	height: 12px;
	width: 60px;
}

#Menu_A_Services
{
	background-image: url(images/Menu_A_Services.gif);
    background-repeat: no-repeat;
}

#Menu_Services:hover
{
	background-image: url(images/Menu_A_Services.gif);
    background-repeat: no-repeat;
}

#Menu_Questionnaire
{
	background-image: url(images/Menu_Questionnaire.gif);
    background-repeat: no-repeat;
	height: 12px;
	width: 87px;
}

#Menu_A_Questionnaire
{
	background-image: url(images/Menu_A_Questionnaire.gif);
    background-repeat: no-repeat;
}

#Menu_Questionnaire:hover
{
	background-image: url(images/Menu_A_Questionnaire.gif);
    background-repeat: no-repeat;
}

#Menu_BookList
{
	background-image: url(images/Menu_BookList.gif);
    background-repeat: no-repeat;
	height: 12px;
	width: 65px;
}

#Menu_A_BookList
{
	background-image: url(images/Menu_A_BookList.gif);
    background-repeat: no-repeat;
}

#Menu_BookList:hover
{
	background-image: url(images/Menu_A_BookList.gif);
    background-repeat: no-repeat;
}

#Menu_ContactUs
{
	background-image: url(images/Menu_ContactUs.gif);
    background-repeat: no-repeat;
	height: 12px;
	width: 65px;
}

#Menu_A_ContactUs
{
	background-image: url(images/Menu_A_ContactUs.gif);
    background-repeat: no-repeat;
}

#Menu_ContactUs:hover
{
	background-image: url(images/Menu_A_ContactUs.gif);
    background-repeat: no-repeat;
}

a:link
{
	color: #4D76DD;
}

a:visited
{
	color: #6DAA16;
}

a:hover
{
	color: white;
	background-color: #4D76DD;
}

a:active
{
	color: white;
	background-color: #FA9C41;
}

a.LbD:link
{
	color: white;
/*	color: #6DAA16; */
}

a.LbD:visited
{
	color: white;
}

a.LbD:hover
{
	color: white;
	background-color: #FA9C41;
}

a.Menu:link
{
	background-color: white;
}

a.Menu:visited
{
	background-color: white;
}


a.Menu:hover
{
	background-color: white;
}


a.Menu:active
{
	background-color: white;
}

