body
{
	margin: 0px;
	padding: 0px;
}

/* Begin header */

#topBar
{
	margin: 0px;
	padding: 0px;
	background-color: #6395EC;
	width: 100%;
}

#headerContent
{
    margin-left: auto;
    margin-right: auto;
	width: 650px;
}

#logo
{
	float: left;
	vertical-align: top;
}

#support
{
	font-family: Times New Roman, Verdana, Helventica, Monospace;
	font-size: 10pt;
	color: #f7be26;
	font-weight: bold;
	text-align: right;
	float: left;
	vertical-align: top;
}

#support a
{
    color: #f7be26;
	font-weight: bold;
	text-decoration: none;
}

#subBar
{
	border-top: 1px solid #f7be26;
    background-color: #0033cc;
    padding: 0px;
    margin-top: -2px;
    width: 100%;
}

#tabs
{
	clear: both;
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
	width: 100%;
}

.regHR
{
    background-color: #f7be26;
    color: #f7be26;
    height: 1px;
    border: 0px;
}

div.hr
{
  height: 15px;
  background: #fff url(layout/hr1.gif) no-repeat scroll center;
}

div.hr hr
{
  display: none;
}

/* End header */

/* Begin footer */

#footer
{
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	clear: both;
}

#footer a
{
	font-size: 8pt;
}

#contactinfo
{
	width: 400px;
	border: 0px;
	margin: auto;
}

#address
{
	text-align: center;
	font-size: 10pt;
	padding: 20px;
	float: left;
}

#sslcert
{
	padding: 20px;
	text-align: center;
	float: left;
}

#copyright
{
	text-align: center;
	font-size: 8pt;
	clear: both;
}

/* End Footer */

