﻿body
{
    background: white;
    margin: 0;
    padding: 0;
}
div.Content
{
    background: #FFFFFF;
    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.BHPSLogo
{
    left: 595px;
    position: absolute;
    top: 0px;
}
div.PTESLogo
{
    left: 0px;
    position: absolute;
    top: 0px;
}
div.LoginInfo
{
    left: 595px;
    position: absolute;
    top: 75px;
}
div.infotext
{
    margin: 90px 0px 20px 250px;
}

div.infotext h3
{
    font-weight: bold;
    font-size: 12pt;
}

Div.HogFooter
{
    position: relative; 
    
}
Div.HogTitle
{
    left: 275px;
    width: 200px;
    position: absolute;
    top: 24px;
    height: 45px;
    font-weight: bold;
    font-size: 45px;
    text-align: center;
}
span.Disclaimer
{
    font-size: 8pt;
}
span.PicCredit
{
    font-size: 8pt;
    text-align: right;
    float:right;
    width:160px
}
div.counterImage
{
    left: 10px;
    position: absolute;
    top: 250px;
    z-index:-1;
}
div.CounterNumber
{
    font-weight: bold;
    font-size: 20pt;
    font-family: 'Gill Sans Std' , 'Gill Sans MT' , 'Lucida Sans' , 'Times New Roman';
    color: black;
    font-style: normal;
    font-weight: bold;
    background-color: Transparent;
    width: 80px;
    height: 80px;
    left: 45px;
    position: absolute;
    top: 320px;
    z-index: 99;
    text-align: center;
}
div.ReportClick
{
    font-weight: bold;
    font-size: 14pt;
    font-family: 'Gill Sans Std' , 'Gill Sans MT' , 'Lucida Sans' , 'Times New Roman';
    color: blue;
    font-style: normal;
    font-weight: bold;
    background-color: Transparent;
    width: 80px;
    height: 80px;
    left: 45px;
    position: absolute;
    top: 180px;
    z-index: 99;
    text-align: center;
}
div.CounterText
{
    font-weight: bold;
    font-size: 12pt;
    font-family: 'Gill Sans Std' , 'Gill Sans MT' , 'Lucida Sans' , 'Times New Roman';
    color: black;
    font-style:normal;
    font-weight:bold;
    background-color:Transparent;
    width: 80px;
    height: 80px;
    left:45px;
    position: absolute;
    top: 420px;
    z-index:99;
}
h1
{
    font-weight: bold;
    font-size: x-large; 
    text-transform: uppercase; 
    font-family: 'Times New Roman'
}

#menuHogBlock
{
    width: 220px;
    float:left;
}
	
#menuHog
{
    width: 220px;
    top: 130px;
    margin-left: 0px;
    position: absolute;
}
#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;
	}
