HTML, BODY{
  margin: 0;
  padding: 0;
  font-size: 10pt;
  font-weight: normal;
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, verdana, helvecta;
	
} 

TD{
  margin: 0;
  padding: 0;
  font-size: 10pt;
  font-weight: normal;
  color: #000000;
  font-family: Arial, verdana, helvecta;
	
} 

P{
  margin: 0;
  padding: 0;
  font-size: 10pt;
  font-weight: normal;
  color: #000000;
  font-family: Arial, verdana, helvecta;
	
} 

a:link{color: #0803dc; text-decoration: none;}
a:visited{color: #01125a; text-decoration: none;}
a:active{color: #01125a; text-decoration: none;}
a:hover{color: #01125a; text-decoration: none;}

.gcaption{font-family: Arial; font-size: 9pt; color: #01125a;}

h1{
  font-size: 18pt;
  font-weight: bold;
  color: #01125a;
  padding: 0;
  margin: 5px 0 7px 0;
}
h2{
  font-size: 12pt;
  font-weight: bold;
  color: #0803dc;
  padding: 0;
  margin: 15px 0 3px 0;
}


.wrap {
  width: 100%;
  height: 100%;
  background-image: url("gui_05.gif");
  background-repeat: repeat-x;
}

.left {
  width: 236px;
  vertical-align: top;
}

.logo {
  width: 236px;
  height: 228px;
  background-image: url("banner_01.jpg");
}

.sub {
  width: 236px;
  height: 41px;
  background-image: url("gui_03.gif");
}
.nav {
  width: 236px;
  background-image: url("nav_bg.gif");
  repeat: repeat-y;
}
.bottom {
  background-image: url("gui_04.gif");
  background-repeat: no-repeat;
  width: 236px;
  height: 78px;
}

.content {
     padding-top: 15px;
     padding-right: 70px;
     }
*html .content {
    padding-right: 70px;
     }

.right {
  background-image: url("gui_06.gif");
  background-repeat: no-repeat;
  background-position: top right;
  vertical-align: top;
}

.banner {
  width: 380px;
  height: 115px;
  background-image: url("gui_02.gif");
  background-repeat: no-repeat;
}
	
a.back:link { font-weight: bold; color: #01125a;}
a.back:visited { font-weight: bold; color: #01125a;}
a.back:active { font-weight: bold; color: #01125a;}
a.back:hover { font-weight: bold; color: #01125a;}

.footer { 
  color: #01125a; 
  font-size: 9pt; 
}
a.footer:link { color: #01125a; font-size: 9pt; text-decoration; none;}
a.footer:active { hcolor: #01125a; font-size: 9pt; text-decoration; none;}
a.footer:visited { color: #01125a; font-size: 9pt; text-decoration; none;}
a.footer:hover { color: #01125a; font-size: 9pt; text-decoration; none;}

.emailFormField {
   padding: 5px 0px 5px 0px;
}

.emailFormField input, textarea, select {
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    background-color: #D4D3D3;
    color: #000000;
    font: bold 12px Arial, sans-serif;
}

.emailForm {
width: 60%;
}

.emailFormDescription{
    padding: 5px 0px 5px 0px;
    font: 12px Arial, Sans-serif;
    color: #000000;
}
	
