/* UCR Similar Blue- #1E90FF 
 Darker Blue- #0033CC
 Burnt Orange- #CC5500 
 UCR Blue as on official manual- #2D6CC0 
 UCR Gold as on official manual- #F1AB00 
 http://www.styleguide.ucr.edu/download/files/UCR_Identity_Standards_Manual-01.16.08.pdf */

body 
{
    font-family:Comic Sans MS
}
a:link 
{
    color: #000000;
    text-decoration: none
}
a:visited 
{
    color: #000000;
    text-decoration: none
}
a:hover 
{
    color: #A9A9A9;
    text-decoration: none
}
a:active 
{
    color: #000000;
    text-decoration: none
}

a.white:link 
{
    color: #000000;
    text-decoration: none
}
a.white:visited 
{
    color: #000000;
    text-decoration: none
}
a.white:hover 
{
    color: #A9A9A9;
    text-decoration: none
}
a.white:active 
{
    color: #A9A9A9;
    text-decoration: none
}
a.inline:link 
{
    color: #000000;
    text-decoration: underline
}
a.inline:visited 
{
    color: #000000;
    text-decoration: underline
}
a.inline:hover 
{
    color: #A9A9A9;
    text-decoration: underline
}
a.inline:active 
{
    color: #A9A9A9;
    text-decoration: underline
}


div.banner 
{
    width: 800px;
    height: 75px;
    top: 0px;
    z-index: 1;
    background-color: #2D6CC0;
    float:left
}
div.banner-side
{
    position: absolute;
    width: 233.6px;
    height: 75px;
    top: 0px;
    left: 566.4px;
    z-index: 2;
    /*opacity:0.5;
    filter:alpha(opacity=50);*/
    background-color:#2D6CC0
}
div.categories
{
    width: 800px;
    left:0px;
    top:75px;
    height: 24px;
    z-index: 2;
    overflow: visible;
    background-color: #2D6CC0;
    position:absolute
}
div.category
{
    float: left;
    border-style:none;
    border-right-style: solid;
    border-right-width: 25px;
    border-right-color: transparent
}
div.blank-category
{
    float: left;
    color: #339999;
    border-style:none;
    border-right-style: solid;
    border-right-width: 25px;
    border-right-color: transparent
}
div.category-box
{
    position: absolute;
    background-color: transparent;
    z-index: 1;
    top:99px
}
div.the-rest
{
    top:99px;
    left:0px;
    width: 800px;
    z-index: 2;
    background-color: #2D6CC0;
    position:absolute
}

div.index-page
{
    background-image: url(images/index_bg.png); 
    background-repeat:no-repeat;
    width: 790px;
    z-index: 3;
    background-color: White;
    float:left;
    margin-left:5px;
}
div.current-page
{
    width: 790px;
    z-index: 3;
    background-color: White;
    float:left;
    margin-left:5px
}

div.right-side
{
    position: absolute;
    width: 10px;
    top: 0px;
    left: 790px;
    z-index: 3; 
    background-color:#2D6CC0
}

div.left-side
{
    position: absolute;
    width: 10px;
    top: 0px;
    left: 0px;
    z-index: 3; 
    background-color:#2D6CC0
}

div.the-bottom
{
    width: 99%;
    z-index: 3;
    text-align: center;
    font-size: small;
    font-family:Comic Sans MS; 
    background-color:#2D6CC0;
    float:left
}
div.publication
{
    font-size: 14px;
    float:left;
    width: 760px;
    border-style: solid;
    border-width: 1px;
    border-color: #99CCFF;
    margin-left: 20px
}
div.pub-image
{
    float:left;
    width:145px
}
div.pub-text
{
    float:left
}
div.side-links
{
    position: absolute
}
h1.publication
{
    text-align: center
}
div.profile
{
    margin-left:20px;
    float:left
}
div.pub-wrap
{
        margin-left:5px;
	margin-right:20px;
	float:left;
	text-align: left;
}
div.people-wrap
{
    width:100%;
    float:left
}
div.text-wrapper
{
    margin:20px
}