body
{
    padding: 0px;
    margin: 0px;
    font-family: "Arial";
}
.widget
{
    display:inline-block; 
    max-width:175px; 
    margin:20px; 
    vertical-align:top;
    text-decoration:none; 
}
.NoLineLink
{
    text-decoration:none; 
    text-decoration-color:none; 
    color:black; 
}
.LinedLink
{
    text-decoration-color:none; 
    color:black; 
}
a:visited .NoLineLink .LinedLink
{
    color:black; 
}
.tdalign-top
{
    vertical-align:top;
}
.EntryList
{
    border:0px solid; 
    width:100%; 
    background-color:white;
}
.headerTextArea
{
    text-align:center; 
    margin:0px auto; 
    width:100%; 
    min-width:600px;
}
.header
{
    width: 100%;
    height: 100px;
    background: url('/Content/images/HeaderBG.png') repeat-x;
    color: White;
    position: fixed;
    top: 0px;
    padding: 20px;
}

.footer
{
    width: 100%;
    height: 50px;
    background-color: Black;
    color: White;
    position: fixed;
    bottom: 0px;
    text-align: center;
}

.footerLink
{
    padding: 3px;
    color: white;
}

a:visited .footerLink
{
    color: white;
}

.NormalTextGreen
{
    Color: #A5CF00;
    font-weight:bold;
}

.headerText
{
    font-size: 55px;
    font-weight: bold;
    Color: #A5CF00;
}

.headerTextWhite
{
    padding-left: 10px;
    font-size: 55px;
    font-weight: bold;
    Color: #fff;
}

.headerTextWhiteSmall
{
    font-size: 15px;
    color: #fff;
    word-wrap:normal;

}

.headerTextGreenSmall
{
    color: #A5CF00;
    font-size: 30px;
}

.menucell
{
    padding:5px;
    color: #000;
   
}

.menucellSelected
{
    color: #A5CF00;
}
.menu
{
    padding-top: 2%;
   /* padding-left: 110px;*/
   min-width:600px;
    background: url('/Content/images/MenuBg.png') no-repeat;
    background-size:100%;
    height: 80px;
    width: 75%;
    margin: -10px auto;
    text-align:center;
    vertical-align:middle; 
}
.menuLink
{
    text-decoration: none;
    font-weight: bold;
    color: #000;
    margin: 0px;
}
.menucell:hover
{
    background-color: #98CC49;
}
.content
{
    margin-top: 150px;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
}
.OtherContent
{
    width:75%;
    margin: 10px auto;
}
.HelloBox
{
    min-width:500px;
    margin: 30px auto;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dddddd;
    border: 1px solid #BFBFBF;
    width: 65%;
}
.aboutImage
{
    float: right;
}

.AboutBox
{
    margin: 30px auto;
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dddddd;
    border: 1px solid #BFBFBF;
    width: 900px;
}

.introPara
{
    padding-top: 20px;
    font-size: small;
}

.copyright
{
    font-size: xx-small;
}

.txtBox
{
    width: 350px;
    border: 1px solid black;
    margin-left: 75px;
}

.buttonSubmit
{
    float: right;
    padding: 10px;
}
