html
{
    height:100%;
}

body
{
	background-color:#FFFFFF;
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	margin:0;
	padding:0;
}

h1
{
    font-size: 22pt;
    color:#ff9900;
    margin:0;
    padding:0;
    padding-bottom:10px;
    font-weight:normal;
}

h1.white
{
    font-size: 22pt;
    color:#ffffff;
    margin:0;
    padding:0;
    padding-bottom:10px;
    font-weight:normal;
}

h2
{
    font-size: 18pt;
    color:#ff9900;
    margin:0;
    padding:0;
    padding-bottom:10px;
    font-weight:normal;

}

h2.white
{
    font-size: 18pt;
    color:#ffffff;
    margin:0;
    padding:0;
    padding-bottom:10px;
    font-weight:normal;

}

h3
{
    font-size: 14pt;
    color:#ff9900;
    margin:0;
    padding:0;
    padding-bottom:10px;
    font-weight:normal;
}

h4
{
    font-size: 10pt;
    color:#ff9900;
    margin:0;
    padding:0;
    padding-bottom:10px;
    font-weight:normal;
}

h5
{
    font-size: 8.5pt;
    color:#ff9900;
    margin:0;
    padding:0;
    padding-bottom:10px;
    font-weight:normal;
}


a, a:link, a:visited {
   color: #000000;
   text-decoration: none; 
   border:0;
}

a:hover {
   color: #000000;
   text-decoration: underline; 
}


.main
{
    background:url(/images/back.jpg) top repeat-y;
    margin:auto;
    padding-bottom:20px;
    width:820px
}

.main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.main {display: inline-table;}
/* Hides from IE-mac \*/
* html .main {height: 1%;}
.main {display: block;}
/* End hide from IE-mac */


.content
{
    text-align:center;
    margin:auto;
    width:722px;
    padding-left:19px;
    padding-right:19px;
}

.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.content {display: inline-table;}
/* Hides from IE-mac \*/
* html .content {height: 1%;}
.content {display: block;}
/* End hide from IE-mac */

.topGap
{
    height:18px;
}

.banner
{
    height:200px;
    background:url(/images/banner.jpg) top no-repeat;
    margin:auto;
    margin-bottom:19px;
}

.banner:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.banner {display: inline-table;}
/* Hides from IE-mac \*/
* html .banner {height: 1%;}
.banner {display: block;}
/* End hide from IE-mac */

.nav
{
    margin:auto;
    margin-bottom:19px;
}

.nav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.nav {display: inline-table;}
/* Hides from IE-mac \*/
* html .nav {height: 1%;}
.nav {display: block;}
/* End hide from IE-mac */

.title
{
    background:url(/images/titleBack.jpg) top no-repeat;
    margin:auto;
    width: 722px;
    height:34px;
    text-transform: uppercase;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.titleText
{
    font-weight: bold; 
    font-size: 10px; 
    color: #666666; 
    text-decoration: none;
    text-align:left;
    padding-left:19px;
    padding-top:10px;
}

.titleText a:link, .titleText a:visited
{
    font-weight: bold; 
    font-size: 10px; 
    color: #666666; 
    text-decoration: none
}

.titleText a:hover
{
    font-weight: bold; 
    font-size: 10px; 
    color: #666666; 
    text-decoration: underline;
}

.mainContent
{
    border:1px solid #999999;
    padding:19px;
    text-align:left;
}

.footer
{
    background:url(/images/footerBack.jpg) top no-repeat;
    margin:auto;
    width:820px;
    height:88px;
}

.footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.footer {display: inline-table;}
/* Hides from IE-mac \*/
* html .footer {height: 1%;}
.footer {display: block;}
/* End hide from IE-mac */

.footerText
{
    color:#FFFFFF;
    text-align:center;
    padding-top:20px;
}

.footerText a, .footerText a:link, .footerText a:visited {
   color: #FFFFFF;
   text-decoration: none; 
   border:0;
}

.footerText a:hover {
   color: #FFFFFF;
   text-decoration: underline; 
}

