/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 10px;
    background: #efefbf;
    background-image: url('http://www.cmbn.no/incf/figs/cell01.gif');
    font: normal small Arial, Helvetica, sans-serif;
    color: #000;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}

h1, h2, h3 {
    color: #7f7632
}
A:link {text-decoration: underline; color: #7f7632;}
A:visited {text-decoration: underline; color:  #7f7632;}
A:active {text-decoration: underline; color: #FF0000;}
A:hover {text-decoration: underline overline; color: #FF0000;}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1em;
}

p, blockquote {
   margin-bottom: 1.5em;
   line-height: 1.8em;
   text-align: justify;
}
p.nospace {   margin-bottom: 0;}

b {color: #7f7632}
em {color: #7f7632}

blockquote {
    margin-left: 3em;
    margin-right: 3em;
    font-style: italic;
}

#APfig {list-style-image: url("http://www.cmbn.no/incf/figs/AP.gif");}
#rcolor {color: #7f7632}
#newfig {list-style-image: url("http://www.cmbn.no/incf/figs/new_tag.gif");}

ul {
    list-style: square inside;
    margin: 0;
    margin-top: 0em;
    margin-bottom: 1em;
    margin-bottom: 1.4em;
    line-height: 1.8em;
    text-align: justify;
    padding: 0;    
    color: #7f7632;  
}

li {
    color: #7f7632
}     

ul ul {
    list-style: circle inside;
    margin-left: 1.4em;    
    color: #7f7632 
}

ul ul ul {
    list-style: none inside;
    color: #7f7632 
}

ol {
    margin-left: 3em;
}

.notification {
    background: #efefbf;
    border-top: 3px solid #7f7632;
    border-right: 3px solid #7f7632;
    border-bottom: 3px solid #7f7632;
    border-left: 3px solid #7f7632;
    margin: 4px;
    margin-bottom: 10px;    
    padding: 10px;    
}





/* Center Box */

.center-box {
    margin-bottom: 5px;
    padding: 10px;
    background: #ffffff;
    border-top: 4px solid #7f7632;
    border-right: 4px solid #7f7632;
    border-bottom: 4px solid #7f7632;
    border-left: 4px solid #7f7632;
}


/* Left Box */

.left-box {
    margin-bottom: 10px;
    background: #ffffff;
    border-top: 3px solid #7f7632;
    border-right: 3px solid #7f7632;
    border-bottom: 3px solid #7f7632;
    border-left: 3px solid #7f7632;
       
}


.left-box .content {
    padding: 20px 20px 0 20px;
    font-size: 1.2em;
}

.left-box .incflink {
    padding: 6px 6px 0 6px;
    margin-bottom: 3px;
    a {
        color: #ffffff;
    }
}

/* TO GET SAME POSITION ON BACKGROUND IMAGE IN BOTH IE AND FIREFOX
.left-box { margin: 20px 0 0 0; }

.left-box a
{
    width: 130px;
    padding: 0px 0px 8px 16px;
    font-size: 12px;
    margin: 4px 0 0px 8px;
    color: #6B6854;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    background-image: url(http://www.cmbn.no/incf/figs/AP.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

.left-box a:hover
{
    font-size: 12px;
    color: #00609C;
    background-image: url(http://www.cmbn.no/incf/figs/AP.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

END GET SAME POSITION ON BACKGROUND IMAGE */







/* Right Box */

.right-box {
    margin-bottom: 10px;
    background: #ffffff;
    border-top: 3px solid #7f7632;
    border-left: 3px solid #7f7632;
    border-bottom: 3px solid #7f7632;
    border-right: 3px solid #7f7632;
}

.right-box .content {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
}

/* Logo */

#logo {
    width: 850px;
    margin: 0 auto 10px auto;
}

/* Content */

#content {
    width: 880px;
    margin: 0 auto;
}

/* Content > Main */

#main {
    float: right;
    width: 650px;
}


/* Content > Sidebar */

#sidebar {
    float: left;
    width: 220px;
}


