/* CSS Document */

body{
padding : 0;
margin : 0;
background-color : #fff;
background-image :  url();
background-repeat : repeat-y;
}

a:link {color: #B55447; text-decoration: none; outline: none}
a:visited {color: #AAA6A6; text-decoration: none; outline: none}
a:hover {color: #F15B12; text-decoration: underline; outline: none}

#maintopsection{
       position : absolute;
       top : 0px;
       left : 0px;
       width : 760px;
}

#mainmidsection{
       position : absolute;
       top : 157px;
       left : 0px;
       width : 760px;
}

#mainlowersection{
       position : absolute;
       top : 347px;
       left : 0px;
       width : 760px;
}

#maincopy{
       position : absolute;
       top : 388px;
       left : 10px;
       width : 520px;
}

#mainemailform{
       position : absolute;
       top : 328px;
       left : 530px;
       width : 200px;
}

#secondarytopsection{
       position : absolute;
       top : 0px;
       left : 0px;
       width : 760px;
}

#secondarymidsection{
       position : absolute;
       top : 157px;
       left : 0px;
       width : 760px;
}

#secondarylowersection{
       position : absolute;
       top : 207px;
       left : 0px;
       width : 760px;
}

#secondarycopy{
       position : absolute;
       top : 244px;
       left : 10px;
       width : 510px;
	   padding-bottom : 20px;
}

#secondaryattachments{
       position : absolute;
       top : 241px;
       left : 540px;
       width : 200px;
}

p{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : normal;
	  color : #000;
      line-height : 120%;
}

li{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : normal;
	  color : #000;
      line-height : 150%;
}

h1{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : bold;
      color : #b58552;
      line-height : 75%;
}

.attachmentheader{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : bold;
      color : #766DAF;
}

.smallcopy{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 9px;
      font-weight : normal;
      color : #000;
}