﻿html, body
{
    color: #333333;
    font: normal 90%/1.8em verdana, Arial, sans-serif;
    margin: 0;
    height: 100%;
}
h1 {
    font-size: 1.6em;
    margin: 1.0em 0em 1.0em 0em;
    font-weight: bold;
    color: #99cc66;
}
h2
{
    font-size: 1.3em;
    margin: 1.0em 0em 1.0em 0em;
    color: #99cc66;
    font-weight: bold;
}
h3
{
    font-size: 18px;
    margin: 1.0em 0em 1.0em 0em;
    font-weight: bolder;
    color: #999999;
}
h4 {
    color: #333333;
    font: normal 90%/1.8em verdana, Arial, sans-serif;
    margin: 0;
    height: 100%;
}
ul 
{
    font-size: 1.1em;
}
title {
    color: #999999;
}
#wholeForm
{
    border: thin solid #808080;
    width: 1000px; /* the auto margins (in conjunction with a width) center the page */ /* this overrides the text-align: center on the body element. */
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: 735px;
}
#header {
	 width: 1000px;
	 height: 100px;
	 float: left;
} 
#rightHeader {
    width: 800px;
}
#rightHeader h1
{
    font-size: 1em;
}
#rightHeader h2
{
    font-size: 1em;
}

#rightHeaderClock {
    width: 140px;
    float: right;
}
#logo {
    border-bottom: 1px solid #999999;
    width: 1000px;
    float: left;
    height: 90px;
    padding: 0;
    margin: 0;
    font-size: 1px;
}
.newsimage
{
    border: 1px solid #000000;
    width: 200px;
    float: right;
}
#anewsimage
{
    border: 1px solid #000000;
    width: 200px;
    float: right;
}

#topMenu {
    height: 27px;
    width: 1000px;
    float: left;
}
.indentmenu
{
    width: 100%; /*leave this value as is in most cases*/;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    display: block;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #999999;
}
.leftmenu
{
    width: 100%; /*leave this value as is in most cases*/
    height: 38px;
    line-height: 38px;
    text-align: left;
    display: block;
}
.leftmenu a
{
    padding-left: 10px;
}

#center
{
	 width: 1000px;
	 height: 600px;
	 float: left;
}
#rightbar
{
    border-left: 1px solid #808080;
    width: 180px; /* ds */
    height: 586px;
    float: right;
    background-color: #cee5ac;
    text-align: center;
}
#sidebar
{
    border-right: 1px solid #cee5ac;
    width: 150px; /* ds */
    height: 588px;
    float: left;
    background-color: #cee5ac;
    border-right-color: #808080;
}
#sidebar h3 {
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #666666;
  color: #666666;
}
#content
{
    width: 668px;
    height: 586px;
    float: right;
}
#leftcontent
{
    width: 998px;
    height: 577px;
    float: left;
}
#rightcontent
{
    width: 848px;
    height: 583px;
    float: left;
}
#mainContentText
{
    padding-left:10px;
    padding-right:10px;
}
#righthalf
{
    width: 562px;
    height: 503px;
    padding-right: 8px;
}
#lefthalf
{
    width: 400px;
    height: 423px;
    padding-top: 80px;
}

#footer
{
    padding: 0 0px 0px 10px;
    border-top: 1px solid #999999;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #999999;
    width: 990px;
    height: 20px;
}
#footer p
{
    font: normal 0.8em verdana, arial, helvetica, sans-serif;
}
#footer p.left {
	float: left;
	clear: left;
}
#footer p.right {
	float: right;
	clear: right;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.newsItem 
{
	padding-top: 1.0em;
	border-bottom: 1px solid #999999;
    }
.newsTitle 
{
	font-size: 110%;
    /*
	float: left;
    */
}
.newsDate {
    font: normal 0.9em/0.9em 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	float: right;
	/* clear: right; */
	color: #666666;
}
.newsContent {
	text-align: left;
}
.ivolawtables
{
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    color: #009933;
}
.ivolawtables caption {
	font-style: italic;
	text-align: right;
	padding-bottom: 10px;
}
.ivolawtables tr
{
    color: #009933;
    text-align: left;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 10px;
    background-color: #CCCCCC;
    border: 1px solid #666666;
}
.ivolawtables td
{
    padding-left: 10px;
    padding-right: 10px;
    background-color: #E6E6E6;
}
.ivolawtables a
{
    color: #009933;
}
.login
{
    padding: 10px 10px 10px 10px;
    margin-top: 0px;
    width: 300px;
}

.loginlabel{
    padding: 4px 8px 4px 8px;
    text-align: left;
    font-weight: bold;
}
.logintitle{
    padding: 4px 8px 4px 8px;
    text-align: left;
    font-weight: bold;
    color: #FFFFFF;
}
.loggedinout {
    color: #999999;
    background-color: #fdea12;
    padding: 10px;
    font: 0.9em/1.4em verdana, arial, helvetica, sans-serif;
}
.logincheck
{
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
}
#apClock {
	position:fixed;
	left:770px;
	top:12px;
	width:421px;
	height:20px;
	z-index:1;
	}
#apUsername {
	position:fixed;
	left:600px;
	top:12px;
	width:50px;
	height:20px;
	z-index:1;
	}
.gvEdit
{
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    color: #009933;
}
.gvEdit caption {
	font-style: italic;
	text-align: right;
	padding-bottom: 10px;
}
.gvEdit tr
{
    color: #009933;
    text-align: left;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 10px;
    background-color: #CCCCCC;
    border: 1px solid #666666;
}
.gvEdit td
{
    padding-left: 10px;
    padding-right: 10px;
    background-color: #E6E6E6;
}
.gvEdit a
{
    color: #009933;
}
.CaseButton
{
    color: #000000;
    background-color: #EEEEEE;
    border: 1px solid #808080;
    padding: 10px;
    text-decoration: none;
}
.copyright
{
    height: 20px;
    color: #333333;
    padding-top: 5px;
}
.MenuButton
{
    border-style: solid;
    border-width: thin;
    color: #FFFFFF;
    display:block;
}
.IvoCaps
{
    text-transform: uppercase;
}

