/*on all or multiple sections*/

div#maincontent
{
    min-height:300px;
    text-align:justify;
}

div#sidebar
{
    font-size:10px;
    float:right;
    top:0px;
    left:10px;
    width:202px;
    height:auto;
    margin:0px 10px 10px 10px;
    text-align: justify;
}

div.sidebar_title
{
    width:100%;
    text-align:center;
    border-bottom:solid 1px #2b083e;
    background-color:#e6e8ea;
    color:#2b083e;
    font-weight:bold;
    padding:3px 0 3px 0;
}

div.sidebar_section_footer
{
    width:inherit;
    height:20px;
    border-top:solid 3px #2b083e;
}


/*main page*/

div#sectiontext
{
}

div#nsci_link
{
}

div#gradschool_link
{
}

div#journals_link
{
}

/*nsci section*/

div.nscimenuwrapper 
{
    margin: 2px 0px 2px 0px;
    padding: 5px 5px 5px 5px;
    background-color: #2d1748;
}

div.nscimenuwrapper a
{
    background-color: #2d1748;
    color:White;
    display:block;
}

div.nscimenuwrapper:hover a, div.nscimenuwrapper:hover
{
    background-color: #f4fab1;
    color: #2b083e;
}

div.nscimenuwrapper_highlight
{
    margin: 2px 0px 2px 0px;
    padding: 5px 5px 5px 5px;
    background-color: #dde0fc;
}

div.nscimenuwrapper_highlight a
{
    background-color: #dde0fc;
    color: #2b083e;
    font-weight:bold;
    display:block;
}

div.nscimenuwrapper_highlight2
{
    margin: 2px 0px 2px 0px;
    padding: 5px 5px 5px 5px;
    background-color: #f3fcdd;
}

div.nscimenuwrapper_highlight2 a
{
    background-color: #f3fcdd;
    color: #2b083e;
    font-weight:bold;
    display:block;
}

div.course_wrapper
{
    padding:5px;
    margin:0px 0px 10px 0px;
    border:dashed 1px #e0e0e0;
    background-color:#e6e8ea;
}

.course_title
{
    font-size:14px;
    color:Maroon;
    text-transform:capitalize;
    margin-bottom:6px;
    text-align:left;
    font-weight:bold;
}

div.course_desc
{
    margin-bottom:20px;
    text-align:left;
}

tr.exam_year 
{
    width:493px;
    position:relative;
}

tr.exam_year td.year
{
    background:#2d1748;
    color:White;
    padding:5px 10px 5px 10px;
    float:left;
    width:30px;
    font-weight:bold;
}

tr.exam_year td.link_container
{
    background-color:white;
    width:440px;
    padding-left:5px;
    font-size:10px;
}

tr.exam_year td.link_container a
{
    text-transform:capitalize;
}

/*research section*/



/*journals section */

div.journal_wrapper
{
    position:relative;
    width:345px;
    margin:9px 4px 0px 9px;
    float:left;
    padding:5px;
    border:dashed 1px #888888;
    background-color:#e6e8ea;
}

div.journal_title
{
    font-size:12px;
    color:Maroon;
    text-transform:capitalize;
    margin-bottom:6px;
    text-align:left;
    font-weight:bold;
}

div.journal_blurb
{
    width:224px;
    height:130px;
    margin-left:100px;
    padding: 14px 10px 20px 10px;
    min-height:75px;
    line-height: 13px;
    background-color:White;
}

div.journal_cover
{
    position:absolute;
    left:4px;
    top:20px;
    height:100px;
    width:90px;
}