/*================================
	Style
==================================*/
body
{
    margin: 0px 0px;
    padding: 0px;
    background-color: #fff;
    font: normal 11px verdana, lucida, arial, helvetica, sans-serif;
}
p
{
    margin: 8px 0px;
}
H1
{
    font: bold 15px verdana, lucida, arial, helvetica, sans-serif;
    color: #D00001;
    margin: 10px 0px;
}
H2
{
    font: bold 12px verdana, lucida, arial, helvetica, sans-serif;
    color: #EDBE05;
}
H3
{
    color: #333333;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font: bold 12px verdana, lucida, arial, helvetica, sans-serif;
    line-height: 100%;
}
#navcontainer 
{
    display:none;
    }
.newsLink
{
    color: #EDBE05;
}
br.clear
{
    clear: both;
    height: 0;
    line-height: 0px;
}
#printName
{
    display:inline;    
    }
.NoPrint 
{
    display:none;
    }
legend 
{
    display:none;
    color: #fff;
    }
/*================================
	Layout
==================================*/

#Content
{
    width: 100%;
    text-align: left;
    padding: 0px;
    border: 0px;
}

#Header
{
    /*background: url( '../images/kubrickbgwide.jpg' ) no-repeat center top;
    height: 250px;*/
    padding: 0px;
}

#MainBody
{
   /* background: url( '../images/kubrickbg.jpg' ) repeat-y center top;*/
    width: 100%;
    padding: 0px;
    overflow: auto;
}

#News
{
    text-align: left;
    width: 160px;
    margin: 0px auto;
}

.cntLeft
{
    float: left;
    width: 24%;
    text-align: center; /**/
    padding: 0px 0px 0px 0px;
}

.cntRight
{
    float: right;
    width: 75%;
    padding: 0px;
    border-left: 1px solid #EFEFEF;
}
.paddingText
{
    padding: 10px;
}

#Footer
{
    /*
    background: url( '../images/kubrickfooter.jpg' ) no-repeat center top;
    height: 44px;*/
    text-align: center;
    color: #999;
    padding: 0px;
    width: 100%;
    float: left;
}
/*================================
	Navigation
==================================
#navcontainer
{
    margin: 7px 5px 0px 30px;
    padding: 0;
    height: 20px;
    float: right;
}

#navcontainer ul
{
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#navcontainer ul li
{
    display: block;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
}

#navcontainer ul li a
{
    width: 77px;
    height: 18px;
    border-right: 1px solid #AA1919;
    border-left: none;
    padding: 6px 0px 6px 0px;
    margin: 0 0 5px 0;
    color: #f5d7b4;
    text-decoration: none;
    display: block;
    text-align: center;
    font: normal 10px/18px "Lucida Grande" , "Lucida Sans Unicode" , verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
    color: #FECB00;
    background: #880101;
}
*/
