<!--

body {
background-color: #bfbfbf;
background-image: url(../images/bg.gif);
background-repeat: repeat;
margin: 0px 0px 0px 0px;
font-family: arial, verdana, sans-serif;
font-size: 10pt;
color: #000000;
text-align: center;
}

h1 {
font-family: arial, verdana, sans-serif;
font-size: 12pt;
color: #7a3039;
font-weight: bold;
position: relative;
width: 698px;
height: auto;
}

h2 {
font-family: arial, verdana, sans-serif;
font-size: 12pt;
color: #7a3039;
font-weight: bold;
position: relative;
width: 698px;
height: auto;
}

h3 {
font-family: arial, verdana, sans-serif;
font-size: 12pt;
color: #7a3039;
font-weight: bold;
position: relative;
width: 698px;
height: auto;
}

h4 {
font-family: arial, verdana, sans-serif;
font-size: 12pt;
color: #7a3039;
font-weight: bold;
position: relative;
width: 698px;
height: auto;
}

h5 {
font-family: arial, verdana, sans-serif;
font-size: 12pt;
color: #7a3039;
font-weight: bold;
position: relative;
width: 698px;
height: auto;
}

h6 {
font-family: arial, verdana, sans-serif;
font-size: 12pt;
color: #7a3039;
font-weight: bold;
position: relative;
width: 698px;
height: auto;
}

img {
border: none;
Float: left;
}

p {
font-family: arial, verdana, sans-serif;
font-size: 10pt;
color: #000000;
position: relative;
padding: 0px 26px 0px 0px;
width: 698px;
height: auto;

}

a {
font-family: arial, verdana, sans-serif;
font-weight: bold;
}

a:link {
color: #7a3039;
font-weight: bold;
text-decoration: none;
}

a:visited {
color: #7a3039;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #7a3039;
font-weight: bold;
text-decoration: underline;
}

a:active {
color: #7a3039;
font-weight: bold;
text-decoration: underline;
}
	/**************** form  coding *****************/

form div {
    margin: 0 0 0.25ex 0;
    clear: left;
    }
label {
    width:15em;
    display:block;
    float:left;
    font-weight: bold;
    padding-right: 1.5em;
        
    }
form div.actions {
    margin-left: 14em;
    padding-left: 1.5em;
    }
    	/**************** end form  coding *****************/

ul {
font-family: arial, verdana, sans-serif;
font-size: 10pt;
color: #000000;
position: relative;
width: 648px;
height: auto;
list-style: disc inside;
}

ol {
font-family: arial, verdana, sans-serif;
font-size: 10pt;
color: #000000;
position: relative;
width: 648px;
height: auto;
list-style: decimal inside;
}

div.content {
background-color: #bfbfbf;
background-image:url(../images/cnt.gif);
background-repeat: repeat-y;
position: absolute;
margin: 291px 0px 0px 0px;
padding: 0px 26px 0px 26px;
width: 750px;
height: auto;
z-index: 1;
}

div.footer {
background-color: #bfbfbf;
background-image:url(../images/ftr.gif);
background-repeat: no-repeat;
position: absolute;
margin: 0px -26px -100px -26px;
width: 750px;
height: 52px;
z-index: 2;
}

p.footer {
font-weight: bold;
margin: 20px 0px 0px 26px;
}

div.navigation {
background-color: #7a3039;
background-image:url(../images/nav.gif);
background-repeat: no-repeat;
position: absolute;
margin: 225px 0px 0px 0px;
width: 750px;
height: 66px;
z-index: 4;
}

p.navigation {
font-size: 12pt;
color:#e1e1e1;
font-weight: bold;
margin: 17px 0px 0px 26px;
}

a.navigation {
font-size: 12pt;
color:#e1e1e1;
font-weight: bold;
}

a.navigation:link {
color: #e1e1e1;
font-weight: bold;
text-decoration: none;
}

a.navigation:visited {
color: #e1e1e1;
font-weight: bold;
text-decoration: none;
}

a.navigation:hover {
color: #ffffff;
font-weight: bold;
text-decoration: underline;
}

a.navigation:active {
color: #ffffff;
font-weight: bold;
text-decoration: underline;
}
div.header {
background-color: #bfbfbf;
background-image:url(../images/hdr.gif);
background-repeat: no-repeat;
position: absolute;
margin: 0px 0px 0px 0px;
width: 750px;
height: 225px;
z-index: 3;
}

img.header {
position: absolute;
margin: 13px 0px 0px 13px;
}

div.container {
background-color: #bfbfbf;
padding: 0px;
width: 750px;
margin: 0px 0px 0px 0px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

div.ptffooter {
display: none;
}

div.hhfheader {
display: none;
}

.altButtonFormat {
background-color: #ffffff;
border: 1px solid #000000;
color: #000000;
font-family: arial, verdana, sans-serif;
font-weight: normal;
font-size: 10pt;
}

.altTextField {
background-color: #ffffff;
border: 1px solid #000000;
color: #000000;
font-family: arial, verdana, sans-serif;
font-weight: normal;
font-size: 10pt;
}

div.REDlist {
font-family: arial, verdana, sans-serif;
font-size: 12pt;
color: #7a3039;
font-weight: bold;
position: relative;
width: 600px;
height: auto;
margin: 240px 0px 0px 0px;
padding: 0px 26px 0px 26px;

}




	/**************** Big Red Button Coding *****************/

#redbutton {
  float:left;
  display:block;
  width: 120px;
	height: 120px;

	background: url(../images/redbutton.jpg) no-repeat;
}
#redbutton:hover  {

  background: url(../images/redbuttondown.jpg) no-repeat;
}
#redbutton .alt {
display:  none;
}
	/**************** End Big Red Button Coding *****************/

	/**************** Big Red chick Coding *****************/

#redchick {
  float:left;
  display:inline;
  width: 120px;
	height: 120px;

	background: url(../images/redchick.jpg) no-repeat;
}


-->