﻿/*page layout*/
body
{
    font-family: Microsoft Sans Serif;
    font-size: 10px;
    margin: 0px 0px 0px 0px;
    background-color: white;
    background-image: url('../images/bg_img.jpg');
    background-repeat: repeat-x repeat-y;
    
}
#container
{
    width: 100%;
    height: auto;
    background-color: white;
}
#masterframe
{
    width: 100%;
    height: 18px;
    background-color: Black;
    /*
    background-image: url('../images/master_frame_bg.jpg');
    background-repeat: repeat-x;
    background-position: top center;
    */
}
#header
{
    width: 100%;
    height: 80px;
    background-image: url('../images/banner2.jpg');
    background-repeat: no-repeat;
    background-position: right;
}
#subheader
{
    width: 100%;
    height: 15px;
    background-color: Black;
    text-align: left;
}
#leftdiv
{
    height: auto;
    width: 205px;
    float: left;
}
#rightdiv
{
    padding: 5px;
    height: auto;
    width: 595;
    float: left;
    border-left: solid 1px black;
}
#hr
{
    width: 90%;
}
#footer
{
    width: 100%;
    height: 75px;
    border-top: solid 2px black;
    background-color: Black;
    text-align: center;
    border-top: groove 3px white;
}

/* link styles */
a.links:link 
{
	color: Navy;
	text-decoration: none
}
a.links:visited 
{
	text-decoration: none;
	color: Navy;
}
a.links:hover 
{
    color: Blue; 
    text-decoration: underline
}

/* white link styles */
a.white:link 
{
	color: white;
	text-decoration: none
}
a.white:visited 
{
	text-decoration: none;
	color: white;
}
a.white:hover 
{
    color: Silver; 
    text-decoration: none;
}
/* user control 4 styles */
a.control4:link 
{
	color: white;
	text-decoration: none
}
a.control4:visited 
{
	text-decoration: none;
	color: white;
}
a.control4:hover 
{
    color: white; 
    text-decoration: underline
}

/* font styles */
.style1
{
    font-size: 14px;
    font-weight: bold;
    font-variant: small-caps;
    color: Navy;
}
.style2
{
    font-size: 12px;
    font-weight: bold;
}
.style3
{
    font-size: 10px;
    color: White;
}
.style4
{
    font-size: 10px;
    color: Black;
    font-style: italic;
}
.style5
{
    font-size: 10px;
    color: Black;
    font-weight: bold;
}
.style6
{
    font-size: 12px;
    color: Black;
}
.style7
{
    font-size: 10px;
    color: white;
}
/* Style Controls For Panels*/
.indexPanels
{
    height: 100%;
    width: inherit;
    text-align: center;
}

