@CHARSET "UTF-8";

* {
    padding: 0px;
    margin: 0px;
}

body { background: #000000; }

a { text-decoration: underline; color: #99CCFF; }
a:hover { text-decoration: none; }

h1 { font-size: 30px; font-weight: normal; }
h2 { font-size: 28px; font-weight: normal; }
h3 { font-size: 22px; font-weight: normal; }
h4 { font-size: 16px; font-weight: normal; }
h5 { font-size: 12px; font-weight: normal; }
h6 { font-size: 10px; font-weight: normal; }

hr { width: 450px; }

#pageWrapper {
	width: 800px;
    margin: 0 auto 0 auto;
    background: #151340;
    font-family: Arial, san-serif;
    font-size: 13px;
    font-weight: normal;
}

#top {
    background: url(/images/events2009/topBg.jpg) no-repeat;
    width: 800px;
    height: 271px;
}

#bottom {
    background: url(/images/events2009/btmBg.jpg) no-repeat;
    width: 800px;
    height: 370px;
}

#menu {
    margin-top: 10px;
}

#contentInfo {
    width: 500px;
    float: left;
    padding-bottom: 40px;
    margin-left: 85px;
    margin-top: 30px;
}

#contentInfo p {
    width: 308px;
    color: #FFFFFF;
    font-size: 12px;
    padding-top: 20px;
    font-family: Arial;
    font-weight: normal;
    line-height: 15px;
    text-align: justify;
}

#contentInfo h2, #contentInfo h4, #contentInfo h5 {
    color: #FFFFFF;
}

#rightSponsors {
    width: 140px;
    height: 390px;
    float: left;
    margin-top: 100px;
    background: url(/images/events2009/sponsorsSubPage.jpg) no-repeat;
    display: block;
}

/****************/
/* Top Menu CSS */
/****************/

#stars {
    width: 109px;
    height: 36px;
    display: block;
    float: left;
    background: url(/images/events2009/trackTheStars.jpg);
    margin-left: 80px;
}

#stars:hover {
    background: url(/images/events2009/trackTheStars_over.jpg);
}

a#event {
    width: 66px;
    height: 36px;
    display: block;
    float: left;
    background: url(/images/events2009/theEvent.jpg);
    margin-left: 15px;
}

a#event:hover {
    background: url(/images/events2009/theEvent_over.jpg);
}

a#winners {
    width: 58px;
    height: 36px;
    display: block;
    float: left;
    background: url(/images/events2009/winners.jpg);
    margin-left: 15px;
}

a#winners:hover {
    background: url(/images/events2009/winners_over.jpg);
}

a#civic {
    width: 80px;
    height: 36px;
    display: block;
    float: left;
    background: url(/images/events2009/civicCenter.jpg);
    margin-left: 15px;
}

a#civic:hover {
    background: url(/images/events2009/civicCenter_over.jpg);
}

a#sponsor {
    width: 105px;
    height: 36px;
    display: block;
    float: left;
    background: url(/images/events2009/sponsorATable.jpg);
    margin-left: 15px;
}

a#sponsor:hover {
    background: url(/images/events2009/sponsorATable_over.jpg);
}

a#tickets {
    width: 66px;
    height: 36px;
    display: block;
    float: left;
    background: url(/images/events2009/tickets.jpg);
    margin-left: 20px;
}

a#tickets:hover {
    background: url(/images/events2009/tickets_over.jpg);
}

a#contact {
    width: 57px;
    height: 36px;
    display: block;
    float: left;
    background: url(/images/events2009/contact.jpg);
    margin-left: 20px;
}

a#contact:hover {
    background: url(/images/events2009/contact_over.jpg);
}

/***********************/
/**** top home Link ****/
/***********************/
#homeLink {
    width: 460px;
    height: 240px;
    display: block;
    float: left;
    margin-left: 170px;
    margin-top: 30px;
}

/******************/
/*** side Links ***/
/******************/
#Bremer {
    width: 125px;
    height: 40px;
    display: block;
    float: left;
    margin-top: 30px;
    margin-left: 10px;
}

#ECentralEnergy {
    width: 95px;
    height: 45px;
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}

#grayPlantMooty {
    width: 54px;
    height: 52px;
    display: block;
    float: left;
    margin-top: 13px;
    margin-left: 44px;
}

#MNPower {
    width: 115px;
    height: 60px;
    display: block;
    float: left;
    margin-top: 20px;
    margin-left: 15px;
}

#swcocpas {
    width: 115px;
    height: 50px;
    display: block;
    float: left;
    margin-top: 15px;
    margin-left: 13px;
}

#xcel {
    width: 125px;
    height: 30px;
    display: block;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}

/************************/
/***** footer Links *****/
/************************/
#initiative {
    width: 100px;
    height: 75px;
    display: block;
    float: left;
    margin-left: 245px;
    margin-top: 5px;
}

#iq {
    width: 190px;
    height: 50px;
    display: block;
    float: left;
    margin-top: 40px;
    margin-left: 25px;
}

#info {
    color: #FFFFFF;
    float: left;
    margin-top: 120px;
    margin-left: -210px;
}

/******************/

.clear {
    clear: both;
}
