﻿body
{
    margin:0px;
    padding:0px;
    text-align:center;
    font-family:Arial;
    font-size:10pt;
}
a
{
    color:White;
    font-size:8pt;
    font-weight:bold;
    font-family:Verdana;
    text-decoration:none;
}
.PageDiv
{
	width: 956px;
}
.TopBanner
{
    width: 956px;
    height: 88px;
    background-image: url('Images/top_banner.gif');
}

.menu a
{
	font-size:10pt;
	font-weight:bold;	
	color:Orange;
}
.menu
{
	width: 956px;
	float:left;
    height:20px;
    z-index:100;        
}
.support
{
	width: 956px;
	float:left;
	background-image: url('Images/bg_center.gif');
    height:45px;
    z-index:100;        
}

.MenuBar
{
	top:0px;
	height:19px;
	width:65%;
}

.MenuHover a
{
	color: White;
}

.MenuHover
{
	background-color:Orange;
}

.PageMainContent
{
	float:left;
	width:956px;
	background-image: url('Images/bg_center.gif');
	vertical-align:middle;
	text-align:center;
	z-index: 0;
}

.footer
{
    clear: both;
    width: 956px;
    height: 36px;
    background-image: url('Images/bg_bottom.gif'); 
}
img {
border: 0px none;
}
   

