﻿body
{
	background-image: url('images/sidebar_bg.gif');
	background-repeat: repeat-y;
}
.calendar thead .weekend 
{ /* How a weekend day name shows in header */
  color: #a66;
  width: 0;
}
.nav_image 
{
    height: 101px;
    width: 100%;
    vertical-align: top;
    background-image: url(images/ISIright.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    border:0;
}
hr 
{
    width: 100%;
    color: black;
}
.nav_top 
{
	background-color: #EEEAD6;
	width: 100%;
    height: 15px;
}
.nav_middle 
{
	background-color: #EEEAD6;
	/*background-color: #CCCC99;*/
	width: 100%;
    height: 15px;
    left:255;
    top:50;
}
.nav_box 
{
    display: inline;
    height: 15px;
	background-color: #EEEAD6; /*#9C8E2A;*/
    border-right: 1px solid #FFFFFF;
}
.nav_link 
{
    display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #316194;
    height: 15px;
    width: 165px;
	padding-top: 5px;
    text-align: center;
    text-decoration: none;
	background-color: #EEEAD6;
}
.nav_linklong 
{
    display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #316194;
    height: 15px;
    width: 202px;
	padding-top: 5px;
    text-align: center;
    text-decoration: none;
	background-color: #EEEAD6;
}
a.article:link
{
    font-family: Arial;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
}
a.article:visited
{
    font-family: Arial;
    font-size: 15px;
    color: ActiveBorder;
    text-decoration: none;
}
a.article:active
{
    font-family: Arial;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
}
a.article:hover 
{
    font-family: Arial;
    font-size: 15px;
    color: blue;
    text-decoration: underline;
}
a.none:link
{
	color: blue;
}
a.none:visited
{
}
a.none:active
{
}
a.none:hover 
{
}
.divHeader 
{
    display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #316194;
	background-color: #EEEAD6;
	padding-left: 10px;
    text-align: left;
}
.divItem
{
    display:block;
	font-family: Arial, Helvetica, sans-serif;
	color: #316194;
	padding-left: 45px;
    text-align: left;
}
.disclaimer
{
	background-color: #fdfdde;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
}
