.header
{
background:url('images/header-new.jpg');
background-repeat:no-repeat;
background-color:#84437A;
}

.navtable
{
background:#84437A;
}

.navitem a
{
background:#84437A;
color:white;
}

.navitem a:hover
{
background:white;
color:#84437A;
font-weight:800;
}

.main-content
{
background:white;
}

.bottom-bar
{
background:#84437A;
}

.text-frame-top
{
background-image:url('images/text-frame-top-purple.gif');
background-repeat:no-repeat;
height:30px;
}

.text-frame-bottom
{
background-image:url('images/text-frame-bottom.gif');
background-repeat:no-repeat;
height:15px;
}

/* Quote Form Style */

#form
{
display:block;
width:400px;
}

.form-title
{
position:relative;
display:block;
width:175px;
float:left;
}

.form-field
{
position:relative;
display:block;
}

.form-input
{
width:150px;
font-size:12px;
border:solid 1px #84437A;
background:white;
}