﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button
{
   margin: 0px;
   padding: 0px;
   border: 0px;
}

body
{
   margin:20px 0px;
   text-align:center; /* Hack for IE5/Win */
   font-family:Tahoma, Arial, sans-serif;
   font-size:12px;
   font-style:normal;
   font-variant:normal;
   font-weight:normal;
   line-height:normal;
   background-color:white;
}

body.PopupContent
{
   margin:20px 0px;
   text-align:center; /* Hack for IE5/Win */
   font-family:Tahoma, Arial, sans-serif;
   font-size:11px;
   font-style:normal;
   font-variant:normal;
   font-weight:normal;
   line-height:normal;
   background-color:white;
}

.divKeys
{
   visibility:hidden   
}

.divLinks
{
   visibility:hidden   
}
	
#content
{
   width:905px;
   margin:0px auto; /* Right and left margin widths set to "auto" */
   text-align:left; /* Counteract to IE5/Win Hack */
   padding:0px;
   border:0px;
   background-color:white;
}

#contentHeader
{
   height:130px;
   margin:0px 0px 0px 0px;
   background-color:white;
   background-image:url('../images/content-header.png')
}

#contentHeaderMenu
{
   position:relative;
   top:105px;
}

#contentMiddle
{
   height:400px;
   margin:0px 0px 0px 0px;
   background-color:white;
   background-image:url('../images/content-middle.png');
   background-repeat:no-repeat;
   scroll:0%;
}

#contentFooter
{
   height:80px;
   margin:0px 0px 0px 0px;
   background-color:white;
   background-image:url('../images/content-footer.png')
}

td h2
{
   color:black;
   font-family:Tahoma,Arial,sans-serif;
   font-size:14px;
   font-size-adjust:none;
   font-stretch:normal;
   font-style:normal;
   font-variant:normal;
   font-weight:bold;
   line-height:normal;
}

td p
{
   color:black;
   font-family:Tahoma,Arial,sans-serif;
   font-size:11px;
   font-size-adjust:none;
   font-stretch:normal;
   font-style:normal;
   font-variant:normal;
   font-weight:normal;
   line-height:normal;
}


