﻿body
{
    background: white;
    margin: 0;
    padding: 0;
}
div.Content
{
    background: white;
    position: absolute;
    left: 50%;
    width: 750px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -376px;
    padding: 15px;
    border: 0px solid black;
    font-family: 'Gill Sans Std', 'Gill Sans MT' , 'Lucida Sans' , 'Times New Roman';
    font-size: 11pt
}

div.HelpPop
{
    position: absolute;
    font-family: 'Gill Sans Std', 'Gill Sans MT' , 'Lucida Sans' , 'Times New Roman';
    left: 50%;
    top: 25;
    z-index: 999;
    visibility: hidden;
    background-color: #ffffe0;
    width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -251px;
    margin-right: 20px;
    border: 1px solid black;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

div.HelpPop h3
{
    font-weight: bold;
    font-size: 12pt;
}
div.TitleFudge
{
}
div.LoginInfo
{
    left: 520px;
    position: absolute;
    top: 180px;
}
span.Disclaimer
{
    font-size: 8pt;
}
span.PicCredit
{
    font-size: 8pt;
    text-align: right;
    left: 590px;
    position: absolute;
    width:160px
}
span.Counter
{
    font-weight: bold;
    font-size: 12pt;
    color: white;
    font-style: italic;
    background-color: transparent;
    width: 220px;
    height: 60px;
    left:45px;
    position: absolute;
    top: 275px;
}
h1
{
    font-weight: bold;
    font-size: x-large; 
    text-transform: uppercase; 
    font-family: 'Times New Roman'
}

div.WizardContent

{
    width:750px;
}
	
#menuHog
{
    position: relative;
    float:right;
    width: 220px;
    top: -35px;
}
#menuHog ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
#menuHog li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
	
#menuHog li a:link, #menuHog li a:visited
{
    color: #ffffff;
    display: block;
    background: url(images/menuHogV3.gif);
    padding: 8px 0 0 45px;
}
	
#menuHog li a:hover, #menuHog li a:active {
	color: #6C7250;
	background: url(images/menuHogV3.gif) 0 -32px;
	padding: 8px 0 0 45px;
	}
	

