﻿#mainPanel 
{
    border-left: 1px #fc0 solid;
    border-right: 1px #fc0 solid;
}

#leftMainPanel 
{
    float: left;
    width: 180px;
}

#leftMainPanel p
{
    padding: 15px 15px 18px 15px;
    border-bottom: 1px #fc0 solid;
}

#leftMainPanel p a
{
    color: #fc0;
    text-decoration: none;
}

#leftMainPanel p a:hover
{
    color: #88f;
    text-decoration: underline;
}

.bluearrow, .bluestar 
{
    color:#88f;
}

.bluearrow 
{
    font-size: 0.4em;
}

.bluestar
{
    font-size: 0.6em;
}

.flushRight
{
    text-align: right;
}

#rightMainPanel
{
    float: left;
    width: 709px;
    border-left: 1px #fc0 solid;
    padding-left: 15px;
}

#contactTitle
{
    color: #fc0;
	font-weight: bold;
	padding-bottom: 24px;
	margin-top: 15px;
	font-size: 1.4em;
}

.contactHeading
{
    color: #66f;
    font-weight: bold;
    height: 1.2em;
    min-height: 1.8em;
    padding: 8px 0px;
}

.liteText 
{
    color: #999;
}

#quoteForm th 
{
    color: #fc0;
}

#quoteForm td
{
    padding: 3px;
}
