body
{
    background-image:  url('banner.png');
    background-repeat: no-repeat;
}

#title
{
    display:none;
}

#body
{
    margin-top: 100px;
    width:70%;
}

/* hax for IE */
* html #nav 
{
    height:100%;
}

#globalNav
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: absolute;
    right: .5em;
    top:61px;
    z-index:5;
}

#globalNav li
{
    margin: 0;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
    float: left;
    color: #425276;
}

#globalNav li a
{
    text-decoration: none;
    color: #425276;
}

#globalNav li a:hover
{
    text-decoration: none;
    color: #000;
}

#nav
{
    position: absolute;
    text-align: center;
    margin-top:0px;
    padding-top:0px;
    top: 79px;
    right: 0px;
    width: 160px;
    min-height:100%;
    padding-left: 7px;
    /*background-color:#f0f0f0;*/
}

#nav a
{
    color: #425276;
}

#nav a:hover
{
    color: #000;
    text-decoration: none;
}

.image
{
    float:left;
    padding-right: 7px;
}

.image a,img
{
    border: 0;
   
}

.item
{
    padding-left:10px;
}



h2
{
    color: #425276;
    font-family: palladio, georgia, times, serif; 
    font-size: 1.6em;
    font-weight: normal;
}

h3
{
    font-family: palladio, georgia, times, serif;
    font-size:1.2em;
    font-weight:normal;
    text-decoration:underline;
}
