
@import "core.css";


body {
    background-color: #A5799C;
    text-align: center;
    color:#333333;
}

.title,
.subTitle {
    color:#970303;
    font-size:180%;
    font-weight:bold;
}

.subTitle {
    font-weight:normal;
}

/* nav font color */

/* new microsite styles */
#bannerLogo {
    float:left;
    width:145px;
}
#eventTitle {
    float:left;
    padding-top:23px;
    text-align:bottom;
}

#header {
    border-bottom: 1px solid #A5799C;
}

#footer .wrap {
    background-color:#FFFFFF;
    text-align: right;
    color: #000000;
    font-weight:bold;
}

#footer p a {
    color: #E39000;
    text-decoration: none;
}
#footer p a:hover {
    color: #E39000;
    text-decoration: underline;
}
#footer p a:focus {
    outline: none;
}

/* nav styles */
#nav {
/*    background-color: #7B2462;*/
}

#nav ul li a {
    color: #FFFFFF;
    background-color: #7B2462;
    border-bottom:1px dotted white;
}
#nav ul li a:hover {
    color: #FFFFFF;
    background-color: #A5799C;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #FFFFFF;
    background-color: #A5799C;
    text-decoration: underline;
}
#nav ul li.current a:visited {
    color: #FFFFFF;
}

/* featureBox */
.featureBox {
    background-color: #7B2462;
    color:#970303;
    font-weight:bold;
}

.featureBox .featureBoxText {
    padding:0px 5px 3px 5px;
    font-size:85%
}

a {
    color: #E39000;
    text-decoration: none;
}
a:hover {
    color: #E39000;
    text-decoration: underline;
}