﻿body, html
{
    font-size: 12px;
    font-family: Arial,Verdana, Helvetica;
    color: #000000;
    background-color: #694f40;
}

.MainOuterTable
{
    width: 100%;
}

.Maintable
{
    background-image: url('images/MainMiddleRepeat.jpg');
    background-repeat: repeat-y;
    background-position: center top;
}

.MaintableTop
{
    background-image: url('Images/MainTop.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    width: 1026px;
}

.MaintableBottom
{
    background-image: url('Images/MainBottom.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0px 26px 27px 0px;

}

.SideMenuTop
{
    background-position: left top;
    background-image: url('images/MenuTop-trans.png');
    background-repeat: no-repeat;
    height: 64px;
    width: 210px;
    cursor: pointer;
}

.SideMenuTop table
{
    height: 31px;
    width: 148px;
    margin-top: 7px;
}


.SideMenuMiddle
{
    background-position: left top;
    background-image: url('images/MenuMiddle-trans.png');
    background-repeat: no-repeat;
    height: 43px;
    width: 210px;
    cursor: pointer;
}

.SideMenuMiddle table
{
    height: 31px;
    width: 148px;
    cursor: pointer;
}

.SideMenuBottom
{
    background-position: left top;
    background-image: url('images/MenuBottom-trans.png');
    background-repeat: no-repeat;
    height: 68px;
    width: 210px;
    cursor: pointer;
}

.SideMenuBottom table
{
    height: 31px;
    width: 148px;
    cursor: pointer;
}

.SideMenua:link, .SideMenua:visited, .SideMenua:active
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.SideMenua:Hover
{
    color: #BAB2A5;
    text-decoration: none;
    cursor: pointer;
}

/*************************************************************
Terry's stuff for SEO
*/

.titleH05
{
    font-size: 10px;
    color: #000000;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
.titleH05 a:link, .titleH05 a:visited, .titleH05 a:active
{
    color: #a79f8e;
    text-decoration: none;
}

.titleH05 a:hover
{
    color: #CC9900;
}







.titleH06
{
    font-size: 18px;
    color: #a79f8e;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
.titleH06 a:link, .titleH06 a:visited, .titleH06 a:active
{
    color: #a79f8e;
    text-decoration: none;
}

.titleH06 a:hover
{
    color: #CC9900;
}




.titlefrontpage1
{
    font-size: 16px;
    color: #544741;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
.titlefrontpage1 a:link, .titlefrontpage1 a:visited, .titlefrontpage1 a:active
{
    color: #a79f8e;
    text-decoration: none;
}

.titlefrontpage1 a:hover
{
    color: #CC9900;
}






.titlefrontpage2
{
    font-size: 12px;
    color: #544741;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
.titlefrontpage2 a:link, .titlefrontpage2 a:visited, .titlefrontpage2 a:active
{
    color: #a79f8e;
    text-decoration: none;
}

.titlefrontpage2 a:hover
{
    color: #CC9900;
}

/*************************************************************
Comprehensive Eye Exam Page Text
*/

.comprehensiveEyeExamPage
{
    font-size: 14px;
    color: #544741;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
.comprehensiveEyeExamPage a:link, .comprehensiveEyeExamPage a:visited, .comprehensiveEyeExamPage a:active
{
    color: #a79f8e;
    text-decoration: none;
}

.comprehensiveEyeExamPage a:hover
{
    color: #CC9900;
}



/*************************************************************
Footer links
*/
.greenLink:link, .greenLink:visited, .greenLink:active
{
    color: #a79f8e;
    text-decoration: none;
}
.greenLink:hover
{
    color: #990000;
}


a:link
{
	text-decoration : none;
	color: #694f40;
}
a:visited
{
	text-decoration : none;
	color: #694f40;
} 
a:active
{
	text-decoration : none;
	color: #694f40;
}
a:hover
{
	text-decoration : none;
	color: #005700;
}



