﻿body, html 
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Calibri, Verdana;
	color: #423D74;
}
h1
{
	font-size: 30pt;
	margin: 0px;
	text-align: center;
}
h2{
	color: #3E2CE4;
	font-family: arial, Helvetica, sans-serif;
	font-size: 22px;
	margin: 0px 0px 10px 0px;
}
 #formDiv
        {
            position: absolute;
            height: 100%;
            width: 100%;
        }
        #header
        {
            height: 168px;
            width: 100%; /*text-align: center;*/ /*position: absolute;
            top: 0px;
            left: 0px;*/
            background-image: url('../images2/headerright3.gif' );
            background-repeat: repeat-x;
        }
        #menuDiv
        {
            background-image: url('../images2/menubar.gif' );
            width: 217px; /*position: absolute;
            left: 0px;
            top: 0px;
            min-height: 450px;*/
            height: 484px;
            margin-top: -20px;
        }
        #contentDiv
        {
           width: 100%;
            /*position: absolute;
            right: 0px;
            top: 0px;*/
            padding: 15px;
        }
        #mainDiv
        {
            width: 80%;
            margin: 4px 0px;
            background-color: white;
            position: relative;
        }
        #footer
        {
            border-style: solid none none none;
            border-width: 1px;
            border-color: #999999;
            height: 70px;
            width: 100%;
            text-align: center;
            background-color: #EEEEEE;
            font-family: Tahoma;
            font-size: 11px;
            font-weight: bold;
             /*position: absolute;
            bottom: 0px;
            left: 0px;*/
        }
        .footerTD
        {
        	margin-left: 10px;
        	margin-right: 10px;
        }
        #menuDiv ul
        {
            list-style-type: none;
        }
        #menuDiv li
        {
            margin-left: 55px;
            margin-top: 8px;
        }
        #menuDiv li a, #menuDiv li a:visited
        {
            border: 1px solid #C4C4FF;
            font-size: 16px;
            text-decoration: none;
            display: block;
            width: 105px;
            padding: 4px;
            color: #8781BD;
            background-color: White;
        }
        #menuDiv li a:hover
        {
            background-color: #8781BD;
            color: #F9F8F4;
        }
        
        /*break out menu*/
        #menuDiv ul li ul
        {
            list-style-type: none;
            display: block;
        }
        #menuDiv ul li:hover ul
        {
            display: block;
        }
        #menuDiv ul li ul li
        {
           margin-left: -30px;
        }
        #menuDiv ul li ul li a
        {
           font-size: 13px !important;
           background-color: White;
        }
        #menuDiv ul li ul li a:hover
        {
            background-color: #7A6EED;
        }