@charset "utf-8";
body 
{
background-color:#000000; margin: 0;
}

.wrapper
{
background-image:url(../images/redBackground.jpg);
background-repeat:no-repeat;
width: 800px; height: 600px;
margin: 0 auto;
margin-top: 50px;
}

.contentGraphic
{
background-image: url(../images/mainContent.jpg);
background-repeat:no-repeat;
width: 100%; height: 100%;
}

.registrationConfirmation
{
background-image: url(../images/regConf.jpg);
background-repeat:no-repeat;
width: 100%; height: 100%;
}
.homeLogo
{
background-image:url(../images/homeLogo.jpg);
background-repeat:no-repeat;
width: 100%; height: 100%;
}

.contentCopy
{
padding: 60px;
font-family:"Times New Roman", Times, serif;
font-weight: 600;
padding-top: 70px;
}

.contentCopy p
{
padding-top: 15px;
}


.navigation 
{
padding-left: 40px;
padding-top: 55px;
}

.navigation a, navigation a:hover, navigation a:visited
{
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
font-weight: 600;
}

.navigation a
{
text-decoration: none;
}

.navigation a:hover
{
text-decoration: underline;
}

.activeState
{
text-decoration: underline;
}


.Label
{
color:#006666;
width:100px;
}



img 
{ 
behavior: url(iepngfix.htc);
}