﻿/* Overall Page */

body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #DFFFDF;
	color: #000000;
	font-family: Arial, Tahoma, sans-serif;
}

/* Header Section */

#header 
{
}
#subheader 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:175%;
	font-weight:bold;
	color:#99FF33;
	position:absolute;
	left:5px;
	top:5px;
	width:auto;
	height:auto;
	z-index:1;
}

/* Navigation */

#navigation 
{
	position:absolute;
	width: 10em;
	left: 1em;
	top: 12em;
}
#navigation ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li 
{
}
#navigation li a  
{
	display: block;
	padding-left: 1em;
	border-bottom: 1px green solid;
	border-left: 8px green solid;
	font: 100% Arial, Tahoma, sans-serif;
	width: 10em;
}
#navigation li a:hover {
	background-color: #33CC33;
	color: #FFFFFF;
}
#navigation ul a:visited {
	background-color: #339933;
	font-style: italic; 
	color: Orange;
}
#navigation ul a:link 
{
	background-color: #339933;
	color: yellow;
}
#navigation ul a:hover 
{
	background-color: #33CC33;
	font-weight: bold;
	color: yellow;
}

/* Main Content */

#content 
{
	position: relative;
	margin-top: 1em;
	margin-left: 14em;
	margin-right: 1em;
	background-color: transparent;
}
h1 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight:bold;
	font-size: 200%;
	color: Green;
	left: 1em;
}
h4
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight:bold;
	font-size: 100%
}
h5
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 80%;
	font-style:italic
}
	
#content p 
{
	font-size: 80%;
	line-height: 1.6em; 
}

#content ul 
{
	font-size: 80%;
	line-height: 1.6em; 
}

small
{
	font-size: 70%;
	font-style: italic
}


/* Data Web Control Styles */
.FloatLeft 
{
	float: left;  
	z-index: 1;
}

.FloatRight 
{
	float:right;
	z-index: 1;
}

.ImageLeft 
{
	text-align:left;
	z-index:1;
}

.ImageRight 
{
	text-align:right;
	z-index:1;
}

.ImageCenter 
{
	text-align:center;
}

.CenterYellowText 
{
	font-family:Arial, Tahoma, Sans-Serif;
	font-size:120%;
	font-weight:bold;
	text-align:center; 
	color:yellow;
	position:absolute;
	left: 5px; 
	top: 50px;
	width: auto;
	height: auto;
	z-index:1;
}
.DataWebControlStyle
{
    font-size: 90%;
	font-family: Arial,Tahoma,Sans-Serif;
    color: #333333;
    border: ridge, 4px, Green;
    width: auto;
    position:relative;
}
.HeaderStyle
{
    background-color: Green;
    color: Yellow;
}
.AlternatingRowStyle
{
    background-color: White;
    color: Black;
    
}
.RowStyle
{
	background-color: #339933;
	color: Yellow;
}
.PagerStyle 
{
	background-color: Green;
	color: Yellow;
	text-align: center;