/* Css document by Svein Erik Storkaas - CssTemplatesWeb.com | 2008 */


* {
    padding: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

html {font-size:100.01%;} 

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    background-attachment: fixed;
    background-image: url(images/body_bg.gif);
}
/******************************************** BEGIN structure *******************************************************/


#container {
    width: 841px;
    margin: 0px auto;
    background-image: url(images/container_bg.jpg); 
    background-repeat:repeat-y;
    font-size:.9em;
}

#header {
    background-image: url(images/header.jpg);
    height: 153px;
}

#left {
    width: 200px;
    float: left;
    /*background-image: url(images/left.jpg);
    background-repeat:repeat-y;*/
    
    margin-left: 40px!important;
    margin-left: 40px;
    padding-top: 0px;
    <!--[if lte IE 6]>
    margin-left: 20px!important;
    margin-left: 20px;
    <![endif]-->
}

#right {
    width: 200px;
    float: right;
}

#content {
    margin-right: 60px;
    margin-left: 270px;
    /*background-image: url(images/content.jpg);
    background-repeat:repeat-y;*/
}

#footer {
    clear: both;
    background-image: url(images/footer.jpg);
    height: 248px;
}

#sponsors 
{
    margin-left: 0px;
    padding: 0px;
    
}

/*********************************************** END Structure **********************************************/




/********************************************** BEGIN Nnavigation *********************************************/

.IE8fix
{
    z-index: 100;
}


#navcontainer  
{
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px; 
}

#navcontainer ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
    display: block;
    padding: 5px 10px;
    width: 175px;
    color: #000;
    background-color: #ADC1AD;
    text-decoration: none;
    border-top: 1px solid #fff;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    font-weight: bold;
    font-size: 0.8em;
    background-image: url(images/vertical06.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#navcontainer a:hover
{
    color: #000;
    background-color: #889E88;
    text-decoration: none;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background-image: url(images/vertical06a.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
    display: block;
    padding: 5px 5px 5px 30px;
    width: 160px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

#navcontainer ul ul a:hover
{
    color: #000;
    background-color: #889E88;
    text-decoration: none;
}



/********************************************** END Nnavigation *********************************************/




/********************************************** TEXT formatting start *********************************************/

h1
{
    font-size: 1.2em;
    text-align: left;
    padding-top: 25px;
    /* padding-left: 10px; */
    color: #289307;
    font-weight: bold;
}

h2 {
    font-size: .8em;
    clear: right;
    margin-top: 12px;
    margin-bottom: 17px;
    background-image: url(images/h2_bg.jpg);
    background-repeat: no-repeat;
    height: 21px;
    padding-top: 15px;
    padding-left: 35px;
}

h3 {
    font-size: .9em;
}

p {
    padding-left: 0px;
}

.pubdate {
    font-size: 0.8em;
    color: #FFFFFF;
}





/********************************************** TEXT formatting end *********************************************/




/********************************************** MISC start *********************************************/

.NewsText {
padding-left: 20px;
}

.footertext {
text-align: right;
padding-top: 210px;
font-size: 70%;
padding-right: 10px;
}

.newsimages {
float: right;
margin-left: 4px;
margin-bottom: 2px;
}

.linksStyle {
text-align: center;
}

a:link {color: #1e7a02}
a:visited {color: #1e7a02}
a:hover {color: #59ad3f}
a:active {color: #1e7a02}

ul.linkList 
{
margin-left: 40px;
list-style-image: url(images/list_bullet.png)
}

/********************************************** MISC end *********************************************/
