﻿html
{
	*height: 100%;
}

form
{
	*height: 100%;
	*margin: 0;
	*padding: 0;
}

body 
{
	*height: 100%;
	*margin: 0;
	*padding: 0;
	*font-family: Arial;
	*font-size: 10pt;
	*color: #999999;
	*background-color: White;
}

img
{
	*border: 0;
}

#container
{
	*width: 100%;
	*min-height: 100%;
	*height: auto !important;
	*height: 100%;
	*margin: 0 auto -51px;
	*text-align: center;
	*overflow: hidden;
	*position: relative;
}

#header
{
	*width: 100%;
	*height: 83px;
	*text-align: center;
	*background: #cd2528 url("../../images/bg_header.gif") repeat-x bottom;
	*position: relative;
}

#headercontent
{
	*width: 935px;
	*margin: 0 auto 0 auto;
	*position: relative;
}

#headercontent img.logo
{
	*float: left;
	*padding-top: 20px;
	*position: relative;
}

#nav 
{
	*float: right;
	*padding-top: 1px;
	*position: relative;
}

#content
{
	*width: 100%;
	*height: 100%;
	*padding-bottom: 51px;
	*position: relative;
}

#maintable
{
	*width: 100%;
	*height: 100%;
	*background: url("../../images/bg_gradient.gif") repeat-x center;
	*text-align: center;
}

#maintable a
{
	*padding: 0;
	*margin: 0;
}

#maintable img
{
	*padding: 0;
	*marign: 0;
}

#maintable tr td
{
	*vertical-align: middle;
}

#footer
{
	*width: 100%;
	*height: 51px;
	*clear: both;
	*background: url("../../images/bg_footer.gif") repeat-x bottom;
	*position: relative;
}

#footercontent
{
	*width: 935px;
	*margin: 0 auto 0 auto;
	*padding-top: 13px;
	*position: relative;
}

#footercontent img.logo
{
	*float: left;
	*padding-right: 12px;
	*position: relative;
}

#footercontent div.content
{
	*float: left;
	*font-size: 7pt;
	*padding-left: 8px;
	*border-left: solid 2px #e4e4e4;
	*position: relative;
}

#footercontent div.content .telfax
{
	*color: #929292;
	*font-weight: bold;	
}

#footercontent div.content .copyright
{
	*color: #b8b8b8;
}

#search
{
	*float: right;
	*width: 155px;
	*height: 24px;
	*margin-top: -3px;
	*padding: 6px 0 0 6px;
	*background: url("../../images/bg_search.gif") no-repeat top left;
	*position: relative;
}

#search input.searchBox
{
	*top: 3px;
	*left: 4px;
	*width: 118px;
	*height: 15px;
	*font-family: Arial;
	*font-size: 8pt;
	*color: #999999;
	*border: 0;
	*position: absolute;
}

#search .btnSearch
{
	*top: 0;
	*left: 127px;	
	*position: absolute;
}