body
{
text-align: center;
margin: 0px;
}

div.main_page
{
position: relative;
margin: 0 auto;
width: 768px;
height: 1050px;
background-image: url('images/SatinTile.jpg');
}
div.main_page_long
{
position: relative;
margin: 0 auto;
width: 768px;
height: 1400px;
background-image: url('images/SatinTile.jpg');
}
div.main_page_really_long
{
position: relative;
margin: 0 auto;
width: 768px;
height: 1700px;
background-image: url('images/SatinTile.jpg');
}
div.main_page_really_really_long
{
position: relative;
margin: 0 auto;
width: 768px;
height: 2000px;
background-image: url('images/SatinTile.jpg');
}

div.header
{
width: 768px;
height: 147px;
background-image: url('images/header.jpg');
}

div.top_nav
{
position: absolute;
left: 167px;
top: 148px;
height: 21px;
width: 601px;
}


div.navbar
{
position: absolute;
left: 0px;
top: 148px;
height: 907px;
width: 167px;
background-image: url('images/navbg.jpg');
background-color: #2d7515;
}

div.navbar_long
{
position: absolute;
left: 0px;
top: 148px;
height: 1400px;
width: 167px;
background-image: url('images/navbg.jpg');
background-color: #2d7515;
}
div.navbar_really_long
{
position: absolute;
left: 0px;
top: 148px;
height: 1700px;
width: 167px;
background-image: url('images/navbg.jpg');
background-color: #2d7515;
}
div.navbar_really_really_long
{
position: absolute;
left: 0px;
top: 148px;
height: 2000px;
width: 167px;
background-image: url('images/navbg.jpg');
background-color: #2d7515;
}

div.button_group
{
margin: 0 auto;
width: 135px;
text-align: left;
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
color: white;
}

div.new_button_group
{
margin: 0 auto;
width: 135px;
text-align: left;
font-size: 16px;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
color: white;
padding-bottom: 3px;
}

a.button
{
text-decoration: none;
cursor: hand;
}

a.new_button
{
text-decoration: none;
cursor: hand;
}

div.button
{
margin: 0 auto;
height: 12px; 
width: 135px; 
font-size: 11px;  
text-align: left;
color: white; 
font-family: Helvetica, Arial, sans-serif;
}

div.new_button
{
margin: 0 auto;
padding-left: 7px;
height: 15px; 
width: 135px; 
font-size: 11px; 
text-align: left;
color: white; 
font-family: Helvetica, Arial, sans-serif;
}

div.button:hover
{
}

div.navbar a,div.navbar_long a,div.navbar_really_long a,div.navbar_really_really_long a
{
text-decoration: none;
cursor: hand;
color: white;
}


div.page_text
{
position: absolute;
left: 167px;
top: 168px;
width: 601px;
height: 920px;
color: black;
text-align: left;
font-size: 13px;
font-family: Helvetica, Arial, sans-serif;
padding-left: 20px;
}

p
{
width: 520px;
text-align: left;
margin-top: 20px;
}

td
{
font-size: 13px;
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
color: black;
}

div.footer
{
position: absolute;
left: 0px;
top: 1030px;
}
div.footer_long
{
position: absolute;
left: 0px;
top: 1400px;
}
div.footer_really_long
{
position: absolute;
left: 0px;
top: 1700px;
}
div.footer_really_really_long
{
position: absolute;
left: 0px;
top: 2000px;
}

img
{
border: none;
}

table.form
{
margin-top: 20px;
margin-bottom: 20px;
font-size: 12px;
border-style: none;
width: 550px;
}

table.form td
{
border-width: 3px;
border-style: none;
border-color: white;
background-color: #e3e3e3;
}
