﻿IMG.corner
{
position: absolute;
left: 140px;
top: 105px;
z-index: 1;
}

/* --------- */

#header {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color: #0000FF;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 105px;
}
#leftcol {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color: #0000FF;
position: absolute;
top: 105px;
left: 0px;
width: 150px;
height: 100%;
}
#content {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color: #F0F8FF;
position: absolute;
top: 110px;
left: 150px;
width: 500px;
height: 100%;
}

/* --------- */

/* --------- */
/* ROLLOVERS */
/* --------- */

.rollover a
{
display: block;
width: 150px;
background-color: #0000FF;
overflow: visible;
text-decoration: none;
font-weight: bold;
font-size: 15px;
color: #F0F8FF;
}

.rollover a:hover {
background-color: #F0F8FF;
color: #0000FF;
}

.rolloversel a
{
display: block;
width: 150px;
background-color: #F0F8FF;
overflow: visible;
text-decoration: none;
font-weight: bold;
font-size: 15px;
color: #0000FF;
}

.rolloversel a:hover {
color: #0000FF;
}

/* --------- */
