/* CSS Document */
body {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
background:url(images/matrixbg.gif) repeat-x;
background-color:#e9eef1;
margin:0px;
}
#container {
width:800px;
}
#nav {
margin:0px;
}
#header {
width:800px;
height:70px;
background:url(images/matrixheader.gif) no-repeat; 
margin:0px;
}

#main {
background:#FFFFFF;
width:740px;
text-align:left;
padding:5px 30px 5px 30px;
color: #000;
}

#mainletter {
background:#FFFFFF;
width:620px;
text-align:left;
padding:5px 90px 5px 90px;
}


#redheader {
background:url(images/roundedheader.png);
width:800px;
height:31px;
vertical-align:middle;
line-height:95px;
font-weight:bold;
color:#FFFFFF;
}

#footertext {
background-color:#FFFFFF;
width:740px;
font-size:12px;
margin:0px;
padding:1px 30px 1px 30px;
}

#footer {
background:url(images/footer.gif);
width:800px;
height:26px;
}
#small {
font-size: 11px;
font-weight:normal;
}
p.headline {
font:Tahoma,Arial; 
font-size:24px;
font-weight:bold;
text-align:center;
letter-spacing: -.5pt;
color:#e21800;
}
p.testimonial {
text-align:justify;
font-size:14px;
padding:0px 30px 0px 30px;
}

ul {
list-style-image: url("images/letter/bullet.gif");
}

input.largecheckbox  {
width: 5em;
height: 5em;
padding: 0px;
margin: 0px;
}


