a
{
    text-decoration: none;
    color: #003390;
}

a:hover
{
    color: #6a4753;
    text-decoration: none;
}


body
{
    background-image: url("/view/images/background/main_bg.jpg");
    background-position: center top;
    background-attachment: fixed;
background-repeat:no-repeat;
background-color: #879DC6;
    font-family: 'KabelBkBTBook';
    height: 100%;
}

#header
{
    background-image: url("/view/images/background/header_bar.jpg");
    background-position: center top;
    height: 150px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 103;
    cursor: pointer;
    background-repeat:no-repeat;
}

#socialNetLinks
{
z-index: 103;
position: fixed;
    margin-left: 950px;
top: 75px;
}

html
{
    height: 100%;
}

.capitalize
{
    text-transform: uppercase;
}

img.centerImg
{
    display:block;
    margin-left: auto;
    margin-right:auto;
}

p.centerP
{
    text-align:center;
}

.floatLeft
{
    display: block;
    float: left;
    clear: left;
    padding-right: 20px;
    padding-bottom: 20px;
}

.floatRight
{
    display:block;
    float: right;
}

.youtube
{
margin-left:10px;
}

#footerInfo
{
    text-align: center;
    position: relative;
    height: 15px;
    font-size: 10px;
}

#genericContainer
{
    /*padding-bottom: 20px;*/
    width: 1021px;
    margin: 0 auto;
    /*background-image: url("/view/images/background/content_top_bg.jpg"), url("/view/images/background/content_bottom_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top, center bottom;*/
    background-color:#e1e1e1;
    position: relative;
    min-height: 100%;
}

.clearit
{
    clear:both;
}

.spacer
{
    width:1px;
    height: 139px;
}

.hide
{
    visibility: hidden;
}

.noDisplay
{
    display:none;
}

#signup
{
    width: 650px;
    margin: 0 auto;

}

#radicalUnity
{
    height: 17px;
    position: fixed;
    top: 50px;
    z-index: 101;
    text-align: center;
    background-color: #57443E;
    left: 50%;
    margin-left: -962px;
    width: 1800px;

}

#radicalUnity img
{

}

p
{
    font-size: 17px;
    line-height: 21px;
    letter-spacing: .3px;

}

.clearLeft
{
    clear: left;

}

.clearRight
{
    clear: right;

}

#leftSide {
    float: left;
    width: 580px;

}

#rightSide {
    float: right;

}






