﻿/* DEFAULTS
----------------------------------------------------------*/
html { overflow-y: scroll; } 
body   
{
    background: #f9f9f7;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial;
    margin: 0px;
    padding: 0px;
    color: #333333;

}

a:link, a:visited
{
    color: #387caf;
    text-decoration: none;
}

p
{
    margin-bottom: 0px;
    line-height: 150%;
}

h1, h2, h3, h4, h5, h6
{
    color: #387caf;
    font-weight: bold;
    font-size: 14px;
}

h1
{
    font-size: 24px;
}

.sidebar h1
{
    font-size: 14px;
    }

h2
{
    font-size: 16px;
}

h3
{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.center
{
    width: 960px;
    margin: 0px auto 20px auto;

}

.page
{
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
         padding: 40px;
    padding-bottom: 50px;
    position: relative;
    }


.header
{

    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 10px;
}

.header a:link,
.header a:visited
{
    color: #333333;
    text-decoration: none;
}


.header #logoImg
{
    padding: 0px;
}

.header a
{
    font-weight: bold;
    font-size: 12px;
    }

.header ul,
.header li
{
    list-style: none;
    display: inline;
    
}

 .header li
 {
     padding: 5px; 
     }

.twocollum
{
    position: relative;
    }



.main
{
    padding-top: 20px;
    width: 620px;



}

.main ul li
{
    line-height: 150%;
}

#arrowUp
{
    margin-top: 10px;
    line-height: 20px;
    height: 20px;
    display: none;
}

#arrowUp .arrow
{
    margin-right: 5px;
    }

#arrowUp .arrow,
#arrowUp .text
{
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    }



.sidebar
{
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 20px;
    width: 250px;
    margin-left: 40px;
   
    
    font-size: 12px;

}


.sidebar .element
{
    margin-top: 20px;
 padding-left: 10px;
    border-left: 1px solid #e5e5e5;
}

.main #coverImage
{
    width: 878px;
    height: 300px;
}

.footer
{
text-align: right;
padding-top: 5px;
padding-bottom: 10px;
font-size: 10px;
padding-right: 3px;
}

