﻿html.body
{
    font-family: "Century Gothic" , Arial, Verdana, Helvetica;
    font-size: 12px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
}

body
{
    font-family: "Century Gothic" , Arial, Verdana, Helvetica;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    margin: 0;
    background-color: #000000;
    color: #FFFFFF;
}

img
{
    border: 0pt;
}

a.home
{
    display: block;
    width: 117px;
    height: 98px;
    background-image: url(/Images/homebtn.png);
    background-position: 0 0;
    float: left;
}
a.home2
{
    display: block;
    width: 117px;
    height: 98px;
    background-image: url(/Images/homebtn.png);
    background-position: 0 -102px;
    float: left;
}
a.home:hover
{
    background-position: 0 -102px;
}
a.home2:hover
{
    background-position: 0 0;
}
a#code
{
    display: block;
    width: 100px;
    height: 110px;
    background-image: url(/Images/codebtn.png);
    background-position: 0 0;
    float: left;
}
a#code:hover
{
    background-position: 0 -110px;
}

a.christmas
{
    display: block;
    width: 100px;
    height: 110px;
    background-image: url(/Images/christmas.png);
    background-position: 0 0;
    float: left;
}
a.christmas:hover
{
    background-position: 0 -112px;
}

a .alt
{
    display: none;
}

#menu
{
    width: 500px;
    
    margin-top: 300px;
    margin-right: auto; /*set to a negative number 1/2 of your height*/
    margin-left: auto; /*set to a negative number 1/2 of your width*/
    
}
h2
{
    font-size: 1.5em;
    color: #62D021;
    margin: 5px 2px;
    font-weight: lighter;
    border-bottom: 1px dotted #8DEB27;
    padding-bottom: 5px;
    width: 75%;
}
#info
{
	    width: 500px;
    
    
    margin-right: auto; /*set to a negative number 1/2 of your height*/
    margin-left: auto; /*set to a negative number 1/2 of your width*/
    
}
a
{
    color: #FFCC00;
    text-decoration: none;
}
a:hover
{
    color: #FF9900;
    text-decoration: none;
}
a:active, a:focus
{
    outline: 0;
}
.ModalBackground
{
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ModalPopup
{
    
    border-width: 1px;
    border-style: solid;
    border-color: #FF9900;
    padding: 5px;
    
}
.accordionHeader
{
    border: 1px solid #FF9900;
    color: Black;
    background-image: url(/Images/HeaderBg.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #fff;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: none;
}


.accordionHeaderSelected
{
    border: 1px solid #FF9900;
    color: white;
    background-image: url(/Images/HeaderBg.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #000000;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #000000;
    border: 1px dashed #FF9900;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionHeader a:active
{
    color: #999999;
    text-decoration: none;
}

.accordionHeader a:link
{
    color: #000000;
    text-decoration: none;
}

.accordionHeader a:visited
{
    color: #000000;
    text-decoration: none;
}

.accordionHeader a:focus
{
    color: #000000;
    text-decoration: none;
}

.accordionHeader a:hover
{
    color: #000000;
}
