﻿body 
{
    width:760px;
    margin-left:auto;
    margin-right:auto;
    font-family: Tahoma, Verdana, Arial, Times;
    font-size:12px;
    line-height:130%;
    color:White;
    background-color:Black;
}
#header
{
    width:760px;
    margin-left:auto;
    margin-right:auto;
}
#header a
{
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    color:White;
}
#header a:hover
{
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    color: Orange;
}
#header2
{
    width:810px;
    height:157px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/websiteheader1.jpg);
    background-repeat:no-repeat;
    text-align:right;
    font-size:14px;
}
#header2 a
{
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    color:White;
}
#header2 a:hover
{
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    color: Orange;
}
#maincontent
{
    width:760px;
    margin-left:auto;
    margin-right:auto;

}
#maincontent a
{
    text-decoration: none;
    color: White;
}
#maincontent a:hover
{
    text-decoration: none;
    color: Yellow;
}

#appholder
{
    width:810px;
    margin-left:auto;
    margin-right:auto;
    height:100px;
}

#myfooter
{
    width:810px;
    height:99px;
    padding-top:30px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(../images/websitefooter.jpg);
    background-repeat:no-repeat;
    text-align: center;
    font-size:14px;
}
#myfooter a
{
    text-decoration:none;
    font-size:16px;
    font-weight:bold;
    color: #4e94ca;
}
#myfooter a:hover
{
    text-decoration:none;
    font-size:16px;
    font-weight:bold;
    color: Orange;
}

